Lines Matching refs:FindDef
267 const Instruction* ValidationState_t::FindDef(uint32_t id) const { in FindDef() function in spvtools::val::ValidationState_t
273 Instruction* ValidationState_t::FindDef(uint32_t id) { in FindDef() function in spvtools::val::ValidationState_t
523 Instruction* operand_inst = FindDef(operand_word); in RegisterInstruction()
570 const Instruction* inst = FindDef(id); in GetTypeId()
575 const Instruction* inst = FindDef(id); in GetIdOpcode()
580 const Instruction* inst = FindDef(id); in GetComponentType()
606 const Instruction* inst = FindDef(id); in GetDimension()
631 const Instruction* inst = FindDef(component_type_id); in GetBitWidth()
644 const Instruction* inst = FindDef(id); in IsFloatScalarType()
650 const Instruction* inst = FindDef(id); in IsFloatVectorType()
661 const Instruction* inst = FindDef(id); in IsFloatScalarOrVectorType()
676 const Instruction* inst = FindDef(id); in IsIntScalarType()
682 const Instruction* inst = FindDef(id); in IsIntVectorType()
693 const Instruction* inst = FindDef(id); in IsIntScalarOrVectorType()
708 const Instruction* inst = FindDef(id); in IsUnsignedIntScalarType()
714 const Instruction* inst = FindDef(id); in IsUnsignedIntVectorType()
725 const Instruction* inst = FindDef(id); in IsSignedIntScalarType()
731 const Instruction* inst = FindDef(id); in IsSignedIntVectorType()
742 const Instruction* inst = FindDef(id); in IsBoolScalarType()
748 const Instruction* inst = FindDef(id); in IsBoolVectorType()
759 const Instruction* inst = FindDef(id); in IsBoolScalarOrVectorType()
774 const Instruction* inst = FindDef(id); in IsFloatMatrixType()
790 const Instruction* mat_inst = FindDef(id); in GetMatrixTypeInfo()
795 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo()
816 const Instruction* inst = FindDef(struct_type_id); in GetStructMemberTypes()
829 const Instruction* inst = FindDef(id); in IsPointerType()
838 const Instruction* inst = FindDef(id); in GetPointerTypeInfo()
853 const Instruction* inst = FindDef(id); in GetConstantValUint64()
876 const Instruction* const inst = FindDef(id); in EvalInt32IfConst()
967 const auto inst = FindDef(id); in EntryPointReferences()