Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp330 virtual void scalarizeInstruction(Instruction *Instr,
465 void scalarizeInstruction(Instruction *Instr,
1762 return scalarizeInstruction(Instr, true); in vectorizeMemoryInstruction()
1765 return scalarizeInstruction(Instr); in vectorizeMemoryInstruction()
1773 return scalarizeInstruction(Instr); in vectorizeMemoryInstruction()
1900 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, bool IfPredicateStore) { in scalarizeInstruction() function in InnerLoopVectorizer
3327 scalarizeInstruction(it); in vectorizeBlockInLoop()
3338 scalarizeInstruction(it); in vectorizeBlockInLoop()
3385 scalarizeInstruction(it); in vectorizeBlockInLoop()
5242 void InnerLoopUnroller::scalarizeInstruction(Instruction *Instr, in scalarizeInstruction() function in InnerLoopUnroller
[all …]