Searched refs:ReduxDesc (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 194 InstDesc ReduxDesc(false, nullptr); in AddReductionVar() local 264 ReduxDesc = isRecurrenceInstr(Cur, Kind, ReduxDesc, HasFunNoNaNAttr); in AddReductionVar() 265 if (!ReduxDesc.isRecurrence()) in AddReductionVar() 363 RdxStart, ExitInstruction, Kind, ReduxDesc.getMinMaxKind(), in AddReductionVar() 364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 226 InstDesc ReduxDesc(false, nullptr); in AddReductionVar() local 297 ReduxDesc = isRecurrenceInstr(Cur, Kind, ReduxDesc, HasFunNoNaNAttr); in AddReductionVar() 298 if (!ReduxDesc.isRecurrence()) in AddReductionVar() 436 RdxStart, ExitInstruction, Kind, ReduxDesc.getMinMaxKind(), in AddReductionVar() 437 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()
|