• Home
  • Raw
  • Download

Lines Matching defs:inst

107                                const spv_parsed_instruction_t* inst) {  in CountInstructions()
304 const Instruction* inst) { in diag()
520 const spv_parsed_instruction_t* inst) { in AddOrderedInstruction()
527 void ValidationState_t::RegisterDebugInstruction(const Instruction* inst) { in RegisterDebugInstruction()
552 void ValidationState_t::RegisterInstruction(Instruction* inst) { in RegisterInstruction()
793 bool ValidationState_t::RegisterUniqueTypeDeclaration(const Instruction* inst) { in RegisterUniqueTypeDeclaration()
813 const Instruction* inst = FindDef(id); in GetTypeId() local
818 const Instruction* inst = FindDef(id); in GetIdOpcode() local
823 const Instruction* inst = FindDef(id); in GetComponentType() local
852 const Instruction* inst = FindDef(id); in GetDimension() local
881 const Instruction* inst = FindDef(component_type_id); in GetBitWidth() local
894 const Instruction* inst = FindDef(id); in IsVoidType() local
899 const Instruction* inst = FindDef(id); in IsFloatScalarType() local
904 const Instruction* inst = FindDef(id); in IsFloatVectorType() local
917 const Instruction* inst = FindDef(id); in IsFloatScalarOrVectorType() local
934 const Instruction* inst = FindDef(id); in IsIntScalarType() local
939 const Instruction* inst = FindDef(id); in IsIntVectorType() local
952 const Instruction* inst = FindDef(id); in IsIntScalarOrVectorType() local
969 const Instruction* inst = FindDef(id); in IsUnsignedIntScalarType() local
974 const Instruction* inst = FindDef(id); in IsUnsignedIntVectorType() local
987 const Instruction* inst = FindDef(id); in IsSignedIntScalarType() local
992 const Instruction* inst = FindDef(id); in IsSignedIntVectorType() local
1005 const Instruction* inst = FindDef(id); in IsBoolScalarType() local
1010 const Instruction* inst = FindDef(id); in IsBoolVectorType() local
1023 const Instruction* inst = FindDef(id); in IsBoolScalarOrVectorType() local
1040 const Instruction* inst = FindDef(id); in IsFloatMatrixType() local
1084 const Instruction* inst = FindDef(struct_type_id); in GetStructMemberTypes() local
1097 const Instruction* inst = FindDef(id); in IsPointerType() local
1105 const Instruction* inst = FindDef(id); in GetPointerTypeInfo() local
1115 const Instruction* inst = FindDef(id); in IsAccelerationStructureType() local
1120 const Instruction* inst = FindDef(id); in IsCooperativeMatrixType() local
1147 const Instruction* inst, uint32_t m1, uint32_t m2) { in CooperativeMatrixShapesMatch()
1205 uint32_t ValidationState_t::GetOperandTypeId(const Instruction* inst, in GetOperandTypeId()
1211 const Instruction* inst = FindDef(id); in GetConstantValUint64() local
1234 const Instruction* const inst = FindDef(id); in EvalInt32IfConst() local
1325 const auto inst = FindDef(id); in EntryPointReferences() local
1453 const auto inst = FindDef(id); in ContainsType() local
1498 const auto f = [type, width](const Instruction* inst) { in ContainsSizedIntOrFloatType()
1520 const auto f = [](const Instruction* inst) { in ContainsRuntimeArray()