Searched refs:scalarizeInstruction (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 389 virtual void scalarizeInstruction(Instruction *Instr, 621 void scalarizeInstruction(Instruction *Instr, 2417 return scalarizeInstruction(Instr, true); in vectorizeMemoryInstruction() 2420 return scalarizeInstruction(Instr); in vectorizeMemoryInstruction() 2424 return scalarizeInstruction(Instr); in vectorizeMemoryInstruction() 2435 return scalarizeInstruction(Instr); in vectorizeMemoryInstruction() 2619 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, in scalarizeInstruction() function in InnerLoopVectorizer 4228 scalarizeInstruction(&I); in vectorizeBlockInLoop() 4239 scalarizeInstruction(&I); in vectorizeBlockInLoop() 4294 scalarizeInstruction(&I); in vectorizeBlockInLoop() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.h | 503 void scalarizeInstruction(Variable *Dest, F insertScalarInstruction, in scalarizeInstruction() function
|
D | IceTargetLowering.cpp | 944 scalarizeInstruction( in scalarizeArithmetic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 445 void scalarizeInstruction(Instruction *Instr, const VPIteration &Instance, 2491 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, in scalarizeInstruction() function in InnerLoopVectorizer 7421 State.ILV->scalarizeInstruction(Ingredient, *State.Instance, IsPredicated); in execute() 7441 State.ILV->scalarizeInstruction(Ingredient, {Part, Lane}, IsPredicated); in execute()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 522 void scalarizeInstruction(Instruction *Instr, VPUser &Operands, 2838 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPUser &User, in scalarizeInstruction() function in InnerLoopVectorizer 8735 State.ILV->scalarizeInstruction(getUnderlyingInstr(), *this, in execute() 8761 State.ILV->scalarizeInstruction(getUnderlyingInstr(), *this, {Part, Lane}, in execute()
|