Home
last modified time | relevance | path

Searched refs:FPMO (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DCostModel.cpp508 if (auto *FPMO = dyn_cast<FPMathOperator>(II)) in getInstructionCost() local
509 FMF = FPMO->getFastMathFlags(); in getInstructionCost()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1289 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { in getOptimizationFlags() local
1290 if (FPMO->hasUnsafeAlgebra()) in getOptimizationFlags()
1292 if (FPMO->hasNoNaNs()) in getOptimizationFlags()
1294 if (FPMO->hasNoInfs()) in getOptimizationFlags()
1296 if (FPMO->hasNoSignedZeros()) in getOptimizationFlags()
1298 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp154 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I); in ClearSubclassDataAfterReassociation() local
155 if (!FPMO) { in ClearSubclassDataAfterReassociation()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1711 if (auto *FPMO = dyn_cast<FPMathOperator>(CI)) in getEntryCost() local
1712 FMF = FPMO->getFastMathFlags(); in getEntryCost()
DLoopVectorize.cpp3336 if (auto *FPMO = dyn_cast<FPMathOperator>(CI)) in getVectorIntrinsicCost() local
3337 FMF = FPMO->getFastMathFlags(); in getVectorIntrinsicCost()