Home
last modified time | relevance | path

Searched refs:FSub (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAtomicRMW.cpp30 case AtomicRMWInst::FSub: // +0.0 in isIdempotentRMW()
67 case AtomicRMWInst::FSub: in isSaturating()
DInstCombineSelect.cpp1733 (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()
DInstCombineAddSub.cpp355 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()
DInstCombineVectorOps.cpp1556 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/
DFloat2Int.cpp116 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()
DLowerAtomic.cpp93 case AtomicRMWInst::FSub: in lowerAtomicRMWInst()
DReassociate.cpp1032 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()
DSpeculativeExecution.cpp241 case Instruction::FSub: in ComputeSpeculationCost()
DGVNSink.cpp451 case Instruction::FSub: in lookupOrAdd()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsOs16.cpp82 case Instruction::FSub: in needsFP()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
DOperations.cpp47 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/
DConstrainedOps.def53 DAG_INSTRUCTION(FSub, 2, 1, experimental_constrained_fsub, FSUB)
DInstruction.def150 HANDLE_BINARY_INST(16, FSub , BinaryOperator)
DOperator.h389 case Instruction::FSub: in classof()
DVPIntrinsics.def190 HELPER_REGISTER_BINARY_FP_VP(fsub, VP_FSUB, FSub)
DPatternMatch.h1026 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/
DExecutionEngine.cpp775 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/
DIVDescriptors.cpp617 case Instruction::FSub: in isRecurrenceInstr()
992 InductionBinOp->getOpcode() == Instruction::FSub))) && in InductionDescriptor()
1043 } else if (BOp->getOpcode() == Instruction::FSub) in isFPInductionPHI()
DObjCARCInstKind.cpp255 case Instruction::FSub: in GetARCInstKind()
DCFLGraph.h571 case Instruction::FSub: in visitConstantExpr()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h337 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/
DSystemZTargetTransformInfo.cpp438 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/
DInstruction.cpp361 case FSub: return "fsub"; in getOpcodeName()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
Dllvm-stress.cpp400 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; } in Act()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp799 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()

123