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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 717 SETOGE, // 0 0 1 1 True if ordered and greater 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 167 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
191 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 166 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
190 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OGE: FOC = ISD::SETGE; FPC = ISD::SETOGE; break;
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 319 case ISD::SETGE: case ISD::SETOGE: case ISD::SETUGE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertSkips.cpp 202 case ISD::SETOGE:
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 549 case ISD::SETOGE:
598 case ISD::SETOGE:
    [all...]
PPCISelLowering.cpp 246 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand);
247 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 333 case ISD::SETOGE: return "setoge";
TargetLowering.cpp 174 case ISD::SETOGE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 656 case ISD::SETOGE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 362 case ISD::SETOGE: return "setoge";
    [all...]
TargetLowering.cpp 179 case ISD::SETOGE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 191 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand);
196 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand);
323 setCondCodeAction(ISD::SETOGE, Ty, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 258 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand);
263 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand);
394 setCondCodeAction(ISD::SETOGE, Ty, Expand);
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 841 case ISD::SETOGE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 677 case ISD::SETOGE: return SPCC::FCC_GE;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 852 case ISD::SETOGE:
    [all...]

Completed in 1647 milliseconds

1 2 3