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

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 707 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 158 case FCmpInst::FCMP_OLT: FOC = ISD::SETLT; FPC = ISD::SETOLT; break;
166 case FCmpInst::FCMP_ULT: FOC = ISD::SETLT; FPC = ISD::SETULT; break;
192 case ICmpInst::ICMP_SLT: return ISD::SETLT;
  /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 188 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
207 case ICmpInst::ICMP_SLT: return ISD::SETLT;
TargetLoweringBase.cpp 775 CCs[RTLIB::OLT_F32] = ISD::SETLT;
776 CCs[RTLIB::OLT_F64] = ISD::SETLT;
777 CCs[RTLIB::OLT_F128] = ISD::SETLT;
778 CCs[RTLIB::OLT_PPCF128] = ISD::SETLT;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 187 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
206 case ICmpInst::ICMP_SLT: return ISD::SETLT;
TargetLoweringBase.cpp 509 CCs[RTLIB::OLT_F32] = ISD::SETLT;
510 CCs[RTLIB::OLT_F64] = ISD::SETLT;
511 CCs[RTLIB::OLT_F128] = ISD::SETLT;
512 CCs[RTLIB::OLT_PPCF128] = ISD::SETLT;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 557 case ISD::SETLT: return PPC::PRED_LT;
584 case ISD::SETLT: return 0; // Bit #0 = SETOLT
637 case ISD::SETLT: {
670 case ISD::SETLT: {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 490 case ISD::SETLT:
698 case ISD::SETLT:
717 CC == ISD::SETLT ||
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 531 CCs[RTLIB::OLT_F32] = ISD::SETLT;
532 CCs[RTLIB::OLT_F64] = ISD::SETLT;
    [all...]
  /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 207 case ISD::SETLT:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 184 case ISD::SETLT:
768 // if we don't care about FP signed-zero. The use of SETLT with FP means
770 if (CC == ISD::SETLT && Op1.getValueType().isInteger() &&
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 179 case ISD::SETLT:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 350 case ISD::SETLT: return "setlt";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp 424 case ISD::SETLT:
466 CC = ISD::SETLT;
481 CC = ISD::SETLT;
484 case ISD::SETLT: {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 197 { RTLIB::OLT_F64, "__mspabi_cmpd", ISD::SETLT },
203 { RTLIB::OLT_F32, "__mspabi_cmpf", ISD::SETLT },
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 650 case ISD::SETLT: return SPCC::ICC_L;
670 case ISD::SETLT:
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 428 case ISD::SETLT:
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]

Completed in 1800 milliseconds

1 2 3 4