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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 189 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
208 case ICmpInst::ICMP_SGT: return ISD::SETGT;
TargetLoweringBase.cpp 724 CCs[RTLIB::OGT_F32] = ISD::SETGT;
725 CCs[RTLIB::OGT_F64] = ISD::SETGT;
726 CCs[RTLIB::OGT_F128] = ISD::SETGT;
    [all...]
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 508 X86_INTRINSIC_DATA(sse2_comigt_sd, COMI, X86ISD::COMI, ISD::SETGT),
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 155 case ISD::SETGT:
    [all...]
SelectionDAGDumper.cpp 322 case ISD::SETGT: return "setgt";
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 306 case ISD::SETGT:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 579 case ISD::SETGT:
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 288 setCondCodeAction(ISD::SETGT, Ty, Expand);
328 setCondCodeAction(ISD::SETGT, Ty, Expand);
    [all...]
MipsISelLowering.cpp 496 case ISD::SETGT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 773 milliseconds