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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 716 SETOLE, // 0 1 0 1 True if ordered and less than or equal
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
177 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 573 case ISD::SETOLE:
620 case ISD::SETOLE:
678 case ISD::SETOLE:
836 case ISD::SETOLE:
    [all...]
PPCISelLowering.cpp 311 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
312 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 289 case ISD::SETOLE: return "setole";
TargetLowering.cpp 133 case ISD::SETOLE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 312 case ISD::SETOLE:
AMDILISelLowering.cpp 123 setOperationAction(ISD::SETOLE, VT, Expand);
R600ISelLowering.cpp 888 case ISD::SETOLE:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 134 setOperationAction(ISD::SETOLE, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 134 setOperationAction(ISD::SETOLE, VT, Expand);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 468 case ISD::SETOLE: return Mips::FCOND_OLE;
    [all...]

Completed in 1298 milliseconds