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     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OLT: return ISD::SETOLT;
177 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 301 case ISD::SETOLT: return "setolt";
TargetLowering.cpp 143 case ISD::SETOLT:
170 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 342 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/PowerPC/
PPCISelDAGToDAG.cpp 602 case ISD::SETOLT:
625 case ISD::SETOLT:
626 case ISD::SETLT: return 0; // Bit #0 = SETOLT
704 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/R600/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 49 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 472 case ISD::SETOLT: return Mips::FCOND_OLT;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 128 milliseconds