Home
last modified time | relevance | path

Searched refs:FCMP_OGT (Results 1 – 25 of 53) sorted by relevance

123

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp142 case naclbitc::FCMP_OGT: in DecodeFcmpPredicate()
143 LLVMPredicate = CmpInst::FCMP_OGT; in DecodeFcmpPredicate()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h280 FCMP_OGT = 2, ///< 0 0 1 0 True if ordered and greater than enumerator
/external/llvm/lib/IR/
DConstantFold.cpp1363 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
1365 return FCmpInst::FCMP_OGT; in evaluateFCmpRelation()
1794 case FCmpInst::FCMP_OGT: in ConstantFoldCompareInstruction()
1854 case FCmpInst::FCMP_OGT: // We know that C1 > C2 in ConstantFoldCompareInstruction()
1856 pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT || in ConstantFoldCompareInstruction()
1861 if (pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT) in ConstantFoldCompareInstruction()
1870 else if (pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT) in ConstantFoldCompareInstruction()
DInstructions.cpp3451 case FCMP_OGT: return FCMP_ULE; in getInversePredicate()
3460 case FCMP_ULE: return FCMP_OGT; in getInversePredicate()
3578 case FCMP_OGT: return FCMP_OLT; in getSwappedPredicate()
3579 case FCMP_OLT: return FCMP_OGT; in getSwappedPredicate()
3625 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT: in isOrdered()
3651 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1556 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
1558 return FCmpInst::FCMP_OGT; in evaluateFCmpRelation()
1951 case FCmpInst::FCMP_OGT: in ConstantFoldCompareInstruction()
2007 case FCmpInst::FCMP_OGT: // We know that C1 > C2 in ConstantFoldCompareInstruction()
2009 pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT || in ConstantFoldCompareInstruction()
2014 if (pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT) in ConstantFoldCompareInstruction()
2023 else if (pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT) in ConstantFoldCompareInstruction()
DInstructions.cpp2907 case FCMP_OGT: return FCMP_ULE; in getInversePredicate()
2916 case FCMP_ULE: return FCMP_OGT; in getInversePredicate()
3032 case FCMP_OGT: return FCMP_OLT; in getSwappedPredicate()
3033 case FCMP_OLT: return FCMP_OGT; in getSwappedPredicate()
3062 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT: in isOrdered()
3088 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp207 if (Pred & CmpInst::FCMP_OGT) in convertFCmp()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp156 case FCmpInst::FCMP_OGT: FOC = ISD::SETGT; FPC = ISD::SETOGT; break; in getFCmpCondCode()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp87 case CmpInst::FCMP_OGT: in mapFCmpPred()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h650 FCMP_OGT = 2, ///< 0 0 1 0 True if ordered and greater than
/external/llvm/lib/CodeGen/
DAnalysis.cpp166 case FCmpInst::FCMP_OGT: return ISD::SETOGT; in getFCmpCondCode()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp635 P = CmpInst::FCMP_OGT; in createMinMaxOp()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp464 case FCmpInst::FCMP_OGT: R = executeFCMP_OGT(Src1, Src2, Ty); break; in visitFCmpInst()
499 case FCmpInst::FCMP_OGT: return executeFCMP_OGT(Src1, Src2, Ty); in executeCmpInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h132 _SPIRV_OP(FCMP_OGT, FOrdGreaterThan) in init()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp490 case ZFUNC_GT: pTest = FCMP_OGT(pAlpha, pRef); break; in AlphaTest()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp847 case FCmpInst::FCMP_OGT: Out << "OGT"; break; in printConstant()
1178 case FCmpInst::FCMP_OGT : Out << "FCmpInst::FCMP_OGT"; break; in printInstruction()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp665 case CmpInst::FCMP_OGT: in emitCmp()
691 case CmpInst::FCMP_OGT: in emitCmp()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp927 case CmpInst::FCMP_OGT: SwapArgs = false; SetCCOpc = X86::SETAr; break; in X86SelectCmp()
1027 case CmpInst::FCMP_OGT: SwapArgs = false; BranchOpc = X86::JA_4; break; in X86SelectBranch()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp466 case CmpInst::FCMP_OGT: in convertFCmpInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp117 case FCmpInst::FCMP_OGT: isOrdered = true; return 1; // 001 in getFCmpCode()
170 case 1: Pred = isordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; break; in getFCmpValue()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp899 case FCmpInst::FCMP_OGT: in selectFCmp()
/external/llvm/include/llvm/IR/
DInstrTypes.h870 FCMP_OGT = 2, ///< 0 0 1 0 True if ordered and greater than
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp58 return Ordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; in getCmpPredicateForMinMax()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp635 case FCmpInst::FCMP_OGT: R = executeFCMP_OGT(Src1, Src2, Ty); break; in visitFCmpInst()
667 case FCmpInst::FCMP_OGT: return executeFCMP_OGT(Src1, Src2, Ty); in executeCmpInst()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp888 case FCmpInst::FCMP_OGT: op = "ogt"; break; in printConstant()
2656 case FCmpInst::FCMP_OGT: op = "ogt"; break; in visitFCmpInst()

123