Home
last modified time | relevance | path

Searched defs:FMA (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h34 bool FMA = false; variable
H A DGCNSubtarget.h98 bool FMA = false; variable
H A DSIISelLowering.cpp11359 SDValue FMA = N->getOperand(2); in performFMACombine() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp3600 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), IID); in UpgradeIntrinsicCall() local
3603 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local
3660 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local
3721 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1184 auto FMA = MSSA.getMemoryAccess(First); in combine() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h482 FMA, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1251 bool FMA(T inst, bool isDouble, float rs2_sign, float rs3_sign) { in FMA() function in lldb_private::Executor
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14666 SDValue FMA, E; in visitFADDForFMACombine() local
15181 if (SDValue FMA = FuseFADD(N0, N1)) in visitFMULForFMADistributiveCombine() local
15183 if (SDValue FMA = FuseFADD(N1, N0)) in visitFMULForFMADistributiveCombine() local
15214 if (SDValue FMA = FuseFSUB(N0, N1)) in visitFMULForFMADistributiveCombine() local
15216 if (SDValue FMA = FuseFSUB(N1, N0)) in visitFMULForFMADistributiveCombine() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp12720 Function *FMA; in EmitX86FMAExpr() local
12807 Function *FMA = CGF.CGM.getIntrinsic( in EmitScalarFMAExpr() local
12811 Function *FMA = CGF.CGM.getIntrinsic(Intrinsic::fma, Ops[0]->getType()); in EmitScalarFMAExpr() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5478 MachineInstr *FMA = nullptr; in matchCombineFAddFMAFMulToFMadOrFMA() local