Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DScalarizer.cpp429 SmallVector<Value*, MAX_INPUT_VECTOR_WIDTH>newScalarizedInsts; in scalarizeInstruction() local
430 newScalarizedInsts.resize(numElements); in scalarizeInstruction()
453 newScalarizedInsts[dup] = Val; in scalarizeInstruction()
490 SmallVector<Value*, MAX_INPUT_VECTOR_WIDTH>newScalarizedInsts; in scalarizeInstruction() local
491 newScalarizedInsts.resize(numElements); in scalarizeInstruction()
494 newScalarizedInsts[dup] = CmpInst::Create( in scalarizeInstruction()
558 newScalarizedInsts.resize(numElements); in scalarizeInstruction()
561 newScalarizedInsts[dup] = CastInst::Create( in scalarizeInstruction()
726 newScalarizedInsts.resize(numElements); in scalarizeInstruction()
732 newScalarizedInsts[dup] = SelectInst::Create( in scalarizeInstruction()
[all …]