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 170 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
190 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 334 case ISD::SETOLE: return "setole";
TargetLowering.cpp 155 case ISD::SETOLE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 134 setOperationAction(ISD::SETOLE, VT, Expand);
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp 355 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
356 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 51 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 518 case ISD::SETOLE: return Mips::FCOND_OLE;
    [all...]
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 174 milliseconds