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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 156 case FCmpInst::FCMP_OLT: return ISD::SETOLT;
176 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 584 case ISD::SETOLT:
611 case ISD::SETOLT:
612 case ISD::SETLT: return 0; // Bit #0 = SETOLT
683 case ISD::SETOLT:
820 case ISD::SETOLT:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 292 case ISD::SETOLT: return "setolt";
TargetLowering.cpp 128 case ISD::SETOLT:
155 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 312 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 214 case ISD::SETOLT:
AMDILISelLowering.cpp 121 setOperationAction(ISD::SETOLT, VT, Expand);
R600ISelLowering.cpp 598 case ISD::SETOLT:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 672 case ISD::SETOLT: return SPCC::FCC_L;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 627 case ISD::SETOLT: return Mips::FCOND_OLT;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 379 milliseconds