Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h34 bool FMA = false; global() variable
H A DGCNSubtarget.h102 bool FMA = false; global() variable
H A DSIISelLowering.cpp14437 SDValue FMA = N->getOperand(2); performFMACombine() local
[all...]
/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3636 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 DInterleavedLoadCombinePass.cpp1190 auto FMA = MSSA.getMemoryAccess(First); combine() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h491 FMA, global() enumerator
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1251 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 DDAGCombiner.cpp15902 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 DCGBuiltin.cpp13875 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 DAPFloatTest.cpp479 TEST(APFloatTest, FMA) { in TEST() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5800 MachineInstr *FMA = nullptr; matchCombineFAddFMAFMulToFMadOrFMA() local