Searched refs:getUnsafeAlgebraInst (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 116 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/ |
D | LoopUtils.h | 119 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst() function 199 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst() function
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 364 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/ |
D | LoopVectorizationLegality.cpp | 622 Requirements->addUnsafeAlgebraInst(RedDes.getUnsafeAlgebraInst()); in canVectorizeInstrs() 632 Requirements->addUnsafeAlgebraInst(ID.getUnsafeAlgebraInst()); in canVectorizeInstrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 437 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/ |
D | LoopVectorize.cpp | 4620 Requirements->addUnsafeAlgebraInst(RedDes.getUnsafeAlgebraInst()); in canVectorizeInstrs()
|