/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 704 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT, [all...] |
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 177 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; 191 case ICmpInst::ICMP_SLE: return ISD::SETLE;
|
TargetLoweringBase.cpp | 605 CCs[RTLIB::OLE_F32] = ISD::SETLE; 606 CCs[RTLIB::OLE_F64] = ISD::SETLE; 607 CCs[RTLIB::OLE_F128] = ISD::SETLE; [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 584 case ISD::SETLE: return PPC::PRED_LE; 614 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE 650 case ISD::SETLE: 835 case ISD::SETLE: [all...] |
PPCISelLowering.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 305 case ISD::SETLE: return "setle";
|
TargetLowering.cpp | 132 case ISD::SETLE: [all...] |
LegalizeIntegerTypes.cpp | [all...] |
SelectionDAG.cpp | 257 case ISD::SETLE: [all...] |
DAGCombiner.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUISelLowering.cpp | 314 case ISD::SETLE:
|
R600ISelLowering.cpp | 890 case ISD::SETLE: [all...] |
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.cpp | 451 case ISD::SETLE:
|
MipsISelLowering.cpp | 467 case ISD::SETLE: [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 749 case ISD::SETLE: [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 622 #define SETLE(a) CHOICE(setle a, setle a, setle a) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 622 #define SETLE(a) CHOICE(setle a, setle a, setle a) [all...] |