Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp240 Type *PtrTy = Ty->getPointerTo(); in initialize() local
331 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); in shouldInstrumentReadWriteFromAddress() local
639 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
654 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
671 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
685 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp349 if (auto PtrTy = dyn_cast<PointerType>(Ty)) { in emitKernelArg() local
378 if (auto PtrTy = dyn_cast<PointerType>(Ty)) in emitKernelArg() local
771 if (auto PtrTy = dyn_cast<PointerType>(Ty)) { in emitKernelArg() local
810 if (auto PtrTy = dyn_cast<PointerType>(Ty)) in emitKernelArg() local
DAMDGPURewriteOutArguments.cpp461 Type *PtrTy = Val->getType()->getPointerTo(ArgType->getAddressSpace()); in runOnFunction() local
DAMDGPULegalizerInfo.cpp677 const LLT PtrTy = Query.Types[1]; in AMDGPULegalizerInfo() local
757 const LLT PtrTy = Query.Types[1]; in AMDGPULegalizerInfo() local
785 const LLT PtrTy = Query.Types[1]; in AMDGPULegalizerInfo() local
1619 Register DstReg, LLT PtrTy, in buildPCRelGlobalAddress()
1722 LLT PtrTy = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64); in legalizeGlobalValue() local
DAMDGPUPromoteAlloca.cpp635 PointerType *PtrTy = dyn_cast<PointerType>(ParamTy); in hasSufficientLocalMem() local
DAMDGPURegisterBankInfo.cpp517 LLT PtrTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrAlternativeMappings() local
1146 LLT PtrTy = MRI.getType(MI.getOperand(1).getReg()); in applyMappingWideLoad() local
2357 LLT PtrTy = MRI.getType(PtrReg); in getInstrMappingForLoad() local
DAMDGPUCallLowering.cpp349 PointerType *PtrTy = PointerType::get(ParamTy, AMDGPUAS::CONSTANT_ADDRESS); in lowerParameterPtr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp142 if (auto PtrTy = dyn_cast<PointerType>(Inst->getType())) { in findPointer() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp479 auto *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedLoad() local
499 auto *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedStore() local
532 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedGather() local
566 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedScatter() local
DGlobals.cpp112 PointerType *PtrTy = getType(); in getAddressSpace() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp22 LLT PtrTy; member
DMipsISelLowering.cpp2155 IntegerType *PtrTy = Type::getIntNTy(*DAG.getContext(), PtrSize); in lowerGlobalTLSAddress() local
4326 EVT PtrTy = getPointerTy(DAG.getDataLayout()); in copyByValRegs() local
4367 EVT PtrTy = getPointerTy(DAG.getDataLayout()), in passByValArg() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp391 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue() local
DInterleavedLoadCombinePass.cpp960 PointerType *PtrTy = dyn_cast<PointerType>(Ptr.getType()); in computePolynomialFromPointer() local
DMachineVerifier.cpp1011 LLT PtrTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1104 LLT PtrTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp519 wasm::ValType PtrTy = in getLibcallSignature() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1028 LLT PtrTy = MRI.getType(Dst); in optimizeMemset() local
1148 LLT PtrTy = MRI.getType(Src); in optimizeMemcpy() local
1253 LLT PtrTy = MRI.getType(Src); in optimizeMemmove() local
DIRTranslator.cpp517 const LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in emitJumpTable() local
1063 LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in translateGetElementPtr() local
1458 LLT PtrTy = getLLTForType(*CI.getArgOperand(0)->getType(), *DL); in translateKnownIntrinsic() local
1517 LLT PtrTy = getLLTForType(*CI.getArgOperand(0)->getType(), *DL); in translateKnownIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp187 auto *PtrTy = dyn_cast<PointerType>(Ptr->getType()); in getStrideFromPointer() local
836 PointerType *PtrTy = cast<PointerType>(Ptr->getType()); in collectConstStrideAccesses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp295 auto *PtrTy = cast<PointerType>(I->getOperand(TypeOp)->getType()); in getVectorType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp732 LLT PtrTy = MRI.getType(ListPtr); in legalizeVaArg() local
DAArch64ISelLowering.cpp3549 MVT PtrTy = getPointerTy(DAG.getDataLayout()); in LowerFormalArguments() local
8743 PointerType *PtrTy = cast<PointerType>(I.getArgOperand(0)->getType()); in getTgtMemIntrinsic() local
8754 PointerType *PtrTy = cast<PointerType>(I.getArgOperand(1)->getType()); in getTgtMemIntrinsic() local
8782 PointerType *PtrTy = cast<PointerType>(I.getArgOperand(1)->getType()); in getTgtMemIntrinsic() local
8792 PointerType *PtrTy = cast<PointerType>(I.getArgOperand(2)->getType()); in getTgtMemIntrinsic() local
9177 Type *PtrTy = VecTy->getPointerTo(LI->getPointerAddressSpace()); in lowerInterleavedLoad() local
9319 Type *PtrTy = SubVecTy->getPointerTo(SI->getPointerAddressSpace()); in lowerInterleavedStore() local
11246 EVT PtrTy = N->getOperand(3).getValueType(); in performLDNT1Combine() local
11273 EVT PtrTy = N->getOperand(4).getValueType(); in performSTNT1Combine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h2841 auto *PtrTy = cast<PointerType>(PtrValue->getType()); variable
2867 auto *PtrTy = cast<PointerType>(PtrValue->getType()); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp373 if (const auto *PtrTy = dyn_cast<DIDerivedType>(PType)) { in IsValidAIChain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp98 PointerType *PtrTy; member in __anon8fc20b5a0111::Scatterer

123