| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAtomicRMW.cpp | 30 case AtomicRMWInst::FSub: // +0.0 in isIdempotentRMW() 67 case AtomicRMWInst::FSub: in isSaturating()
|
| D | InstCombineSelect.cpp | 1733 (TI->getOpcode() == Instruction::FSub && in foldAddSubSelect() 1739 (FI->getOpcode() == Instruction::FSub && in foldAddSubSelect() 2870 Instruction *FSub; in visitSelectInst() local 2873 match(TrueVal, m_Instruction(FSub)) && FSub->hasNoNaNs() && in visitSelectInst() 2881 match(FalseVal, m_Instruction(FSub)) && FSub->hasNoNaNs() && in visitSelectInst()
|
| D | InstCombineAddSub.cpp | 355 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub) { in drillValueDownOneStep() 378 if (Opcode == Instruction::FSub) in drillValueDownOneStep() 436 I->getOpcode() == Instruction::FSub) && "Expect add/sub"); in simplify() 1482 I.getOpcode() == Instruction::FSub) && "Expecting fadd/fsub"); in factorizeFAddFSub()
|
| D | InstCombineVectorOps.cpp | 1556 case Instruction::FSub: in canEvaluateShuffled() 1621 case Instruction::FSub: in buildNew() 1711 case Instruction::FSub: in evaluateInDifferentElementOrder()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | Float2Int.cpp | 116 case Instruction::FSub: return Instruction::Sub; in mapBinOpcode() 216 case Instruction::FSub: in walkBackwards() 265 case Instruction::FSub: in walkForwards() 495 case Instruction::FSub: in convert()
|
| D | LowerAtomic.cpp | 93 case AtomicRMWInst::FSub: in lowerAtomicRMWInst()
|
| D | Reassociate.cpp | 1032 isReassociableOp(V0, Instruction::Sub, Instruction::FSub)) in ShouldBreakUpSubtract() 1036 isReassociableOp(V1, Instruction::Sub, Instruction::FSub)) in ShouldBreakUpSubtract() 1041 isReassociableOp(VB, Instruction::Sub, Instruction::FSub))) in ShouldBreakUpSubtract() 2095 I->getOpcode() == Instruction::FSub) && "Expected fadd/fsub"); in canonicalizeNegFPConstantsForOp() 2107 bool IsFSub = I->getOpcode() == Instruction::FSub; in canonicalizeNegFPConstantsForOp() 2253 I->getOpcode() == Instruction::FSub) { in OptimizeInst() 2304 cast<Instruction>(BO->user_back())->getOpcode() == Instruction::FSub) in OptimizeInst()
|
| D | SpeculativeExecution.cpp | 241 case Instruction::FSub: in ComputeSpeculationCost()
|
| D | GVNSink.cpp | 451 case Instruction::FSub: in lookupOrAdd()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsOs16.cpp | 82 case Instruction::FSub: in needsFP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| D | Operations.cpp | 47 Ops.push_back(binOpDescriptor(1, Instruction::FSub)); in describeFuzzerFloatOps() 112 case Instruction::FSub: in binOpDescriptor()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | ConstrainedOps.def | 53 DAG_INSTRUCTION(FSub, 2, 1, experimental_constrained_fsub, FSUB)
|
| D | Instruction.def | 150 HANDLE_BINARY_INST(16, FSub , BinaryOperator)
|
| D | Operator.h | 389 case Instruction::FSub: in classof()
|
| D | VPIntrinsics.def | 190 HELPER_REGISTER_BINARY_FP_VP(fsub, VP_FSUB, FSub)
|
| D | PatternMatch.h | 1026 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L, in m_FSub() 1028 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R); in m_FSub() 1042 if (FPMO->getOpcode() == Instruction::FSub) { in match() 1069 inline BinaryOp_match<cstfp_pred_ty<is_any_zero_fp>, RHS, Instruction::FSub>
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngine.cpp | 775 case Instruction::FSub: in getConstantValue() 810 case Instruction::FSub: in getConstantValue() 825 case Instruction::FSub: in getConstantValue() 846 case Instruction::FSub: in getConstantValue()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | IVDescriptors.cpp | 617 case Instruction::FSub: in isRecurrenceInstr() 992 InductionBinOp->getOpcode() == Instruction::FSub))) && in InductionDescriptor() 1043 } else if (BOp->getOpcode() == Instruction::FSub) in isFPInductionPHI()
|
| D | ObjCARCInstKind.cpp | 255 case Instruction::FSub: in GetARCInstKind()
|
| D | CFLGraph.h | 571 case Instruction::FSub: in visitConstantExpr()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| D | InstCombiner.h | 337 case Instruction::FSub: // 0.0 - X (doesn't simplify, but it is safe) in getSafeVectorConstantForBinop()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 438 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost() 513 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Instruction.cpp | 361 case FSub: return "fsub"; in getOpcodeName()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/ |
| D | llvm-stress.cpp | 400 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; } in Act()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 799 case Instruction::FSub: FLOAT_VECTOR_OP(-) break; in visitBinaryOperator() 829 case Instruction::FSub: executeFSubInst(R, Src1, Src2, Ty); break; in visitBinaryOperator() 2073 case Instruction::FSub: executeFSubInst(Dest, Op0, Op1, Ty); break; in getConstantExprValue()
|