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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 715 SETOLT, // 0 1 0 0 True if ordered and less than
    [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 581 case ISD::SETOLT:
604 case ISD::SETOLT:
605 case ISD::SETLT: return 0; // Bit #0 = SETOLT
676 case ISD::SETOLT:
813 case ISD::SETOLT:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 288 case ISD::SETOLT: return "setolt";
TargetLowering.cpp 128 case ISD::SETOLT:
155 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 311 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 313 case ISD::SETOLT:
AMDILISelLowering.cpp 120 setOperationAction(ISD::SETOLT, VT, Expand);
R600ISelLowering.cpp 889 case ISD::SETOLT:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 131 setOperationAction(ISD::SETOLT, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 131 setOperationAction(ISD::SETOLT, VT, Expand);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 464 case ISD::SETOLT: return Mips::FCOND_OLT;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 82 milliseconds