Searched refs:LoadStore (Results 1 – 5 of 5) sorted by relevance
99 enum LoadStore { enum
503 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores() local504 auto *CounterLoad = LoadStore.first; in promoteCounterLoadStores()505 auto *CounterStore = LoadStore.second; in promoteCounterLoadStores()
2780 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local2781 if (!LoadStore) in select()2790 switch (LoadStore->getOpcode()) { in select()2794 LoadStore->getOperand(0).setReg(AArch64::WZR); in select()2797 LoadStore->getOperand(0).setReg(AArch64::XZR); in select()2806 if (MRI.getType(LoadStore->getOperand(0).getReg()).getSizeInBits() != 64) in select()2811 Register DstReg = LoadStore->getOperand(0).getReg(); in select()2812 LoadStore->getOperand(0).setReg(LdReg); in select()2814 MIB.setInsertPt(MIB.getMBB(), std::next(LoadStore->getIterator())); in select()2819 constrainSelectedInstRegOperands(*LoadStore, TII, TRI, RBI); in select()[all …]
4171 auto LoadStore = ConvUseOpc == TargetOpcode::G_LOAD || in reassociationCanBreakAddressingModePattern() local4173 if (!LoadStore) in reassociationCanBreakAddressingModePattern()
1032 auto LoadStore = dyn_cast<MemSDNode>(Node); in reassociationCanBreakAddressingModePattern() local1033 if (LoadStore) { in reassociationCanBreakAddressingModePattern()1040 EVT VT = LoadStore->getMemoryVT(); in reassociationCanBreakAddressingModePattern()1041 unsigned AS = LoadStore->getAddressSpace(); in reassociationCanBreakAddressingModePattern()