Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DScalarizer.h89 void scalarizeInstruction(llvm::BinaryOperator* BI);
90 void scalarizeInstruction(llvm::CmpInst* CI);
91 void scalarizeInstruction(llvm::CastInst* CI);
92 void scalarizeInstruction(llvm::PHINode* CI);
93 void scalarizeInstruction(llvm::SelectInst* SI);
94 void scalarizeInstruction(llvm::ExtractElementInst* SI);
95 void scalarizeInstruction(llvm::InsertElementInst* II);
96 void scalarizeInstruction(llvm::ShuffleVectorInst* SI);
97 void scalarizeInstruction(llvm::CallInst* CI);
98 void scalarizeInstruction(llvm::AllocaInst* CI);
[all …]
H A DScalarizer.cpp316 scalarizeInstruction(dyn_cast<BinaryOperator>(I)); in dispatchInstructionToScalarize()
320 scalarizeInstruction(dyn_cast<CmpInst>(I)); in dispatchInstructionToScalarize()
334 scalarizeInstruction(dyn_cast<CastInst>(I)); in dispatchInstructionToScalarize()
337 scalarizeInstruction(dyn_cast<PHINode>(I)); in dispatchInstructionToScalarize()
340 scalarizeInstruction(dyn_cast<SelectInst>(I)); in dispatchInstructionToScalarize()
346 scalarizeInstruction(dyn_cast<InsertElementInst>(I)); in dispatchInstructionToScalarize()
355 scalarizeInstruction(dyn_cast<AllocaInst>(I)); in dispatchInstructionToScalarize()
463 void ScalarizeFunction::scalarizeInstruction(CmpInst* CI) in scalarizeInstruction() function in ScalarizeFunction
511 void ScalarizeFunction::scalarizeInstruction(CastInst* CI) in scalarizeInstruction() function in ScalarizeFunction
577 void ScalarizeFunction::scalarizeInstruction(PHINode* PI) in scalarizeInstruction() function in ScalarizeFunction
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.h512 void scalarizeInstruction(Variable *Dest, F insertScalarInstruction, in scalarizeInstruction() function
H A DIceTargetLowering.cpp957 scalarizeInstruction( in scalarizeArithmetic()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp408 void scalarizeInstruction(Instruction *Instr, const VPIteration &Instance,
2377 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, in scalarizeInstruction() function in InnerLoopVectorizer
7109 State.ILV->scalarizeInstruction(Ingredient, *State.Instance, IsPredicated); in execute()
7129 State.ILV->scalarizeInstruction(Ingredient, {Part, Lane}, IsPredicated); in execute()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp387 void scalarizeInstruction(Instruction *Instr, const VPIteration &Instance,
2319 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr,
6998 State.ILV->scalarizeInstruction(Ingredient, *State.Instance, IsPredicated);
7018 State.ILV->scalarizeInstruction(Ingredient, {Part, Lane}, IsPredicated);
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp448 void scalarizeInstruction(Instruction *Instr, VPUser &Operands,
2504 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPUser &User, in scalarizeInstruction() function in InnerLoopVectorizer
7523 State.ILV->scalarizeInstruction(Ingredient, User, *State.Instance, in execute()
7544 State.ILV->scalarizeInstruction(Ingredient, User, {Part, Lane}, in execute()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A 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()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp448 void scalarizeInstruction(Instruction *Instr, VPUser &Operands,
2504 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPUser &User, in scalarizeInstruction() function in InnerLoopVectorizer
7523 State.ILV->scalarizeInstruction(Ingredient, User, *State.Instance, in execute()
7544 State.ILV->scalarizeInstruction(Ingredient, User, {Part, Lane}, in execute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp502 void scalarizeInstruction(Instruction *Instr, VPUser &Operands,
2646 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPUser &User, in scalarizeInstruction() function in InnerLoopVectorizer
8105 State.ILV->scalarizeInstruction(Ingredient, *this, *State.Instance, in execute()
8127 State.ILV->scalarizeInstruction(Ingredient, *this, {Part, Lane}, in execute()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp522 void scalarizeInstruction(Instruction *Instr, VPUser &Operands,
2869 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPUser &User, in scalarizeInstruction() function in InnerLoopVectorizer
9068 State.ILV->scalarizeInstruction(getUnderlyingInstr(), *this, in execute()
9094 State.ILV->scalarizeInstruction(getUnderlyingInstr(), *this, {Part, Lane}, in execute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp522 void scalarizeInstruction(Instruction *Instr, VPUser &Operands,
2869 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPUser &User, in scalarizeInstruction() function in InnerLoopVectorizer
9068 State.ILV->scalarizeInstruction(getUnderlyingInstr(), *this, in execute()
9094 State.ILV->scalarizeInstruction(getUnderlyingInstr(), *this, {Part, Lane}, in execute()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp517 void scalarizeInstruction(Instruction *Instr, VPValue *Def, VPUser &Operands,
3029 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPValue *Def, in scalarizeInstruction() function in InnerLoopVectorizer
9701 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
9725 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp517 void scalarizeInstruction(Instruction *Instr, VPValue *Def, VPUser &Operands,
3029 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPValue *Def, in scalarizeInstruction() function in InnerLoopVectorizer
9701 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
9725 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp517 void scalarizeInstruction(Instruction *Instr, VPValue *Def, VPUser &Operands,
3029 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPValue *Def, in scalarizeInstruction() function in InnerLoopVectorizer
9701 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
9725 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp516 void scalarizeInstruction(Instruction *Instr, VPValue *Def, VPUser &Operands,
3043 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPValue *Def, in scalarizeInstruction() function in InnerLoopVectorizer
9809 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
9833 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp517 void scalarizeInstruction(Instruction *Instr, VPValue *Def, VPUser &Operands,
3029 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPValue *Def, in scalarizeInstruction() function in InnerLoopVectorizer
9701 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
9725 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp517 void scalarizeInstruction(Instruction *Instr, VPValue *Def, VPUser &Operands,
3029 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, VPValue *Def, in scalarizeInstruction() function in InnerLoopVectorizer
9701 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
9725 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()