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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 708 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 166 case FCmpInst::FCMP_ULT: FOC = ISD::SETLT; FPC = ISD::SETULT; break;
193 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/lib/CodeGen/
Analysis.cpp 176 case FCmpInst::FCMP_ULT: return ISD::SETULT;
188 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
208 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 175 case FCmpInst::FCMP_ULT: return ISD::SETULT;
187 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
207 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 313 case ISD::SETLT: case ISD::SETOLT: case ISD::SETULT:
336 case ISD::SETUEQ: case ISD::SETULT: case ISD::SETULE:
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 228 case ISD::SETULT:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 343 case ISD::SETULT: return "setult";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 233 case ISD::SETULT:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertSkips.cpp 233 case ISD::SETULT:
R600ISelLowering.cpp 132 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
138 setCondCodeAction(ISD::SETULT, MVT::i32, Expand);
819 Hi = DAG.getSelectCC(DL, Shift, Width, HiSmall, HiBig, ISD::SETULT);
820 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT);
857 Hi = DAG.getSelectCC(DL, Shift, Width, HiSmall, HiBig, ISD::SETULT)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 488 case ISD::SETULT:
701 case ISD::SETULT:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 567 case ISD::SETULT: return PPC::PRED_LT;
603 case ISD::SETULT: return 0;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 99 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
105 setCondCodeAction(ISD::SETULT, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 654 case ISD::SETULT: return SPCC::ICC_CS;
678 case ISD::SETULT: return SPCC::FCC_UL;
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 426 case ISD::SETULT:
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 78 ISD::SETULT, ISD::SETULE, ISD::SETUGT, ISD::SETUGE})
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 669 case ISD::SETULT:
    [all...]

Completed in 986 milliseconds

1 2 3