|
LLVM 22.0.0git
|
Go to the source code of this file.
Classes | |
| class | llvm::VETargetLowering |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| static VECC::CondCode | llvm::intCondCode2Icc (ISD::CondCode CC) |
| Convert a DAG integer condition code to a VE ICC condition. | |
| static VECC::CondCode | llvm::fpCondCode2Fcc (ISD::CondCode CC) |
| Convert a DAG floating point condition code to a VE FCC condition. | |
| static uint64_t | llvm::getImmVal (const ConstantSDNode *N) |
| getImmVal - get immediate representation of integer value | |
| static uint64_t | llvm::getFpImmVal (const ConstantFPSDNode *N) |
| getFpImmVal - get immediate representation of floating point value | |