Searched defs:PtrTy (Results 1 - 25 of 72) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp97 PointerType *PtrTy = cast<PointerType>(Operand->getType()); local
/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOpcodes.cpp115 PointerType *PtrTy = local
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp387 Type *PtrTy = Val->getType()->getPointerTo(ArgType->getAddressSpace()); local
H A DAMDGPUPromoteAlloca.cpp792 PointerType *PtrTy = dyn_cast<PointerType>(ParamTy); local
H A DAMDGPUCallLowering.cpp195 const LLT PtrTy = LLT::pointer(AMDGPUAS::PRIVATE_ADDRESS, 32); variable
417 LLT PtrTy = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64); local
431 LLT PtrTy = LLT::pointer(SplitArg.Flags[0].getPointerAddrSpace(), local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp428 PointerType *PtrTy = Type::getInt8PtrTy(CheckLoc->getContext()); local
H A DInterleavedLoadCombinePass.cpp958 PointerType *PtrTy = dyn_cast<PointerType>(Ptr.getType()); local
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuilder.h170 auto *PtrTy = Ty->getPointerTo(Addr.getAddressSpace()); local
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp318 Type *PtrTy = I.getType(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp23 LLT PtrTy; member in struct:TypesAndMemOps
365 LLT PtrTy = MRI.getType(BaseAddr); local
521 LLT PtrTy = LLT::pointer(0, 32); local
H A DMipsCallLowering.cpp434 const LLT PtrTy = LLT::pointer(MPO.getAddrSpace(), 32); local
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp527 wasm::ValType PtrTy = local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp251 Type *PtrTy = GEP.getType()->getScalarType(); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp294 LLT PtrTy = MRI->getType(StoresToMerge[0]->getPointerReg()); local
H A DCallLowering.cpp199 PointerType *PtrTy = dyn_cast<PointerType>(Arg.Ty->getScalarType()); local
1098 LLT PtrTy = LLT::pointer(Flags.getPointerAddrSpace(), local
1128 const LLT PtrTy = MRI.getType(DstPtr); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp265 Type *PtrTy = Ty->getPointerTo(); local
377 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); local
730 Type *PtrTy = Ty->getPointerTo(); local
745 Type *PtrTy local
763 Type *PtrTy = Ty->getPointerTo(); local
778 Type *PtrTy = Ty->getPointerTo(); local
[all...]
H A DSanitizerCoverage.cpp354 Type *PtrTy = PointerType::getUnqual(Ty); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp388 Type *PtrTy = local
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1251 LLT PtrTy = MRI.getType(ListPtr); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp571 auto *PtrTy = cast<PointerType>(Ptr->getType()); variable
H A DHexagonCommonGEP.cpp385 Type *PtrTy = GepI->getSourceElementType(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp627 LLT PtrTy = MRI.getType(MIB->getOperand(0).getReg()); local
H A DMVEGatherScatterLowering.cpp243 FixedVectorType *PtrTy = cast<FixedVectorType>(Ptr->getType()); local
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h149 PtrTy; typedef in class:clang::APValue::LValueBase
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp2079 PointerType *PtrTy = cast<PointerType>(C->getType()->getScalarType()); local

Completed in 501 milliseconds

123