/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 133 LLVMPredicate = CmpInst::FCMP_FALSE; in DecodeFcmpPredicate() 135 case naclbitc::FCMP_FALSE: in DecodeFcmpPredicate() 136 LLVMPredicate = CmpInst::FCMP_FALSE; in DecodeFcmpPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2448 case CmpInst::FCMP_FALSE: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate() 2450 case CmpInst::FCMP_OGT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate() 2452 case CmpInst::FCMP_OLT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate() 2454 case CmpInst::FCMP_ONE: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate() 2466 case CmpInst::ICMP_NE: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate() 2467 case CmpInst::ICMP_UGT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate() 2469 case CmpInst::ICMP_ULT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate() 2471 case CmpInst::ICMP_SGT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate() 2473 case CmpInst::ICMP_SLT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 273 FCMP_FALSE = 0, ///< 0 0 0 0 Always false (always folded) enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 52 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_FALSE)); in describeFuzzerFloatOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 409 Predicate == CmpInst::FCMP_FALSE) && in legalizeCustom()
|
D | ARMInstructionSelector.cpp | 539 if (Cond == CmpInst::FCMP_TRUE || Cond == CmpInst::FCMP_FALSE) { in selectCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 203 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE; in getFCmpCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1820 if (pred == FCmpInst::FCMP_FALSE) in ConstantFoldCompareInstruction() 1908 case FCmpInst::FCMP_FALSE: return Constant::getNullValue(ResultTy); in ConstantFoldCompareInstruction() 1978 case FCmpInst::FCMP_FALSE: in ConstantFoldCompareInstruction()
|
D | Instructions.cpp | 3558 case FCMP_TRUE: return FCMP_FALSE; in getInversePredicate() 3559 case FCMP_FALSE: return FCMP_TRUE; in getInversePredicate() 3566 case FCmpInst::FCMP_FALSE: return "false"; in getPredicateName() 3658 case FCMP_FALSE: case FCMP_TRUE: in getSwappedPredicate() 3750 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
|
D | Constants.cpp | 2042 case CmpInst::FCMP_FALSE: case CmpInst::FCMP_OEQ: case CmpInst::FCMP_OGT: in getCompare()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 734 FCMP_FALSE = 0, ///< 0 0 0 0 Always false (always folded) 750 FIRST_FCMP_PREDICATE = FCMP_FALSE,
|
D | IRBuilder.h | 1200 Predicate != CmpInst::FCMP_FALSE && in getConstrainedFPPredicate()
|
D | Instructions.h | 1371 getPredicate() == FCMP_FALSE ||
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 28 assert(FCmpInst::FCMP_FALSE <= CC && CC <= FCmpInst::FCMP_TRUE && in getFCmpCode() 32 static_assert(FCmpInst::FCMP_FALSE == 0, ""); // 0 0 0 0 in getFCmpCode() 68 assert(FCmpInst::FCMP_FALSE <= Pred && Pred <= FCmpInst::FCMP_TRUE && in getFCmpValue() 70 if (Pred == FCmpInst::FCMP_FALSE) in getFCmpValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 460 case CmpInst::FCMP_FALSE: in convertFCmpInstruction()
|
D | PNaClTranslator.cpp | 2025 case naclbitc::FCMP_FALSE: in convertNaClBitcFCompOpToIce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 675 case FCmpInst::FCMP_FALSE: R = executeFCMP_BOOL(Src1, Src2, Ty, false); in visitFCmpInst() 726 case FCmpInst::FCMP_FALSE: return executeFCMP_BOOL(Src1, Src2, Ty, false); in executeCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1438 case CmpInst::FCMP_FALSE: { in X86SelectCmp() 1644 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, DbgLoc); return true; in X86SelectBranch() 2371 case CmpInst::FCMP_FALSE: Opnd = I->getOperand(2); break; in X86SelectSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2438 case CmpInst::FCMP_FALSE: in selectBranch() 2581 case CmpInst::FCMP_FALSE: in selectCmp() 2764 case CmpInst::FCMP_FALSE: in selectSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 208 case CmpInst::FCMP_FALSE: in getComparePred()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 348 else if (Pred == CmpInst::FCMP_FALSE) in translateCompare()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2371 .Case("false", CmpInst::FCMP_FALSE) in parsePredicateOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3534 if (Pred == FCmpInst::FCMP_FALSE) in SimplifyFCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5871 case lltok::kw_false: P = CmpInst::FCMP_FALSE; break; in ParseCmpPredicate()
|