Home
last modified time | relevance | path

Searched refs:FCMP_UGT (Results 1 – 25 of 72) sorted by relevance

123

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp166 case naclbitc::FCMP_UGT: in DecodeFcmpPredicate()
167 LLVMPredicate = CmpInst::FCMP_UGT; in DecodeFcmpPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp212 FCmp32Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
238 FCmp64Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
263 FCmp32Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F32, CmpInst::ICMP_SGT}}; in setFCmpLibcallsGNU()
281 FCmp64Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F64, CmpInst::ICMP_SGT}}; in setFCmpLibcallsGNU()
DARMInstructionSelector.cpp308 case CmpInst::FCMP_UGT: in getComparePreds()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h288 FCMP_UGT = 10, ///< 1 0 1 0 True if unordered or greater than enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp164 case FCmpInst::FCMP_UGT: FOC = ISD::SETGT; FPC = ISD::SETUGT; break; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp3266 case FCMP_OLE: return FCMP_UGT; in getInversePredicate()
3269 case FCMP_UGT: return FCMP_OLE; in getInversePredicate()
3293 case FCmpInst::FCMP_UGT: return "ugt"; in getPredicateName()
3354 case FCMP_UGT: return FCMP_UGE; in getFlippedStrictnessPredicate()
3356 case FCMP_UGE: return FCMP_UGT; in getFlippedStrictnessPredicate()
3384 case FCMP_UGT: return FCMP_ULT; in getSwappedPredicate()
3385 case FCMP_ULT: return FCMP_UGT; in getSwappedPredicate()
3399 case FCMP_UGT: return FCMP_UGE; in getNonStrictPredicate()
3450 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
DConstantFold.cpp1816 case FCmpInst::FCMP_UGT: in ConstantFoldCompareInstruction()
1862 case FCmpInst::FCMP_UGT: in ConstantFoldCompareInstruction()
1881 pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT || in ConstantFoldCompareInstruction()
1886 if (pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT) in ConstantFoldCompareInstruction()
1895 else if (pred == FCmpInst::FCMP_UGT || pred == FCmpInst::FCMP_OGT) in ConstantFoldCompareInstruction()
/external/llvm/lib/IR/
DConstantFold.cpp1791 case FCmpInst::FCMP_UGT: in ConstantFoldCompareInstruction()
1837 case FCmpInst::FCMP_UGT: 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.cpp3454 case FCMP_OLE: return FCMP_UGT; in getInversePredicate()
3457 case FCMP_UGT: return FCMP_OLE; in getInversePredicate()
3582 case FCMP_UGT: return FCMP_ULT; in getSwappedPredicate()
3583 case FCMP_ULT: return FCMP_UGT; in getSwappedPredicate()
3634 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp88 case CmpInst::FCMP_UGT: in mapFCmpPred()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp88 case CmpInst::FCMP_UGT: in mapFCmpPred()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1948 case FCmpInst::FCMP_UGT: in ConstantFoldCompareInstruction()
1990 case FCmpInst::FCMP_UGT: 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.cpp2910 case FCMP_OLE: return FCMP_UGT; in getInversePredicate()
2913 case FCMP_UGT: return FCMP_OLE; in getInversePredicate()
3036 case FCMP_UGT: return FCMP_ULT; in getSwappedPredicate()
3037 case FCMP_ULT: return FCMP_UGT; in getSwappedPredicate()
3071 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp63 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UGT)); in describeFuzzerFloatOps()
/external/llvm/lib/CodeGen/
DAnalysis.cpp174 case FCmpInst::FCMP_UGT: return ISD::SETUGT; in getFCmpCondCode()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h658 FCMP_UGT = 10, ///< 1 0 1 0 True if unordered or greater than
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp173 case FCmpInst::FCMP_UGT: return ISD::SETUGT; in getFCmpCondCode()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp463 case FCmpInst::FCMP_UGT: R = executeFCMP_UGT(Src1, Src2, Ty); break; in visitFCmpInst()
500 case FCmpInst::FCMP_UGT: return executeFCMP_UGT(Src1, Src2, Ty); in executeCmpInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h140 _SPIRV_OP(FCMP_UGT, FUnordGreaterThan) in init()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp848 case FCmpInst::FCMP_UGT: Out << "UGT"; break; in printConstant()
1186 case FCmpInst::FCMP_UGT : Out << "FCmpInst::FCMP_UGT"; break; in printInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp935 case CmpInst::FCMP_UGT: SwapArgs = true; SetCCOpc = X86::SETBr; break; in X86SelectCmp()
1035 case CmpInst::FCMP_UGT: SwapArgs = true; BranchOpc = X86::JB_4; break; in X86SelectBranch()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp487 case CmpInst::FCMP_UGT: in convertFCmpInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp118 case FCmpInst::FCMP_UGT: return 1; // 001 in getFCmpCode()
170 case 1: Pred = isordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; break; in getFCmpValue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp58 return Ordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; in getCmpPredicateForMinMax()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp911 case FCmpInst::FCMP_UGT: in selectFCmp()

123