Searched refs:SETOGT (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1051 SETOGT, // 0 0 1 0 True if ordered and greater than enumerator in enum:llvm::ISD::CondCode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp205 case FCmpInst::FCMP_OGT: return ISD::SETOGT;
229 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp199 case ISD::SETOGT:
H A DAMDGPUISelLowering.cpp1314 case ISD::SETOGT: {
2055 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOGT);
2150 SDValue Cond = DAG.getSetCC(SL, SetCCVT, Fabs, C2, ISD::SETOGT);
H A DSIISelLowering.cpp7675 SDValue r2 = DAG.getSetCC(SL, SetCCVT, r1, K0, ISD::SETOGT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp409 case ISD::SETOGT: return "setogt";
H A DTargetLowering.cpp342 case ISD::SETOGT:
3803 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGT);
H A DSelectionDAG.cpp439 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
2019 case ISD::SETOGT:
2099 case ISD::SETOGT: return getBoolConstant(R==APFloat::cmpGreaterThan, dl,
H A DLegalizeDAG.cpp1685 case ISD::SETOGT:
H A DDAGCombiner.cpp8346 case ISD::SETOGT:
12510 case ISD::SETOGT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3808 case ISD::SETOGT:
3835 case ISD::SETOGT:
3876 case ISD::SETOGT:
3899 case ISD::SETOGT:
3900 case ISD::SETGT: return 1; // Bit #1 = SETOGT
3936 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break;
3945 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break;
3959 case ISD::SETOGT:
H A DPPCISelLowering.cpp7609 case ISD::SETOGT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp264 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand);
269 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand);
401 setCondCodeAction(ISD::SETOGT, Ty, Expand);
H A DMipsISelLowering.cpp612 case ISD::SETOGT: return Mips::FCOND_OGT;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp855 case ISD::SETOGT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2681 case ISD::SETOGT:
2801 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode),
2818 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode),
2820 SDValue GT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2123 ISD::SETOGT);
2166 ISD::SETOGT);
H A DNVPTXISelDAGToDAG.cpp545 case ISD::SETOGT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp159 ISD::SETOGT, ISD::SETOGE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGT,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1392 case ISD::SETOGT: return SPCC::FCC_G;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1858 case ISD::SETOGT: CondCode = ARMCC::GT; break;
4657 else if (CC == ISD::SETUGT || CC == ISD::SETOGT || CC == ISD::SETOLT ||
6281 case ISD::SETOGT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1560 case ISD::SETOGT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4907 case ISD::SETOGT:
21171 case ISD::SETOGT:
[all...]

Completed in 1010 milliseconds