Home
last modified time | relevance | path

Searched refs:AddrTy (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp157 Type *AddrTy = Addr->getType(); in instrumentAddressImpl() local
159 M.getContext(), AddrTy->getPointerAddressSpace()); in instrumentAddressImpl()
206 Type *AddrTy = Addr->getType(); in instrumentAddress() local
207 Type *IntptrTy = M.getDataLayout().getIntPtrType(AddrTy); in instrumentAddress()
213 IRB.CreateIntToPtr(IRB.CreateAdd(AddrLong, SizeMinusOne), AddrTy); in instrumentAddress()
H A DAMDGPULegalizerInfo.cpp6482 LLT AddrTy = in legalizeImageIntrinsic() local
6486 const bool IsA16 = AddrTy == S16; in legalizeImageIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp222 auto AddrTy = Addr->getValueType(0); in matchADDRri() local
224 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), AddrTy); in matchADDRri()
239 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), AddrTy); in matchADDRri()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.h29 using AddrTy = uintptr_t; variable
H A DEvalEmitter.h33 using AddrTy = uintptr_t; variable
H A DCompiler.h114 using AddrTy = typename Emitter::AddrTy; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp992 LLT AddrTy = Addr.getLLTTy(*getMRI()); in buildAtomicCmpXchgWithSuccess() local
997 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
1020 LLT AddrTy = Addr.getLLTTy(*getMRI()); in buildAtomicCmpXchg() local
1024 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchg()
1047 LLT AddrTy = Addr.getLLTTy(*getMRI()); in buildAtomicRMW() local
1049 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp742 LLT AddrTy = MIRBuilder.getMRI()->getType(MI.getOperand(0).getReg()); in legalizeVAStart() local
743 auto FINAddr = MIRBuilder.buildFrameIndex(AddrTy, FI); in legalizeVAStart()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2196 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local
2204 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4465 Address Addr, QualType AddrTy,