HomeSort by relevance Sort by last modified time
    Searched refs:SETLE (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 178 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
192 case ICmpInst::ICMP_SLE: return ISD::SETLE;
TargetLoweringBase.cpp 654 CCs[RTLIB::OLE_F32] = ISD::SETLE;
655 CCs[RTLIB::OLE_F64] = ISD::SETLE;
656 CCs[RTLIB::OLE_F128] = ISD::SETLE;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 318 case ISD::SETLE: return "setle";
TargetLowering.cpp 147 case ISD::SETLE:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 288 case ISD::SETLE:
    [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 605 case ISD::SETLE: return PPC::PRED_LE;
635 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
674 case ISD::SETLE:
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 475 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 48 setCondCodeAction(ISD::SETLE, MVT::f32, Expand);
58 setCondCodeAction(ISD::SETLE, MVT::i32, Expand);
    [all...]
AMDGPUISelLowering.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/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 622 #define SETLE(a) CHOICE(setle a, setle a, setle a)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 415 milliseconds