Home
last modified time | relevance | path

Searched defs:PtrTy (Results 1 – 25 of 109) sorted by relevance

12345

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp182 Type *PtrTy = Ty->getPointerTo(); in initializeCallbacks() local
283 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); in shouldInstrumentReadWriteFromAddress() local
576 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
597 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
614 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
628 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp195 Type *PtrTy = Ty->getPointerTo(); in initializeCallbacks() local
298 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); in shouldInstrumentReadWriteFromAddress() local
607 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
622 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
639 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
653 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp53 PointerType *PtrTy = PointerType::get(ParamTy, AMDGPUASI.CONSTANT_ADDRESS); in lowerParameterPtr() local
75 PointerType *PtrTy = PointerType::get(ParamTy, AMDGPUASI.CONSTANT_ADDRESS); in lowerParameter() local
DAMDGPUHSAMetadataStreamer.cpp357 if (auto PtrTy = dyn_cast<PointerType>(Ty)) { in emitKernelArg() local
386 if (auto PtrTy = dyn_cast<PointerType>(Ty)) in emitKernelArg() local
DAMDGPULegalizerInfo.cpp113 for (LLT PtrTy : AddrSpaces) { in AMDGPULegalizerInfo() local
DAMDGPURewriteOutArguments.cpp461 Type *PtrTy = Val->getType()->getPointerTo(ArgType->getAddressSpace()); in runOnFunction() local
DSIFrameLowering.cpp415 PointerType *PtrTy = in emitEntryFunctionScratchSetup() local
457 PointerType *PtrTy = in emitEntryFunctionScratchSetup() local
/external/llvm/lib/IR/
DIRBuilder.cpp215 PointerType *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedLoad() local
234 PointerType *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedStore() local
266 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedGather() local
295 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedScatter() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp29 if (const PointerType *PtrTy = T->getAs<PointerType>()) in GetUnderlyingFunction() local
685 if (const PointerType *PtrTy = CanonicalSubT->getAs<PointerType>()) { in CheckExceptionSpecSubset() local
704 if (const PointerType *PtrTy = CanonicalSuperT->getAs<PointerType>()) in CheckExceptionSpecSubset() local
/external/clang/lib/CodeGen/
DCGBuilder.h170 auto PtrTy = Ty->getPointerTo(Addr.getAddressSpace()); variable
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp76 Type *PtrTy = Ptr->getType(); in visitLoadInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp142 if (auto PtrTy = dyn_cast<PointerType>(Inst->getType())) { in findPointer() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp168 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in InsertStackProtectors() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp430 auto *PtrTy = cast<PointerType>(Store->getPointerOperandType()); in Mutate() local
545 auto *PtrTy = cast<PointerType>(Ld->getPointerOperandType()); in isLegalToPromote() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp378 Type *PtrTy = PointerType::get(IntTy, 0); in TEST() local
474 auto *PtrTy = PointerType::get(i32, 0); in TEST() local
/external/llvm/unittests/IR/
DConstantsTest.cpp377 Type *PtrTy = PointerType::get(IntTy, 0); in TEST() local
473 auto *PtrTy = PointerType::get(i32, 0); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp473 auto *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedLoad() local
493 auto *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedStore() local
526 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedGather() local
560 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedScatter() local
/external/llvm/lib/CodeGen/
DStackProtector.cpp322 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp415 LLT PtrTy = MRI.getType(ListPtr); in legalizeVaArg() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp361 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue() local
/external/llvm/lib/Analysis/
DVectorUtils.cpp159 auto *PtrTy = dyn_cast<PointerType>(Ptr->getType()); in getStrideFromPointer() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp69 auto *PtrTy = Type::getInt8Ty(Context)->getPointerTo(); in TEST() local
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp69 auto *PtrTy = Type::getInt8Ty(Context)->getPointerTo(); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp590 LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in translateGetElementPtr() local
900 LLT PtrTy = getLLTForType(*CI.getArgOperand(0)->getType(), *DL); in translateKnownIntrinsic() local
1196 LLT PtrTy = getLLTForType(*AI.getType(), *DL); in translateAlloca() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h2155 auto *PtrTy = cast<PointerType>(PtrValue->getType()); variable
2177 auto *PtrTy = cast<PointerType>(PtrValue->getType()); variable

12345