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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 719 SETOLE, // 0 1 0 1 True if ordered and less than or equal
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 169 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
189 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 168 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
188 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 159 case FCmpInst::FCMP_OLE: FOC = ISD::SETLE; FPC = ISD::SETOLE; break;
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 315 case ISD::SETLE: case ISD::SETOLE: case ISD::SETULE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertSkips.cpp 210 case ISD::SETOLE:
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 548 case ISD::SETOLE:
599 case ISD::SETOLE:
    [all...]
PPCISelLowering.cpp 248 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
249 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 335 case ISD::SETOLE: return "setole";
TargetLowering.cpp 186 case ISD::SETOLE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 646 case ISD::SETOLE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 364 case ISD::SETOLE: return "setole";
    [all...]
TargetLowering.cpp 191 case ISD::SETOLE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 640 case ISD::SETOLE:
    [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp 494 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
495 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 842 case ISD::SETOLE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 675 case ISD::SETOLE: return SPCC::FCC_LE;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 853 case ISD::SETOLE:
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 94 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
    [all...]

Completed in 650 milliseconds

1 2 3