Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp393 virtual void vectorizeMemoryInstruction(Instruction *Instr);
623 void vectorizeMemoryInstruction(Instruction *Instr) override;
2391 void InnerLoopVectorizer::vectorizeMemoryInstruction(Instruction *Instr) { in vectorizeMemoryInstruction() function in InnerLoopVectorizer
4169 vectorizeMemoryInstruction(&I); in vectorizeBlockInLoop()
6313 void InnerLoopUnroller::vectorizeMemoryInstruction(Instruction *Instr) { in vectorizeMemoryInstruction() function in InnerLoopUnroller
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp444 void vectorizeMemoryInstruction(Instruction *Instr,
2385 void InnerLoopVectorizer::vectorizeMemoryInstruction(Instruction *Instr, in vectorizeMemoryInstruction() function in InnerLoopVectorizer
7235 return State.ILV->vectorizeMemoryInstruction(&Instr); in execute()
7242 State.ILV->vectorizeMemoryInstruction(&Instr, &MaskValues); in execute()