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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 166 case FCmpInst::FCMP_ULE: return ISD::SETULE;
178 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
193 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 186 case ISD::SETULE:
    [all...]
SelectionDAGDumper.cpp 311 case ISD::SETULE: return "setule";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 292 case ISD::SETULE:
341 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 604 case ISD::SETULE:
634 case ISD::SETULE:
635 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
690 case ISD::SETULE:
    [all...]
PPCISelLowering.cpp 532 setCondCodeAction(ISD::SETULE, MVT::v4f32, Expand);
567 setCondCodeAction(ISD::SETULE, MVT::v2f64, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 480 case ISD::SETULE: return Mips::FCOND_ULE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 138 setOperationAction(ISD::SETULE, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 138 setOperationAction(ISD::SETULE, VT, Expand);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 62 setCondCodeAction(ISD::SETULE, MVT::f32, Expand);
69 setCondCodeAction(ISD::SETULE, MVT::f64, Expand);
    [all...]
R600ISelLowering.cpp 56 setCondCodeAction(ISD::SETULE, MVT::f32, Expand);
60 setCondCodeAction(ISD::SETULE, MVT::i32, Expand);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 802 milliseconds