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

1 2

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 190 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
204 case ICmpInst::ICMP_SLE: return ISD::SETLE;
TargetLoweringBase.cpp 710 CCs[RTLIB::OLE_F32] = ISD::SETLE;
711 CCs[RTLIB::OLE_F64] = ISD::SETLE;
712 CCs[RTLIB::OLE_F128] = ISD::SETLE;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 154 case ISD::SETLE:
    [all...]
SelectionDAGDumper.cpp 350 case ISD::SETLE: return "setle";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 282 case ISD::SETLE:
    [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 471 case ISD::SETLE:
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 517 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 49 setCondCodeAction(ISD::SETLE, MVT::f32, Expand);
59 setCondCodeAction(ISD::SETLE, MVT::i32, Expand);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [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/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 553 milliseconds

1 2