/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Subtarget.h | 34 bool FMA = false; global() variable
|
H A D | GCNSubtarget.h | 102 bool FMA = false; global() variable
|
H A D | SIISelLowering.cpp | 14437 SDValue FMA = N->getOperand(2); performFMACombine() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3636 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), IID); upgradeX86IntrinsicCall() local 3639 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, upgradeX86IntrinsicCall() local 3695 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, upgradeX86IntrinsicCall() local 3755 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, upgradeX86IntrinsicCall() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1190 auto FMA = MSSA.getMemoryAccess(First); combine() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 491 FMA, global() enumerator
|
/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1251 bool FMA(T inst, bool isDouble, float rs2_sign, float rs3_sign) { FMA() function in lldb_private::Executor
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15902 SDValue FMA, E; visitFADDForFMACombine() local 16433 if (SDValue FMA = FuseFADD(N0, N1)) visitFMULForFMADistributiveCombine() local 16435 if (SDValue FMA = FuseFADD(N1, N0)) visitFMULForFMADistributiveCombine() local 16466 if (SDValue FMA = FuseFSUB(N0, N1)) visitFMULForFMADistributiveCombine() local 16468 if (SDValue FMA = FuseFSUB(N1, N0)) visitFMULForFMADistributiveCombine() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 13875 Function *FMA; EmitX86FMAExpr() local 13962 Function *FMA = CGF.CGM.getIntrinsic( EmitScalarFMAExpr() local 13966 Function *FMA = CGF.CGM.getIntrinsic(Intrinsic::fma, Ops[0]->getType()); EmitScalarFMAExpr() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 479 TEST(APFloatTest, FMA) { in TEST() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5800 MachineInstr *FMA = nullptr; matchCombineFAddFMAFMulToFMadOrFMA() local
|