Searched refs:type_def (Results 1 – 5 of 5) sorted by relevance
434 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerShaders() local435 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()440 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerShaders()444 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyPointerShaders()445 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyPointerShaders()450 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyPointerShaders()473 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerKernel() local474 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()479 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerKernel()
436 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerShaders() local437 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()442 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerShaders()446 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyPointerShaders()447 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyPointerShaders()452 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyPointerShaders()475 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerKernel() local476 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()481 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerKernel()
534 auto type_def = llvm::dyn_cast<PDBSymbolTypeTypedef>(&type); in CreateLLDBTypeFromPDBType() local535 assert(type_def); in CreateLLDBTypeFromPDBType()538 m_ast.GetSymbolFile()->ResolveTypeUID(type_def->getTypeId()); in CreateLLDBTypeFromPDBType()543 std::string(MSVCUndecoratedNameParser::DropScope(type_def->getName())); in CreateLLDBTypeFromPDBType()563 if (type_def->isConstType()) in CreateLLDBTypeFromPDBType()566 if (type_def->isVolatileType()) in CreateLLDBTypeFromPDBType()571 if (type_def->getLength()) in CreateLLDBTypeFromPDBType()572 size = type_def->getLength(); in CreateLLDBTypeFromPDBType()574 type_def->getSymIndexId(), m_ast.GetSymbolFile(), ConstString(name), in CreateLLDBTypeFromPDBType()
324 | type_def341 type_def : TYPE identifier alias_def opt_attr_list ';'