Home
last modified time | relevance | path

Searched defs:NoNaN (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp378 CallInst *IRBuilderBase::CreateFPMaxReduce(Value *Src, bool NoNaN) { in CreateFPMaxReduce()
389 CallInst *IRBuilderBase::CreateFPMinReduce(Value *Src, bool NoNaN) { in CreateFPMinReduce()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1688 bool NoNaN) { in createTargetReduction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h970 bool NoNaN; ///< If op is an fp min/max, whether NaNs may be present. member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5124 bool NoNaN = false; member in __anon179022771a11::HorizontalReduction::OperationData
5182 bool NoNaN = false) in OperationData()
DLoopVectorize.cpp3674 bool NoNaN = Legal->hasFunNoNaNAttr(); in fixReduction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1734 bool NoNaN = N->getFlags().hasNoNaNs(); in SplitVecOp_VECREDUCE() local