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     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 158 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
178 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 302 case ISD::SETOLE: return "setole";
TargetLowering.cpp 148 case ISD::SETOLE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 594 case ISD::SETOLE:
641 case ISD::SETOLE:
706 case ISD::SETOLE:
    [all...]
PPCISelLowering.cpp 347 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
348 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [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/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 476 case ISD::SETOLE: return Mips::FCOND_OLE;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 50 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
    [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 312 milliseconds