Searched refs:widenPHIInstruction (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 378 void widenPHIInstruction(Instruction *PN, VectorParts &Entry, unsigned UF, 3958 void InnerLoopVectorizer::widenPHIInstruction( in widenPHIInstruction() function in InnerLoopVectorizer 4072 widenPHIInstruction(&I, Entry, UF, VF, PV); in vectorizeBlockInLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 393 void widenPHIInstruction(Instruction *PN, unsigned UF, unsigned VF); 3794 void InnerLoopVectorizer::widenPHIInstruction(Instruction *PN, unsigned UF, in widenPHIInstruction() function in InnerLoopVectorizer 7103 State.ILV->widenPHIInstruction(Phi, State.UF, State.VF); in execute()
|