Searched refs:FAdd (Results 26 - 50 of 67) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp852 INSTKEYWORD(add, Add); INSTKEYWORD(fadd, FAdd);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp471 case Instruction::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp485 case Instruction::FAdd:
1406 case Instruction::FAdd:
H A DGVN.cpp503 case Instruction::FAdd:
H A DIndVarSimplify.cpp271 if (Incr == nullptr || Incr->getOpcode() != Instruction::FAdd) return false;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp524 case AtomicRMWInst::FAdd:
1593 case AtomicRMWInst::FAdd:
H A DTargetLoweringBase.cpp1649 case FAdd: return ISD::FADD;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1241 case Instruction::FAdd:
H A DInstructionSimplify.cpp4731 /// Given operands for an FAdd, see if we can fold the result. If not, this
4735 if (Constant *C = foldOrCommuteConstant(Instruction::FAdd, Op0, Op1, Q))
5030 case Instruction::FAdd:
5052 case Instruction::FAdd:
5515 case Instruction::FAdd:
H A DValueTracking.cpp3336 case Instruction::FAdd:
3526 case Instruction::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp980 case Instruction::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp114 dbgs() << "Unhandled type for FAdd instruction: " << *Ty << "\n";
798 case Instruction::FAdd: FLOAT_VECTOR_OP(+) break;
828 case Instruction::FAdd: executeFAddInst(R, Src1, Src2, Ty); break;
2072 case Instruction::FAdd: executeFAddInst(Dest, Op0, Op1, Ty); break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2109 case Instruction::FAdd:
2489 return get(Instruction::FAdd, C1, C2);
2584 case Instruction::FAdd: // X + -0.0 = X
H A DConstantRange.cpp809 case Instruction::FAdd:
H A DConstantFold.cpp1149 case Instruction::FAdd:
1364 case Instruction::FAdd:
H A DCore.cpp3556 case LLVMAtomicRMWBinOpFAdd: return AtomicRMWInst::FAdd;
3576 case AtomicRMWInst::FAdd: return LLVMAtomicRMWBinOpFAdd;
H A DInstructions.cpp1616 case AtomicRMWInst::FAdd:
2422 case FAdd: case FSub:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1956 assert((BinOp == Instruction::FAdd || BinOp == Instruction::FSub) &&
2914 (InductionBinOp->getOpcode() == Instruction::FAdd ||
4272 case Instruction::FAdd:
6318 case Instruction::FAdd:
7016 case Instruction::FAdd:
H A DSLPVectorizer.cpp2849 case Instruction::FAdd:
3464 case Instruction::FAdd:
4347 case Instruction::FAdd:
6264 (Opcode == Instruction::Add || Opcode == Instruction::FAdd ||
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h263 return CreateWithCopiedFlags(Instruction::FAdd, V1, V2, FMFSource, Name);
H A DIRBuilder.h1391 if (Value *V = foldConstant(Instruction::FAdd, L, R, Name)) return V;
1404 if (Value *V = foldConstant(Instruction::FAdd, L, R, Name)) return V;
H A DInstructions.h738 FAdd,
786 case AtomicRMWInst::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1736 FI->getOpcode() == Instruction::FAdd)) {
1742 TI->getOpcode() == Instruction::FAdd)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1850 case Instruction::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1087 return IsFP ? Instruction::FAdd : Instruction::Add;
1129 case bitc::RMW_FADD: return AtomicRMWInst::FAdd;

Completed in 495 milliseconds

123