Searched refs:AddrTy (Results 1 – 5 of 5) sorted by relevance
117 PointerType *AddrTy = cast<PointerType>(V->getType()); in isSafeToLoadUnconditionally() local118 uint64_t LoadSize = TD->getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally()
222 PointerType *AddrTy = cast<PointerType>(V->getType()); in isSafeToLoadUnconditionally() local223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally()
3643 PointerType *AddrTy = dyn_cast<PointerType>(Address->getType()); in isProfitableToFoldIntoAddressingMode() local3644 if (!AddrTy) in isProfitableToFoldIntoAddressingMode()3646 Type *AddressAccessTy = AddrTy->getElementType(); in isProfitableToFoldIntoAddressingMode()3647 unsigned AS = AddrTy->getAddressSpace(); in isProfitableToFoldIntoAddressingMode()
1625 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local1633 ResTy, AddrTy, MVT::Other, OpsA, 7); in SelectVLD()
1891 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local1899 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()