Home
last modified time | relevance | path

Searched defs:FPMO (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp836 FMF = FPMO->getFastMathFlags(); in computeBBInlineCost() local
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp751 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { getOptimizationFlags() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3667 auto *FPMO = cast<FPMathOperator>(&I); visitFCmp() local
5286 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) visitTargetIntrinsic() local
8512 if (auto *FPMO = dyn_cast<FPMathOperator>(&VPIntrin)) visitVectorPredicationIntrinsic() local
8539 if (auto *FPMO = dyn_cast<FPMathOperator>(&VPIntrin)) visitVectorPredicationIntrinsic() local
10649 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) visitVectorReduce() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp77 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1660 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { getOptimizationFlags() local
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1120 auto *FPMO = dyn_cast<FPMathOperator>(V); match() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp320 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I); ClearSubclassDataAfterReassociation() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3275 if (auto *FPMO = dyn_cast<FPMathOperator>(CI)) getVectorIntrinsicCost() local
H A DSLPVectorizer.cpp10194 if (auto *FPMO = dyn_cast<FPMathOperator>(II)) getSpillCost() local
17145 if (auto *FPMO = dyn_cast<FPMathOperator>(U)) tryToReduce() local