Home
last modified time | relevance | path

Searched defs:PtrType (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp42 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local
DAliasAnalysisTest.cpp173 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local
/external/clang/test/CodeCompletion/
Dobjc-message.mm26 typedef typename RemovePointer<T>::Type* PtrType; field
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.cc52 ProcessState::MemDesc ProcessState::PtrType(const void* ptr) { in PtrType() function in tensorflow::ProcessState
/external/syzkaller/prog/
Dtypes.go442 type PtrType struct { struct
443 TypeCommon
444 Type Type
447 func (t *PtrType) String() string {
451 func (t *PtrType) makeDefaultArg() Arg {
458 func (t *PtrType) isDefaultArg(arg Arg) bool {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DTBAATest.cpp40 auto *PtrType = Type::getInt32PtrTy(C); in getFunctionWithSingleStore() local
DAliasAnalysisTest.cpp173 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp54 LLT PtrType = getLLTForType(*PtrTy, DL); in lowerParameterPtr() local
DR600ISelLowering.cpp905 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter() local
/external/google-benchmark/src/
Dbenchmark.cc294 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc294 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp481 const PointerType *PtrType = dyn_cast<const PointerType>(ArgType); in EmitFunctionEntryLabel() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h2026 auto *PtrType = Ptr->getType(); in CreateLaunderInvariantGroup() local
2054 auto *PtrType = Ptr->getType(); in CreateStripInvariantGroup() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1706 Type *PtrType = Ptr->getType(); in CreateInvariantGroupBarrier() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1130 IntegerType *PtrType = DL.getIntPtrType((B.GetInsertBlock()->getContext())); in emitCalloc() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2055 EVT PtrType = Lod->getOperand(1).getValueType(); in SimplifySetCC() local
DDAGCombiner.cpp2453 EVT PtrType = LN0->getOperand(1).getValueType(); in visitAND() local
4687 EVT PtrType = N0.getOperand(1).getValueType(); in ReduceLoadWidth() local
6925 EVT PtrType = NewPtr.getValueType(); in visitEXTRACT_VECTOR_ELT() local
/external/flatbuffers/src/
Didl_gen_cpp.cpp568 const std::string &PtrType(const FieldDef *field) { in PtrType() function in flatbuffers::cpp::CppGenerator
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1072 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp453 llvm::Type *getImageRelativeType(llvm::Type *PtrType) { in getImageRelativeType()
3526 llvm::Type *PtrType = ABI.getImageRelativeType( in getBaseClassArray() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp788 IntegerType *PtrType = DL.getIntPtrType((B.GetInsertBlock()->getContext())); in emitCalloc() local
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1837 MVT PtrType, bool isLittle) { in WriteByValArg()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1550 EVT PtrType = Lod->getOperand(1).getValueType(); in SimplifySetCC() local
DDAGCombiner.cpp3256 EVT PtrType = LN0->getOperand(1).getValueType(); in visitAND() local
6876 EVT PtrType = N0.getOperand(1).getValueType(); in ReduceLoadWidth() local
10351 EVT PtrType = Origin->getBasePtr().getValueType(); in isLegal() local
12272 EVT PtrType = NewPtr.getValueType(); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1648 Ice::Type PtrType = Ice::getPointerType(); in isValidPointerType() local

12