Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp389 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/
DIceTargetLowering.h503 void scalarizeInstruction(Variable *Dest, F insertScalarInstruction, in scalarizeInstruction() function
DIceTargetLowering.cpp944 scalarizeInstruction( in scalarizeArithmetic()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp445 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/
DLoopVectorize.cpp522 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()