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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp531 case Instruction::FAdd: return bitc::BINOP_ADD;
565 case AtomicRMWInst::FAdd: return bitc::RMW_FADD;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1642 case Instruction::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2003 case Instruction::FAdd:
H A DLoopStrengthReduce.cpp2164 Instruction::FAdd : Instruction::FSub,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2849 case Instruction::FAdd:
H A DARMISelLowering.cpp16321 case Instruction::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2097 case AtomicRMWInst::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3587 case Instruction::FAdd:
7261 Operation = AtomicRMWInst::FAdd;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3487 Rep = Builder.CreateAtomicRMW(AtomicRMWInst::FAdd, Ptr, Val,
H A DVerifier.cpp3324 case Instruction::FAdd:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4734 case AtomicRMWInst::FAdd:
H A DSIISelLowering.cpp11564 case AtomicRMWInst::FAdd: {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4505 case AtomicRMWInst::FAdd: NT = ISD::ATOMIC_LOAD_FADD; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16421 User->getOpcode() != Instruction::FAdd)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9558 User->getOpcode() == Instruction::FAdd))
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp15645 return Builder.CreateAtomicRMW(llvm::AtomicRMWInst::FAdd, Ptr, Val,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 1112 milliseconds

123