Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h38 using AddrTy = typename Emitter::AddrTy; variable
H A DByteCodeEmitter.h35 using AddrTy = uintptr_t; variable
H A DByteCodeExprGen.h51 using AddrTy = typename Emitter::AddrTy; variable
H A DEvalEmitter.h39 using AddrTy = uintptr_t; variable
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp302 auto AddrTy = Addr->getValueType(0); in matchADDRri() local
304 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), AddrTy); in matchADDRri()
319 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), AddrTy); in matchADDRri()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp804 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchgWithSuccess() local
809 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
831 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchg() local
835 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchg()
857 LLT AddrTy = Addr.getLLTTy(*getMRI()); in buildAtomicRMW() local
860 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicRMW()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4887 LLT AddrTy = in legalizeImageIntrinsic() local
4890 const bool IsA16 = AddrTy == S16; in legalizeImageIntrinsic()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2192 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local
2200 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()