Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp174 case naclbitc::FCMP_ULE: in DecodeFcmpPredicate()
175 LLVMPredicate = CmpInst::FCMP_ULE; in DecodeFcmpPredicate()
/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def50 OPCODE(FCMP_OGT, FCMP_ULE, FCMP_OLT, BADOP, BADOP, 2, OPF_TARGET)
52 OPCODE(FCMP_ULE, FCMP_OGT, FCMP_UGE, BADOP, BADOP, 2, OPF_TARGET)
53 OPCODE(FCMP_UGE, FCMP_OLT, FCMP_ULE, BADOP, BADOP, 2, OPF_TARGET)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp270 FCmp32Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
296 FCmp64Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
321 FCmp32Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SLE}}; in setFCmpLibcallsGNU()
339 FCmp64Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SLE}}; in setFCmpLibcallsGNU()
DARMInstructionSelector.cpp440 case CmpInst::FCMP_ULE: in getComparePreds()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h286 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp143 .Case("ule", FCmpInst::FCMP_ULE) in getPredicate()
DInstructions.cpp3546 case FCMP_OGT: return FCMP_ULE; in getInversePredicate()
3555 case FCMP_ULE: return FCMP_OGT; in getInversePredicate()
3579 case FCmpInst::FCMP_ULE: return "ule"; in getPredicateName()
3638 case FCMP_ULT: return FCMP_ULE; in getFlippedStrictnessPredicate()
3640 case FCMP_ULE: return FCMP_ULT; in getFlippedStrictnessPredicate()
3669 case FCMP_UGE: return FCMP_ULE; in getSwappedPredicate()
3670 case FCMP_ULE: return FCMP_UGE; in getSwappedPredicate()
3683 case FCMP_ULT: return FCMP_ULE; in getNonStrictPredicate()
3734 case FCmpInst::FCMP_ULT: case FCmpInst::FCMP_UGE: case FCmpInst::FCMP_ULE: in isUnordered()
3743 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
DConstantFold.cpp1934 case FCmpInst::FCMP_ULE: in ConstantFoldCompareInstruction()
1975 case FCmpInst::FCMP_ULE: in ConstantFoldCompareInstruction()
1983 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE || in ConstantFoldCompareInstruction()
1989 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE); in ConstantFoldCompareInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp757 case CmpInst::FCMP_ULE: // Unordered or Less Than or Equal in select()
760 isLogicallyNegated = Cond != CmpInst::FCMP_ULE; in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp100 case CmpInst::FCMP_ULE: in mapFCmpPred()
DIndVarSimplify.cpp384 case CmpInst::FCMP_ULE: NewPred = CmpInst::ICMP_SLE; break; in handleFloatingPointIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp65 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_ULE)); in describeFuzzerFloatOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp216 case FCmpInst::FCMP_ULE: return ISD::SETULE; in getFCmpCondCode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp496 case CmpInst::FCMP_ULE: in convertFCmpInstruction()
DPNaClTranslator.cpp2064 case naclbitc::FCMP_ULE: in convertNaClBitcFCompOpToIce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp689 case FCmpInst::FCMP_ULE: R = executeFCMP_ULE(Src1, Src2, Ty); break; in visitFCmpInst()
723 case FCmpInst::FCMP_ULE: return executeFCMP_ULE(Src1, Src2, Ty); in executeCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1105 case FCmpInst::FCMP_ULE: in selectFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2476 (Pred == FCmpInst::FCMP_OLE || Pred == FCmpInst::FCMP_ULE)) { in visitSelectInst()
2497 Pred == FCmpInst::FCMP_ULT || Pred == FCmpInst::FCMP_ULE)) { in visitSelectInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h747 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal
DPatternMatch.h1550 return Pred == CmpInst::FCMP_ULT || Pred == CmpInst::FCMP_ULE; in match()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4688 case CmpInst::FCMP_ULE: in matchFastFloatClamp()
4977 case CmpInst::FCMP_UGE: case CmpInst::FCMP_ULE: in matchSelectPattern()
5052 case FCmpInst::FCMP_ULE: in matchSelectPattern()
DInstructionSimplify.cpp3590 case FCmpInst::FCMP_ULE: in SimplifyFCmpInst()
3648 case FCmpInst::FCMP_OLE: case FCmpInst::FCMP_ULE: in SimplifyFCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp254 case CmpInst::FCMP_ULE: in getComparePred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2461 case CmpInst::FCMP_ULE: Predicate = CmpInst::FCMP_TRUE; break; in optimizeCmpPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2384 .Case("ule", CmpInst::FCMP_ULE) in parsePredicateOperand()

12