Searched refs:SETOLT (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1053 SETOLT, // 0 1 0 0 True if ordered and less than enumerator in enum:llvm::ISD::CondCode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp207 case FCmpInst::FCMP_OLT: return ISD::SETOLT;
227 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp207 case ISD::SETOLT:
H A DAMDGPUISelLowering.cpp1287 case ISD::SETOLT:
2282 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOLT);
H A DR600ISelLowering.cpp130 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp411 case ISD::SETOLT: return "setolt";
H A DTargetLowering.cpp330 case ISD::SETOLT:
3816 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOLT);
H A DSelectionDAG.cpp438 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
2021 case ISD::SETOLT:
2094 case ISD::SETOLT: return getBoolConstant(R==APFloat::cmpLessThan, dl, VT,
H A DLegalizeDAG.cpp1687 case ISD::SETOLT:
H A DDAGCombiner.cpp8328 case ISD::SETOLT:
12502 case ISD::SETOLT:
20071 Sqrt.getOperand(0) == CmpLHS && (CC == ISD::SETOLT ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3800 case ISD::SETOLT:
3827 case ISD::SETOLT:
3870 case ISD::SETOLT:
3897 case ISD::SETOLT:
3898 case ISD::SETLT: return 0; // Bit #0 = SETOLT
3936 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break;
H A DPPCISelLowering.cpp7612 case ISD::SETOLT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp854 case ISD::SETOLT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2128 DAG.getConstantFP(0.5, SL, VT), ISD::SETOLT);
2154 DAG.getConstantFP(0.5, SL, VT), ISD::SETOLT);
H A DNVPTXISelDAGToDAG.cpp549 case ISD::SETOLT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1836 Op->getOperand(2), ISD::SETOLT);
H A DMipsISelLowering.cpp610 case ISD::SETOLT: return Mips::FCOND_OLT;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1390 case ISD::SETOLT: return SPCC::FCC_L;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1861 case ISD::SETOLT: CondCode = ARMCC::MI; break;
4657 else if (CC == ISD::SETUGT || CC == ISD::SETOGT || CC == ISD::SETOLT ||
4663 if (CC == ISD::SETOLE || CC == ISD::SETULE || CC == ISD::SETOLT ||
6279 case ISD::SETOLT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4888 case ISD::SETOLT:
4906 case ISD::SETOLT: // flipped
21174 case ISD::SETOLT: SSECC = 1; break;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1567 case ISD::SETOLT:

Completed in 837 milliseconds