Home
last modified time | relevance | path

Searched refs:getCastInsts (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h228 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts() function
340 const SmallVectorImpl<Instruction *> &getCastInsts() const { in getCastInsts() function
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h234 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp531 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi()
DLoopVectorize.cpp1880 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in recordVectorLoopValueForInductionCast()
6269 SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore()
6276 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore()
6431 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectTriviallyDeadInstructions()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6157 SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore()