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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 716 SETOGT, // 0 0 1 0 True if ordered and greater than
    [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 166 case FCmpInst::FCMP_OGT: return ISD::SETOGT;
190 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 165 case FCmpInst::FCMP_OGT: return ISD::SETOGT;
189 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 156 case FCmpInst::FCMP_OGT: FOC = ISD::SETGT; FPC = ISD::SETOGT; break;
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 317 case ISD::SETGT: case ISD::SETOGT: case ISD::SETUGT:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertSkips.cpp 198 case ISD::SETOGT:
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 560 case ISD::SETOGT:
585 case ISD::SETOGT:
586 case ISD::SETGT: return 1; // Bit #1 = SETOGT
722 // Otherwise, we have to turn an operation like SETONE -> SETOLT | SETOGT.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 332 case ISD::SETOGT: return "setogt";
TargetLowering.cpp 192 case ISD::SETOGT:
208 // SETONE = SETOLT | SETOGT
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 666 case ISD::SETOGT:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 361 case ISD::SETOGT: return "setogt";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 192 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand);
197 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand);
324 setCondCodeAction(ISD::SETOGT, Ty, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 259 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand);
264 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand);
395 setCondCodeAction(ISD::SETOGT, Ty, Expand);
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 844 case ISD::SETOGT:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 673 case ISD::SETOGT: return SPCC::FCC_G;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 855 case ISD::SETOGT:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 644 case ISD::SETOGT:
657 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 303 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 110 ISD::SETOGT, ISD::SETOGE, ISD::SETONE, ISD::SETO, ISD::SETUEQ,
    [all...]

Completed in 283 milliseconds

1 2 3