Searched refs:AddrTy (Results 1 – 8 of 8) sorted by relevance
42 using AddrTy = typename Emitter::AddrTy; variable
52 using AddrTy = typename Emitter::AddrTy; variable
35 using AddrTy = uintptr_t; variable
39 using AddrTy = uintptr_t; variable
741 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchgWithSuccess() local746 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()768 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchg() local772 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchg()794 LLT AddrTy = Addr.getLLTTy(*getMRI()); in buildAtomicRMW() local797 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicRMW()
4710 PointerType *AddrTy = dyn_cast<PointerType>(Address->getType()); in isProfitableToFoldIntoAddressingMode() local4711 if (!AddrTy) in isProfitableToFoldIntoAddressingMode()4713 Type *AddressAccessTy = AddrTy->getElementType(); in isProfitableToFoldIntoAddressingMode()4714 unsigned AS = AddrTy->getAddressSpace(); in isProfitableToFoldIntoAddressingMode()
2095 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local2103 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()
4930 llvm::Type *AddrTy = ConvertTypeForMem(AddrQTy); in EmitOMPUseDevicePtrClause() local4931 Address InitAddr = Builder.CreateBitCast(InitAddrIt->second, AddrTy); in EmitOMPUseDevicePtrClause()