/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | TensorAccessor.h | 19 typedef T* PtrType; typedef 25 typedef T* __restrict__ PtrType; typedef 37 typedef typename PtrTraits<T>::PtrType PtrType; typedef 75 typedef typename PtrTraits<T>::PtrType PtrType; typedef 95 typedef typename PtrTraits<T>::PtrType PtrType; typedef 123 typedef typename PtrTraits<T>::PtrType PtrType; typedef 179 typedef typename PtrTraits<T>::PtrType PtrType; typedef 227 typedef typename PtrTraits<T>::PtrType PtrType; typedef
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | StridedRandomAccessor.h | 14 using PtrType = T*; member 25 using PtrType = T* RESTRICT; member 41 using PtrType = typename PtrTraits<T>::PtrType; variable 198 using PtrType = typename PtrTraits<T>::PtrType; variable
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | Registry.h | 211 RegistryName, SrcType, ObjectType, PtrType, ...) \ argument 218 RegistryName, SrcType, ObjectType, PtrType, ...) \ argument 225 RegistryName, SrcType, ObjectType, PtrType, ...) \ argument 235 RegistryName, SrcType, ObjectType, PtrType, ...) \ argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/ |
D | type.go | 140 type PtrType struct { struct 141 CommonType 142 Type Type 145 func (t *PtrType) String() string { return "*" + t.Type.String() }
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | type.go | 569 type PtrType struct { struct 570 Type 571 Elem *Type // pointer element (pointed at) type
|
/aosp_15_r20/external/ruy/ruy/ |
H A D | matrix_test.cc | 54 using PtrType = detail::ConstCheckingPtr<int>; in TEST() typedef
|
/aosp_15_r20/external/clang/test/CodeCompletion/ |
H A D | objc-message.mm | 26 typedef typename RemovePointer<T>::Type* PtrType; field
|
/aosp_15_r20/external/llvm/unittests/Analysis/ |
H A D | MixedTBAATest.cpp | 42 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local
|
H A D | AliasAnalysisTest.cpp | 173 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | process_state.cc | 54 ProcessState::MemDesc ProcessState::PtrType(const void* ptr) { in PtrType() function in tensorflow::ProcessState
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/ |
D | rttype.go | 31 var PtrType *types.Type var
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | benchmark.cc | 294 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | SmallPtrSet.h | 488 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | SmallPtrSet.h | 488 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | SmallPtrSet.h | 488 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 350 SPIRVType *PtrType = GR->getOrCreateSPIRVPointerType( in buildBuiltinVariableLoad() local 1508 Type *PtrType = PointerType::get(PointerType::get(OpaqueType, SC0), SC1); in getOrCreateSPIRVDeviceEventPointer() local 1630 SPIRVType *PtrType = GR->getSPIRVTypeForVReg(Call->Arguments[0]); in generateEnqueueInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 2629 auto *PtrType = Ptr->getType(); in CreateLaunderInvariantGroup() local 2657 auto *PtrType = Ptr->getType(); in CreateStripInvariantGroup() local
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | benchmark.cc | 478 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | benchmark.cc | 493 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 773 PointerType *PtrType = G->getType(); in writeAlias() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 769 PointerType *PtrType = G->getType(); in writeAlias() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 340 std::string PtrType = getEnumName(IO, unsigned(Record.getPointerKind()), in visitKnownRecord() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 385 std::string PtrType = std::string(getEnumName( in visitKnownRecord() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1160 auto *PtrType = Ptr->getType(); in CreateLaunderInvariantGroup() local 1185 auto *PtrType = Ptr->getType(); in CreateStripInvariantGroup() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.cpp | 350 LLT PtrType = getLLTForType(*PtrTy, DL); in lowerParameterPtr() local
|