/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Binary.h | 34 unsigned int TypeID; 99 unsigned int getType() const { return TypeID; } in getType() 103 return TypeID > ID_StartObjects && TypeID < ID_EndObjects; in isObject() 110 bool isArchive() const { return TypeID == ID_Archive; } in isArchive() 113 return TypeID == ID_MachOUniversalBinary; in isMachOUniversalBinary() 116 bool isTapiUniversal() const { return TypeID == ID_TapiUniversal; } in isTapiUniversal() 119 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B; in isELF() 123 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B; in isMachO() 127 return TypeID == ID_COFF; in isCOFF() 130 bool isXCOFF() const { return TypeID == ID_XCOFF32 || TypeID == ID_XCOFF64; } in isXCOFF() [all …]
|
D | WindowsResource.h | 69 support::ulittle16_t TypeID; member 75 TypeID = ID; in setType() 103 uint16_t getTypeID() const { return TypeID; } in getTypeID() 128 uint16_t TypeID; variable 267 void printResourceTypeName(uint16_t TypeID, raw_ostream &OS);
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross_parsed_ir.hpp | 135 void set_member_name(TypeID id, uint32_t index, const std::string &name); 136 const std::string &get_member_name(TypeID id, uint32_t index) const; 137 …void set_member_decoration(TypeID id, uint32_t index, spv::Decoration decoration, uint32_t argumen… 138 void set_member_decoration_string(TypeID id, uint32_t index, spv::Decoration decoration, 140 uint32_t get_member_decoration(TypeID id, uint32_t index, spv::Decoration decoration) const; 141 …const std::string &get_member_decoration_string(TypeID id, uint32_t index, spv::Decoration decorat… 142 bool has_member_decoration(TypeID id, uint32_t index, spv::Decoration decoration) const; 143 const Bitset &get_member_decoration_bitset(TypeID id, uint32_t index) const; 144 void unset_member_decoration(TypeID id, uint32_t index, spv::Decoration decoration);
|
D | spirv_common.hpp | 408 using TypeID = TypedID<TypeType>; typedef 440 explicit SPIRUndef(TypeID basetype_) in SPIRUndef() 444 TypeID basetype; 474 SPIRCombinedImageSampler(TypeID type_, VariableID image_, VariableID sampler_) in SPIRCombinedImageSampler() 480 TypeID combined_type; 494 SPIRConstantOp(TypeID result_type, spv::Op op, const uint32_t *args, uint32_t length) in SPIRConstantOp() 505 TypeID basetype; 571 SmallVector<TypeID> member_types; 579 TypeID type; 592 TypeID type_alias = 0; [all …]
|
D | spirv_cross.hpp | 42 TypeID type_id; 48 TypeID base_type_id; 74 TypeID value_type_id; 207 const SPIRType &get_type(TypeID id) const; 225 const std::string &get_member_name(TypeID id, uint32_t index) const; 228 uint32_t get_member_decoration(TypeID id, uint32_t index, spv::Decoration decoration) const; 229 …const std::string &get_member_decoration_string(TypeID id, uint32_t index, spv::Decoration decorat… 232 void set_member_name(TypeID id, uint32_t index, const std::string &name); 236 const std::string &get_member_qualified_name(TypeID type_id, uint32_t index) const; 239 const Bitset &get_member_decoration_bitset(TypeID id, uint32_t index) const; [all …]
|
D | spirv_cross_parsed_ir.cpp | 305 const string &ParsedIR::get_member_name(TypeID id, uint32_t index) const in get_member_name() 346 void ParsedIR::set_member_name(TypeID id, uint32_t index, const string &name) in set_member_name() 449 void ParsedIR::set_member_decoration(TypeID id, uint32_t index, Decoration decoration, uint32_t arg… in set_member_decoration() 573 const Bitset &ParsedIR::get_member_decoration_bitset(TypeID id, uint32_t index) const in get_member_decoration_bitset() 733 bool ParsedIR::has_member_decoration(TypeID id, uint32_t index, Decoration decoration) const in has_member_decoration() 738 uint32_t ParsedIR::get_member_decoration(TypeID id, uint32_t index, Decoration decoration) const in get_member_decoration() 790 void ParsedIR::set_member_decoration_string(TypeID id, uint32_t index, Decoration decoration, const… in set_member_decoration_string() 807 const string &ParsedIR::get_member_decoration_string(TypeID id, uint32_t index, Decoration decorati… in get_member_decoration_string() 830 void ParsedIR::unset_member_decoration(TypeID id, uint32_t index, Decoration decoration) in unset_member_decoration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ARMException.cpp | 125 unsigned TypeID = *I; in emitTypeInfos() local 128 if (TypeID != 0) in emitTypeInfos() 132 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
|
D | EHStreamer.cpp | 133 int TypeID = TypeIds[J]; in computeActionsTable() local 134 assert(-1 - TypeID < (int)FilterOffsets.size() && "Unknown filter id!"); in computeActionsTable() 136 isFilterEHSelector(TypeID) ? FilterOffsets[-1 - TypeID] : TypeID; in computeActionsTable() 645 unsigned TypeID = *I; in emitTypeInfos() local 648 if (isFilterEHSelector(TypeID)) in emitTypeInfos() 652 Asm->EmitULEB128(TypeID); in emitTypeInfos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 55 enum TypeID { enum 83 TypeID ID : 8; // The current base type of this type. 91 explicit Type(LLVMContext &C, TypeID tid) in Type() 113 static bool isSequentialType(TypeID TyID) { in isSequentialType() 138 TypeID getTypeID() const { return ID; } in getTypeID() 403 static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
|
D | GlobalObject.h | 180 void addTypeMetadata(unsigned Offset, Metadata *TypeID);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 54 enum TypeID { enum 82 TypeID ID : 8; // The current base type of this type. 89 explicit Type(LLVMContext &C, TypeID tid) in Type() 112 static bool isSequentialType(TypeID TyID) { in isSequentialType() 136 TypeID getTypeID() const { return ID; } in getTypeID() 372 static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
|
D | DerivedTypes.h | 162 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
|
D | GlobalObject.h | 124 void addTypeMetadata(unsigned Offset, Metadata *TypeID);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 102 using TypeID = Type::TypeID; typedef 103 const Type::TypeID FloatTyID = Type::FloatTyID; 104 const Type::TypeID DoubleTyID = Type::DoubleTyID; 111 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 122 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 123 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded()
|
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
D | typed_id_test.cpp | 9 TypeID type_id = 20; in main() 43 type_id = TypeID(10); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 258 Metadata *TypeID; member 276 return DenseMapInfo<Metadata *>::getHashValue(I.TypeID) ^ in getHashValue() 281 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset; in isEqual() 295 return DenseMapInfo<StringRef>::getHashValue(I.TypeID) ^ in getHashValue() 300 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset; in isEqual() 727 auto *TIdSum = Summary.getTypeIdSummary(SlotSummary.TypeID); in updateIndexWPDForExports() 802 auto TypeID = Type->getOperand(1).get(); in buildTypeIdentifierMap() local 809 TypeIdMap[TypeID].insert({BitsPtr, Offset}); in buildTypeIdentifierMap() 1068 if (isa<MDString>(Slot.TypeID)) { in tryICallBranchFunnel() 1242 OS << cast<MDString>(Slot.TypeID)->getString() << '_' << Slot.ByteOffset; in getGlobalName() [all …]
|
D | GlobalDCE.cpp | 180 Metadata *TypeID = Type->getOperand(1).get(); in ScanVTables() local 187 TypeIdMap[TypeID].insert(std::make_pair(&GV, Offset)); in ScanVTables()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 214 const int64_t TypeID = TyI->second; in executeMatchTable() local 215 if (TypeID < LowerBound || UpperBound <= TypeID) { in executeMatchTable() 219 CurrentIdx = MatchTable[CurrentIdx + (TypeID - LowerBound)]; in executeMatchTable() 521 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local 525 << "), TypeID=" << TypeID << ")\n"); in executeMatchTable() 529 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable() 1036 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local 1039 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable() 1042 << "] = GIR_MakeTempReg(" << TypeID << ")\n"); in executeMatchTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 855 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() local 858 if (*TypeID) in EnumerateType() 866 *TypeID = ~0U; in EnumerateType() 874 TypeID = &TypeMap[Ty]; in EnumerateType() 881 if (*TypeID && *TypeID != ~0U) in EnumerateType() 887 *TypeID = Types.size(); in EnumerateType()
|
/third_party/cef/libcef/browser/net/ |
D | chrome_scheme_handler.cc | 447 const content::WebUI::TypeID kCefWebUITypeID = &kCefWebUITypeID; 594 content::WebUI::TypeID GetWebUIType(content::BrowserContext* browser_context, in GetWebUIType() 596 content::WebUI::TypeID type = content::WebUI::kNoWebUI; in GetWebUIType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTF.h | 247 uint32_t TypeID; ///< TypeID for the relocation member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 3384 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_v4s32, 3385 GIR_MakeTempReg, /*TempRegID*/1, /*TypeID*/GILLT_v4s32, 3386 GIR_MakeTempReg, /*TempRegID*/2, /*TypeID*/GILLT_v16s8, 3387 GIR_MakeTempReg, /*TempRegID*/3, /*TypeID*/GILLT_v16s8, 3419 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_v4s32, 3420 GIR_MakeTempReg, /*TempRegID*/1, /*TypeID*/GILLT_v4s32, 3421 GIR_MakeTempReg, /*TempRegID*/2, /*TypeID*/GILLT_v16s8, 3422 GIR_MakeTempReg, /*TempRegID*/3, /*TypeID*/GILLT_v16s8, 3454 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_v8s16, 3455 GIR_MakeTempReg, /*TempRegID*/1, /*TypeID*/GILLT_v8s16, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Binary.cpp | 38 : TypeID(Type), Data(Source) {} in Binary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 2582 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_v16s1, 2583 GIR_MakeTempReg, /*TempRegID*/1, /*TypeID*/GILLT_v16s1, 2584 GIR_MakeTempReg, /*TempRegID*/2, /*TypeID*/GILLT_v16s1, 2616 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_v16s1, 2617 GIR_MakeTempReg, /*TempRegID*/1, /*TypeID*/GILLT_v16s1, 2618 GIR_MakeTempReg, /*TempRegID*/2, /*TypeID*/GILLT_v16s1, 2644 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_v16s1, 2645 GIR_MakeTempReg, /*TempRegID*/1, /*TypeID*/GILLT_v16s1, 2646 GIR_MakeTempReg, /*TempRegID*/2, /*TypeID*/GILLT_v16s1, 2999 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s16, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 1445 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 1480 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 1529 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 1564 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 4045 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 4080 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 4173 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 4208 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 5007 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, 5035 GIR_MakeTempReg, /*TempRegID*/0, /*TypeID*/GILLT_s32, [all …]
|