Searched refs:GetStorageType (Results 1 – 9 of 9) sorted by relevance
233 Instruction* type = GetStorageType(var); in ReplaceWholeLoad()291 Instruction* type = GetStorageType(var); in ReplaceWholeStore()375 Instruction* type = GetStorageType(inst); in CreateReplacementVariables()478 Instruction* typeInst = GetStorageType(varInst); in CreateVariable()570 uint32_t storageId = GetStorageType(newVar)->result_id(); in GetOrCreateInitialValue()645 Instruction* ScalarReplacementPass::GetStorageType( in GetStorageType() function in spvtools::opt::ScalarReplacementPass668 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable()974 Instruction* type = GetStorageType(var_inst); in GetMaxLegalIndex()
131 Instruction* GetStorageType(const Instruction* inst) const;
234 Instruction* type = GetStorageType(var); in ReplaceWholeLoad()292 Instruction* type = GetStorageType(var); in ReplaceWholeStore()376 Instruction* type = GetStorageType(inst); in CreateReplacementVariables()479 Instruction* typeInst = GetStorageType(varInst); in CreateVariable()571 uint32_t storageId = GetStorageType(newVar)->result_id(); in GetOrCreateInitialValue()646 Instruction* ScalarReplacementPass::GetStorageType( in GetStorageType() function in spvtools::opt::ScalarReplacementPass669 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable()975 Instruction* type = GetStorageType(var_inst); in GetMaxLegalIndex()
234 Instruction* type = GetStorageType(var); in ReplaceWholeLoad()292 Instruction* type = GetStorageType(var); in ReplaceWholeStore()376 Instruction* type = GetStorageType(inst); in CreateReplacementVariables()479 Instruction* typeInst = GetStorageType(varInst); in CreateVariable()571 uint32_t storageId = GetStorageType(newVar)->result_id(); in GetOrCreateInitialValue()646 Instruction* ScalarReplacementPass::GetStorageType( in GetStorageType() function in spvtools::opt::ScalarReplacementPass669 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable()982 Instruction* type = GetStorageType(var_inst); in GetMaxLegalIndex()
65 TensorStorageType GetStorageType() const { return descriptor_.storage_type; } in GetStorageType() function
73 TensorStorageType GetStorageType() const { return descriptor_.storage_type; } in GetStorageType() function
374 if (tensor.GetStorageType() == TensorStorageType::BUFFER) { in TensorToObj()377 if (tensor.GetStorageType() == TensorStorageType::IMAGE_BUFFER) { in TensorToObj()590 def.object_def.data_layout = ToDataLayout(tensor.GetStorageType()); in TensorToDef()592 def.object_def.object_type = ToObjectType(tensor.GetStorageType()); in TensorToDef()