Home
last modified time | relevance | path

Searched defs:EntryVal (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1686 const InductionDescriptor &II, Value *Step, Instruction *EntryVal) { in createVectorIntOrFpInductionPHI()
1778 const InductionDescriptor &ID, const Instruction *EntryVal, in recordVectorLoopValueForInductionCast()
1821 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in widenIntOrFpInduction() local
1959 Instruction *EntryVal, in buildScalarSteps()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp684 char &EntryVal = FullyAvailableBlocks[Entry]; in IsValueFullyAvailableInBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp717 char &EntryVal = FullyAvailableBlocks[Entry]; in IsValueFullyAvailableInBlock() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1973 auto *EntryVal = Trunc ? cast<Value>(Trunc) : IV; in widenIntInduction() local
2007 Value *EntryVal) { in buildScalarSteps()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9364 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local