Home
last modified time | relevance | path

Searched refs:FCMP_ULE (Results 1 – 25 of 71) sorted by relevance

123

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp175 case naclbitc::FCMP_ULE: in DecodeFcmpPredicate()
176 LLVMPredicate = CmpInst::FCMP_ULE; in DecodeFcmpPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp213 FCmp32Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
239 FCmp64Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
264 FCmp32Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SLE}}; in setFCmpLibcallsGNU()
282 FCmp64Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SLE}}; in setFCmpLibcallsGNU()
DARMInstructionSelector.cpp332 case CmpInst::FCMP_ULE: in getComparePreds()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h291 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp3263 case FCMP_OGT: return FCMP_ULE; in getInversePredicate()
3272 case FCMP_ULE: return FCMP_OGT; in getInversePredicate()
3296 case FCmpInst::FCMP_ULE: return "ule"; in getPredicateName()
3355 case FCMP_ULT: return FCMP_ULE; in getFlippedStrictnessPredicate()
3357 case FCMP_ULE: return FCMP_ULT; in getFlippedStrictnessPredicate()
3386 case FCMP_UGE: return FCMP_ULE; in getSwappedPredicate()
3387 case FCMP_ULE: return FCMP_UGE; in getSwappedPredicate()
3400 case FCMP_ULT: return FCMP_ULE; in getNonStrictPredicate()
3451 case FCmpInst::FCMP_ULT: case FCmpInst::FCMP_UGE: case FCmpInst::FCMP_ULE: in isUnordered()
3460 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
DConstantFold.cpp1821 case FCmpInst::FCMP_ULE: in ConstantFoldCompareInstruction()
1863 case FCmpInst::FCMP_ULE: in ConstantFoldCompareInstruction()
1871 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE || in ConstantFoldCompareInstruction()
1877 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE); in ConstantFoldCompareInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp167 case FCmpInst::FCMP_ULE: FOC = ISD::SETLE; FPC = ISD::SETULE; break; in getFCmpCondCode()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp97 case CmpInst::FCMP_ULE: in mapFCmpPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp97 case CmpInst::FCMP_ULE: in mapFCmpPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp66 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_ULE)); in describeFuzzerFloatOps()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2907 case FCMP_OGT: return FCMP_ULE; in getInversePredicate()
2916 case FCMP_ULE: return FCMP_OGT; in getInversePredicate()
3038 case FCMP_UGE: return FCMP_ULE; in getSwappedPredicate()
3039 case FCMP_ULE: return FCMP_UGE; in getSwappedPredicate()
3072 case FCmpInst::FCMP_ULT: case FCmpInst::FCMP_UGE: case FCmpInst::FCMP_ULE: in isUnordered()
3081 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
DConstantFold.cpp1953 case FCmpInst::FCMP_ULE: in ConstantFoldCompareInstruction()
1991 case FCmpInst::FCMP_ULE: in ConstantFoldCompareInstruction()
1999 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE || in ConstantFoldCompareInstruction()
2005 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE); in ConstantFoldCompareInstruction()
/external/llvm/lib/IR/
DConstantFold.cpp1796 case FCmpInst::FCMP_ULE: in ConstantFoldCompareInstruction()
1838 case FCmpInst::FCMP_ULE: in ConstantFoldCompareInstruction()
1846 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE || in ConstantFoldCompareInstruction()
1852 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE); in ConstantFoldCompareInstruction()
DInstructions.cpp3451 case FCMP_OGT: return FCMP_ULE; in getInversePredicate()
3460 case FCMP_ULE: return FCMP_OGT; in getInversePredicate()
3584 case FCMP_UGE: return FCMP_ULE; in getSwappedPredicate()
3585 case FCMP_ULE: return FCMP_UGE; in getSwappedPredicate()
3635 case FCmpInst::FCMP_ULT: case FCmpInst::FCMP_UGE: case FCmpInst::FCMP_ULE: in isUnordered()
3644 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp176 case FCmpInst::FCMP_ULE: return ISD::SETULE; in getFCmpCondCode()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h661 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal
/external/llvm/lib/CodeGen/
DAnalysis.cpp177 case FCmpInst::FCMP_ULE: return ISD::SETULE; in getFCmpCondCode()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp465 case FCmpInst::FCMP_ULE: R = executeFCMP_ULE(Src1, Src2, Ty); break; in visitFCmpInst()
502 case FCmpInst::FCMP_ULE: return executeFCMP_ULE(Src1, Src2, Ty); in executeCmpInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h143 _SPIRV_OP(FCMP_ULE, FUnordLessThanEqual) in init()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp850 case FCmpInst::FCMP_ULE: Out << "ULE"; break; in printConstant()
1189 case FCmpInst::FCMP_ULE : Out << "FCmpInst::FCMP_ULE"; break; in printInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp938 case CmpInst::FCMP_ULE: SwapArgs = false; SetCCOpc = X86::SETBEr; break; in X86SelectCmp()
1038 case CmpInst::FCMP_ULE: SwapArgs = false; BranchOpc = X86::JBE_4; break; in X86SelectBranch()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp496 case CmpInst::FCMP_ULE: in convertFCmpInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp128 case FCmpInst::FCMP_ULE: return 6; // 110 in getFCmpCode()
175 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break; in getFCmpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h900 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal
/external/llvm/include/llvm/IR/
DInstrTypes.h881 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal

123