| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAtomicRMW.cpp | 29 case AtomicRMWInst::FSub: // +0.0 in isIdempotentRMW() 72 case AtomicRMWInst::FSub: in isSaturating()
|
| H A 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() 1946 I.getOpcode() == Instruction::FSub) && "Expecting fadd/fsub"); in factorizeFAddFSub() 3179 Instruction::FSub, C, ConstantFP::get(Ty, 1.0), DL)) in visitFSub() 3185 Instruction::FSub, ConstantFP::get(Ty, 1.0), C, DL)) in visitFSub()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 82 case Instruction::FSub: return Instruction::Sub; in mapBinOpcode() 178 case Instruction::FSub: in walkBackwards() 264 case Instruction::FSub: in calcRange() 459 case Instruction::FSub: in convert()
|
| H A D | Reassociate.cpp | 983 isReassociableOp(V0, Instruction::Sub, Instruction::FSub)) in ShouldBreakUpSubtract() 987 isReassociableOp(V1, Instruction::Sub, Instruction::FSub)) in ShouldBreakUpSubtract() 992 isReassociableOp(VB, Instruction::Sub, Instruction::FSub))) in ShouldBreakUpSubtract() 2066 I->getOpcode() == Instruction::FSub) && "Expected fadd/fsub"); in canonicalizeNegFPConstantsForOp() 2078 bool IsFSub = I->getOpcode() == Instruction::FSub; in canonicalizeNegFPConstantsForOp() 2227 I->getOpcode() == Instruction::FSub) { in OptimizeInst() 2278 cast<Instruction>(BO->user_back())->getOpcode() == Instruction::FSub) in OptimizeInst()
|
| H A D | SpeculativeExecution.cpp | 241 case Instruction::FSub: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 407 case Instruction::FSub: in lookupOrAdd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 207 case AtomicRMWInst::FSub: in visitAtomicRMWInst() 354 case AtomicRMWInst::FSub: in buildNonAtomicBinOp() 627 case AtomicRMWInst::FSub: in getIdentityValueForAtomicOp() 719 } else if (Op == AtomicRMWInst::FSub) { in optimizeAtomic() 781 case AtomicRMWInst::FSub: { in optimizeAtomic() 938 case AtomicRMWInst::FSub: { in optimizeAtomic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 83 case Instruction::FSub: in needsFP()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 677 return Op == Instruction::FSub || Op == Instruction::Sub; in identifyPartialMul() 791 if ((Real->getOpcode() == Instruction::FSub && in identifyAdd() 797 Imag->getOpcode() == Instruction::FSub) || in identifyAdd() 839 return (OpcA == Instruction::FSub && OpcB == Instruction::FAdd) || in isInstructionPairAdd() 840 (OpcA == Instruction::FAdd && OpcB == Instruction::FSub) || in isInstructionPairAdd() 855 case Instruction::FSub: in isInstructionPotentiallySymmetric() 1123 return Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in identifyReassocNodes() 1184 case Instruction::FSub: in identifyReassocNodes() 1539 TmpNode->Opcode = Instruction::FSub; in identifyAdditions() 2122 case Instruction::FSub: in replaceSymmetricNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 47 Ops.push_back(binOpDescriptor(1, Instruction::FSub)); in describeFuzzerFloatOps() 137 case Instruction::FSub: in binOpDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerAtomic.cpp | 85 case AtomicRMWInst::FSub: in buildAtomicRMWValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 96 OP(FSub) \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 53 DAG_INSTRUCTION(FSub, 2, 1, experimental_constrained_fsub, FSUB)
|
| H A D | Instruction.def | 150 HANDLE_BINARY_INST(16, FSub , BinaryOperator)
|
| H A D | Operator.h | 359 case Instruction::FSub:
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 786 case Instruction::FSub: in getConstantValue() 821 case Instruction::FSub: in getConstantValue() 836 case Instruction::FSub: in getConstantValue() 857 case Instruction::FSub: in getConstantValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.cpp | 130 case Instruction::Opcode::FSub: in notVectorizableBasedOnOpcodesAndTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 914 case Instruction::FSub: in isRecurrenceInstr() 1370 InductionBinOp->getOpcode() == Instruction::FSub))) && in InductionDescriptor() 1418 } else if (BOp->getOpcode() == Instruction::FSub) in isFPInductionPHI()
|
| H A D | ObjCARCInstKind.cpp | 255 case Instruction::FSub: in GetARCInstKind()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 632 case Instruction::FSub: in CanInterpret() 779 case Instruction::FSub: in Interpret() 826 case Instruction::FSub: in Interpret()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 312 case Instruction::FSub: // 0.0 - X (doesn't simplify, but it is safe) in getSafeVectorConstantForBinop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 123 case Instruction::Opcode::FSub: in createVectorInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 699 case Instruction::FSub: in ConstantFoldBinaryInstruction() 860 case Instruction::FSub: in ConstantFoldBinaryInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 594 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost() 680 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 382 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; } in Act()
|