Home
last modified time | relevance | path

Searched refs:scalarizeInstruction (Results 1 – 4 of 4) 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.h512 void scalarizeInstruction(Variable *Dest, F insertScalarInstruction, in scalarizeInstruction() function
DIceTargetLowering.cpp957 scalarizeInstruction( in scalarizeArithmetic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp399 void scalarizeInstruction(Instruction *Instr, const VPIteration &Instance,
2523 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, in scalarizeInstruction() function in InnerLoopVectorizer
7152 State.ILV->scalarizeInstruction(Ingredient, *State.Instance, IsPredicated); in execute()
7172 State.ILV->scalarizeInstruction(Ingredient, {Part, Lane}, IsPredicated); in execute()