Home
last modified time | relevance | path

Searched refs:getUnsafeAlgebraInst (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h116 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst() function
211 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst() function
325 Instruction *getUnsafeAlgebraInst() { in getUnsafeAlgebraInst() function
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h119 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst() function
199 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst() function
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()
425 Instruction *UAI = Prev.getUnsafeAlgebraInst(); in isRecurrenceInstr()
433 return InstDesc(I, Prev.getMinMaxKind(), Prev.getUnsafeAlgebraInst()); in isRecurrenceInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp622 Requirements->addUnsafeAlgebraInst(RedDes.getUnsafeAlgebraInst()); in canVectorizeInstrs()
632 Requirements->addUnsafeAlgebraInst(ID.getUnsafeAlgebraInst()); in canVectorizeInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp437 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()
498 Instruction *UAI = Prev.getUnsafeAlgebraInst(); in isRecurrenceInstr()
506 return InstDesc(I, Prev.getMinMaxKind(), Prev.getUnsafeAlgebraInst()); in isRecurrenceInstr()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4620 Requirements->addUnsafeAlgebraInst(RedDes.getUnsafeAlgebraInst()); in canVectorizeInstrs()