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

1 2

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 601 ISD::SETLT);
608 ISD::SETLT);
707 SDValue r10 = DAG.getSetCC(DL, OVT, r0, DAG.getConstant(0, OVT), ISD::SETLT);
710 SDValue r11 = DAG.getSetCC(DL, OVT, r1, DAG.getConstant(0, OVT), ISD::SETLT);
  /external/llvm/lib/CodeGen/
Analysis.cpp 189 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
208 case ICmpInst::ICMP_SLT: return ISD::SETLT;
TargetLoweringBase.cpp 707 CCs[RTLIB::OLT_F32] = ISD::SETLT;
708 CCs[RTLIB::OLT_F64] = ISD::SETLT;
709 CCs[RTLIB::OLT_F128] = ISD::SETLT;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 149 case ISD::SETLT:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 349 case ISD::SETLT: return "setlt";
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 281 case ISD::SETLT:
    [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 470 case ISD::SETLT:
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 48 setCondCodeAction(ISD::SETLT, MVT::f32, Expand);
60 setCondCodeAction(ISD::SETLT, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 513 case ISD::SETLT:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_386.s     [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_386.s     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 1238 milliseconds

1 2