Searched refs:base_inst (Results 1 – 10 of 10) sorted by relevance
57 Instruction* base_inst = load_inst->GetBaseAddress(); in ReplaceInternalInterpolate() local58 USE_ASSERT(base_inst->opcode() == SpvOpVariable && in ReplaceInternalInterpolate()59 base_inst->GetSingleWordInOperand(kSpvVariableStorageClassInIdx) == in ReplaceInternalInterpolate()
236 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() local239 switch (base_inst->opcode()) { in GetBaseAddress()248 base = base_inst->GetSingleWordInOperand(0); in GetBaseAddress()249 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()256 return base_inst; in GetBaseAddress()
474 const Instruction* base_inst = GetDef(inst.GetSingleWordInOperand(0)); in ClampIndicesForAccessChain() local475 const Instruction* base_type = GetDef(base_inst->type_id()); in ClampIndicesForAccessChain()
50 Instruction* base_inst = load_inst->GetBaseAddress(); in ReplaceInternalInterpolate() local51 USE_ASSERT(base_inst->opcode() == SpvOpVariable && in ReplaceInternalInterpolate()52 base_inst->GetSingleWordInOperand(kSpvVariableStorageClassInIdx) == in ReplaceInternalInterpolate()
234 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() local237 switch (base_inst->opcode()) { in GetBaseAddress()246 base = base_inst->GetSingleWordInOperand(0); in GetBaseAddress()247 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()254 return base_inst; in GetBaseAddress()
192 class WrapTerminatorInst<SOP_Pseudo base_inst> : SPseudoInstSI<193 base_inst.OutOperandList,194 base_inst.InOperandList> {195 let Uses = base_inst.Uses;196 let Defs = base_inst.Defs;198 let isAsCheapAsAMove = base_inst.isAsCheapAsAMove;199 let hasSideEffects = base_inst.hasSideEffects;200 let UseNamedOperandTable = base_inst.UseNamedOperandTable;201 let CodeSize = base_inst.CodeSize;