Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp384 CallInst *IRBuilderBase::CreateFPMaxReduce(Value *Src, bool NoNaN) { in CreateFPMaxReduce()
395 CallInst *IRBuilderBase::CreateFPMinReduce(Value *Src, bool NoNaN) { in CreateFPMinReduce()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1101 bool NoNaN; variable
1107 VPValue *VecOp, VPValue *CondOp, bool NoNaN, in VPReductionRecipe()
DLoopVectorize.cpp4313 bool NoNaN = Legal->hasFunNoNaNAttr(); in fixReduction() local
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp383 CallInst *IRBuilderBase::CreateFPMaxReduce(Value *Src, bool NoNaN) { in CreateFPMaxReduce()
393 CallInst *IRBuilderBase::CreateFPMinReduce(Value *Src, bool NoNaN) { in CreateFPMinReduce()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp949 bool NoNaN) { in createTargetReduction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1063 bool NoNaN) { in createTargetReduction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1136 bool NoNaN; ///< If op is an fp min/max, whether NaNs may be present. member
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1298 bool NoNaN; ///< If op is an fp min/max, whether NaNs may be present. member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6131 bool NoNaN = false; member in __anoncaa0dc781f11::HorizontalReduction::OperationData
6192 bool NoNaN = false) in OperationData()
DLoopVectorize.cpp3841 bool NoNaN = Legal->hasFunNoNaNAttr(); in fixReduction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2067 bool NoNaN = N->getFlags().hasNoNaNs(); in SplitVecOp_VECREDUCE() local
DTargetLowering.cpp7607 bool NoNaN = Node->getFlags().hasNoNaNs(); in expandVecReduce() local