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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 718 SETOLT, // 0 1 0 0 True if ordered and less 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 168 case FCmpInst::FCMP_OLT: return ISD::SETOLT;
188 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_OLT: return ISD::SETOLT;
187 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 158 case FCmpInst::FCMP_OLT: FOC = ISD::SETLT; FPC = ISD::SETOLT; break;
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 313 case ISD::SETLT: case ISD::SETOLT: case ISD::SETULT:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertSkips.cpp 206 case ISD::SETOLT:
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 556 case ISD::SETOLT:
583 case ISD::SETOLT:
584 case ISD::SETLT: return 0; // Bit #0 = SETOLT
722 // Otherwise, we have to turn an operation like SETONE -> SETOLT | SETOGT.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 334 case ISD::SETOLT: return "setolt";
TargetLowering.cpp 180 case ISD::SETOLT:
208 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 327 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 676 case ISD::SETOLT:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 363 case ISD::SETOLT: return "setolt";
    [all...]
TargetLowering.cpp 185 case ISD::SETOLT:
213 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 410 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [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/Lanai/
LanaiISelLowering.cpp 843 case ISD::SETOLT:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 671 case ISD::SETOLT: return SPCC::FCC_L;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 854 case ISD::SETOLT:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 636 case ISD::SETOLT:
657 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 302 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 2511 milliseconds

1 2 3