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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 179 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
198 case ICmpInst::ICMP_SGT: return ISD::SETGT;
TargetLoweringBase.cpp 657 CCs[RTLIB::OGT_F32] = ISD::SETGT;
658 CCs[RTLIB::OGT_F64] = ISD::SETGT;
659 CCs[RTLIB::OGT_F128] = ISD::SETGT;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 607 case ISD::SETGT: return PPC::PRED_GT;
628 case ISD::SETGT: return 1; // Bit #1 = SETOGT
673 case ISD::SETGT:
777 case ISD::SETGT: {
814 case ISD::SETGT: {
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 152 case ISD::SETGT:
    [all...]
SelectionDAGDumper.cpp 315 case ISD::SETGT: return "setgt";
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 289 case ISD::SETGT:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 285 setCondCodeAction(ISD::SETGT, Ty, Expand);
325 setCondCodeAction(ISD::SETGT, Ty, Expand);
    [all...]
MipsISelLowering.cpp 473 case ISD::SETGT:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 452 milliseconds