/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 89 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local 98 if (ConstantInt *TypeId = in buildCFICheck() local 143 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
|
D | GlobalDCE.cpp | 205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad() 248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in ScanTypeCheckedLoadIntrinsics() local
|
D | LowerTypeTests.cpp | 554 Metadata *TypeId, in buildBitSet() 688 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember() 729 Value *LowerTypeTestsModule::lowerTypeTestCall(Metadata *TypeId, CallInst *CI, in lowerTypeTestCall() 902 uint8_t *LowerTypeTestsModule::exportTypeId(StringRef TypeId, in exportTypeId() 953 LowerTypeTestsModule::importTypeId(StringRef TypeId) { in importTypeId() 1979 auto AddTypeIdUse = [&](Metadata *TypeId) -> TypeIdUserInfo & { in lower() 2006 auto TypeId = TypeIdMDVal->getMetadata(); in lower() local 2052 if (auto *TypeId = dyn_cast<MDString>(P.first)) in lower() local
|
D | WholeProgramDevirt.cpp | 1587 Metadata *TypeId = in scanTypeTestUsers() local 1625 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in scanTypeCheckedLoadUsers() local 1692 auto *TypeId = dyn_cast<MDString>(Slot.TypeID); in importResolution() local 1827 if (auto *TypeId = dyn_cast<MDString>(P.first)) in run() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 329 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar() 405 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() 425 uint32_t &TypeId) { in visitSubroutineType() 449 uint32_t &TypeId) { in visitStructType() 475 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() 514 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType() 527 uint32_t &TypeId) { in visitFwdDeclType() 534 uint32_t &TypeId) { in visitCompositeType() 549 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 599 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() [all …]
|
D | BTFDebug.h | 215 uint32_t TypeId; ///< Type id referring to .BTF type section member
|
D | BTF.h | 220 uint32_t TypeId; ///< Type id referring to .BTF type section member
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_device_address.cc | 94 bool GPUDeviceAddress::SyncDeviceToHost(const ShapeVector &, size_t size, TypeId, void *host_ptr) c… in SyncDeviceToHost() argument 98 bool GPUDeviceAddress::SyncHostToDevice(const ShapeVector &, size_t size, TypeId, const void *host_… in SyncHostToDevice() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Any.h | 27 template <typename T> struct TypeId { static const char Id; }; struct
|
/third_party/abseil-cpp/absl/flags/internal/ |
D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
D | flag.cc | 265 FlagFastTypeId FlagImpl::TypeId() const { in TypeId() function in absl::flags_internal::FlagImpl
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
D | flag.cc | 269 FlagFastTypeId FlagImpl::TypeId() const { in TypeId() function in absl::flags_internal::FlagImpl
|
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | type_id.h | 26 enum TypeId : int { enum
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/ir/dtype/ |
D | type_id.h | 26 enum TypeId : int { enum
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | kernel_select_ascend.cc | 236 bool CheckHitTargetDtype(const std::map<TypeId, TypeId> &type_map, const TypeId &in_dtype, const Ty… in CheckHitTargetDtype() 255 const std::map<TypeId, TypeId> &type_map) { in TagRaiseReduce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 171 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local 202 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local 564 if (auto *TypeId = dyn_cast<MDString>(TypeID)) in recordTypeIdCompatibleVtableReferences() local
|
/third_party/abseil-cpp/absl/flags/ |
D | reflection.cc | 191 FlagFastTypeId TypeId() const override { return type_id_; } in TypeId() function in absl::flags_internal::__anon8b7536df0211::RetiredFlagObj
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | reflection.cc | 230 FlagFastTypeId TypeId() const override { return type_id_; } in TypeId() function in absl::flags_internal::__anon551526140411::RetiredFlagObj
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 417 typedef const void* TypeId; typedef
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | tensor_py.cc | 170 std::string ToString(const TypeId, const ShapeVector &, bool use_comma) const override { in ToString() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 559 StringRef TypeId = getTok().getIdentifier(); in parseCOMDATType() local
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 405 typedef const void* TypeId; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5692 TypeIdSummary &TypeId) { in parseWholeProgramDevirtResolution() 5710 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( in parseTypeIdSummaryRecord() local 5727 TypeIdCompatibleVtableInfo &TypeId) { in parseTypeIdCompatibleVtableInfo() 5736 TypeIdCompatibleVtableInfo &TypeId = in parseTypeIdCompatibleVtableSummaryRecord() local
|