Searched refs:AddrTy (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 157 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 D | AMDGPULegalizerInfo.cpp | 6482 LLT AddrTy = in legalizeImageIntrinsic() local 6486 const bool IsA16 = AddrTy == S16; in legalizeImageIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 222 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 D | ByteCodeEmitter.h | 29 using AddrTy = uintptr_t; variable
|
| H A D | EvalEmitter.h | 33 using AddrTy = uintptr_t; variable
|
| H A D | Compiler.h | 114 using AddrTy = typename Emitter::AddrTy; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 992 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 D | RISCVLegalizerInfo.cpp | 742 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 D | ARMISelDAGToDAG.cpp | 2196 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local 2204 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4465 Address Addr, QualType AddrTy,
|