Searched defs:FMA (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600Subtarget.h | 34 bool FMA = false; variable
|
H A D | GCNSubtarget.h | 98 bool FMA = false; variable
|
H A D | SIISelLowering.cpp | 11359 SDValue FMA = N->getOperand(2); in performFMACombine() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3600 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 D | InterleavedLoadCombinePass.cpp | 1184 auto FMA = MSSA.getMemoryAccess(First); in combine() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 482 FMA, enumerator
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1251 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 D | DAGCombiner.cpp | 14666 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 D | CGBuiltin.cpp | 12720 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 D | CombinerHelper.cpp | 5478 MachineInstr *FMA = nullptr; in matchCombineFAddFMAFMulToFMadOrFMA() local
|