Home
last modified time | relevance | path

Searched refs:getTypeId (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeArray.cpp32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump()
57 Session.getSymbolCache().getNativeSymbolById(getTypeId()); in getCount()
61 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() function in NativeTypeArray
DNativeSymbolEnumerator.cpp38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
56 SymIndexId NativeSymbolEnumerator::getTypeId() const { in getTypeId() function in NativeSymbolEnumerator
57 return Parent.getTypeId(); in getTypeId()
DNativeTypeTypedef.cpp19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
25 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
DNativeTypeFunctionSig.cpp37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() function in __anonaa33a16b0111::NativeTypeFunctionArg
120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
160 SymIndexId NativeTypeFunctionSig::getTypeId() const { in getTypeId() function in NativeTypeFunctionSig
DNativeTypeEnum.cpp139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
340 SymIndexId NativeTypeEnum::getTypeId() const { in getTypeId() function in NativeTypeEnum
342 return UnmodifiedType->getTypeId(); in getTypeId()
380 getTypeId()); in getUnderlyingBuiltinType()
DNativeTypePointer.cpp47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
100 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() function in NativeTypePointer
/third_party/glslang/SPIRV/
DSpvBuilder.h191 Id getTypeId(Id resultId) const { return module.getTypeId(resultId); } in getTypeId() function
196 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); } in getNumComponents()
206 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer()
207 bool isScalar(Id resultId) const { return isScalarType(getTypeId(resultId)); } in isScalar()
208 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } in isVector()
209 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix()
210 …bool isCooperativeMatrix(Id resultId)const { return isCooperativeMatrixType(getTypeId(resultId)); } in isCooperativeMatrix()
211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate()
212 bool isSampledImage(Id resultId) const { return isSampledImageType(getTypeId(resultId)); } in isSampledImage()
249 …StorageClass getStorageClass(Id resultId) const { return getTypeStorageClass(getTypeId(resultId));… in getStorageClass()
[all …]
DSpvPostProcess.cpp238 Id typeId = base->getTypeId(); in postProcess()
312 if (inst.getTypeId() != NoType) in postProcess()
313 postProcessType(inst, inst.getTypeId()); in postProcess()
318 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess()
319 postProcessType(inst, getTypeId(inst.getIdOperand(op))); in postProcess()
DspvIR.h148 Id getTypeId() const { return typeId; } in getTypeId() function
338 Id getParamType(int p) const { return parameterInstructions[p]->getTypeId(); } in getParamType()
354 Id getReturnType() const { return functionInstruction.getTypeId(); } in getReturnType()
430 spv::Id getTypeId(Id resultId) const { in getTypeId() function
431 … return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId(); in getTypeId()
DSpvBuilder.cpp639 Id typeId = getTypeId(resultId); in getDerefTypeId()
809 constant->getTypeId() == typeId && in findScalarConstant()
824 constant->getTypeId() == typeId && in findScalarConstant()
884 if (constant->getTypeId() == typeId && constant->getOpCode() == opcode) in makeBoolConstant()
1071 if (constant->getTypeId() != typeId) in findCompositeConstant()
1564 spv::Id typeId = getTypeId(base); in createAccessChain()
1909 … left = smearScalar(precision, left, makeVectorType(getTypeId(left), getNumComponents(right))); in promoteScalar()
1911 … right = smearScalar(precision, right, makeVectorType(getTypeId(right), getNumComponents(left))); in promoteScalar()
1920 assert(getTypeId(scalar) == getScalarTypeId(vectorType)); in smearScalar()
2227 resultType = makeVectorType(getScalarTypeId(getTypeId(parameters.coords)), 2); in createTextureQueryCall()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()
53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
DUDTLayout.cpp36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType()
/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set.js45 itemMap.set(item.getTypeId(), item);
264 getTypeId() { method in Item
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeTypedef.h32 SymIndexId getTypeId() const override;
DNativeTypeArray.h38 SymIndexId getTypeId() const override;
DNativeSymbolEnumerator.h34 SymIndexId getTypeId() const override;
DNativeTypePointer.h42 SymIndexId getTypeId() const override;
DNativeTypeFunctionSig.h47 SymIndexId getTypeId() const override;
DNativeTypeEnum.h56 SymIndexId getTypeId() const override;
DNativeRawSymbol.h123 SymIndexId getTypeId() const override;
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DWireFormatTest.java318 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag()
319 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag()
320 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag()
485 output.writeInt32(2, item.getTypeId()); in testMergeMessageSetExtensionWithFlag()
DWireFormatLiteTest.java313 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag()
314 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag()
315 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag()
472 output.writeInt32(2, item.getTypeId()); in testMergeMessageSetExtensionWithFlag()
885 assertEquals(100, raw.getItem(0).getTypeId()); in testSkipUnknownFieldInMessageSetItem()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DWireFormatTest.java305 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag()
306 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag()
307 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp86 BTFType.Type = BDebug.getTypeId(ResolvedType); in completeType()
247 BTFMember.Type = BDebug.getTypeId(BaseTy); in completeType()
284 BTFType.Type = RetType ? BDebug.getTypeId(RetType) : 0; in completeType()
294 Param.Type = BDebug.getTypeId(Element); in completeType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h118 SymIndexId getTypeId() const override;

12