reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2065 bool Load = HII.isLoadFromStackSlot(In, LFI) && !HII.isPredicated(In); 2065 bool Load = HII.isLoadFromStackSlot(In, LFI) && !HII.isPredicated(In); 2066 bool Store = HII.isStoreToStackSlot(In, SFI) && !HII.isPredicated(In); 2066 bool Store = HII.isStoreToStackSlot(In, SFI) && !HII.isPredicated(In); 2081 unsigned AM = HII.getAddrMode(In); 2087 auto *RC = HII.getRegClass(In.getDesc(), OpNum, &HRI, MF); 2096 unsigned S = HII.getMemAccessSize(In); 2103 for (auto *Mo : In.memoperands()) { 2115 for (unsigned i = 0, n = In.getNumOperands(); i < n; ++i) { 2116 const MachineOperand &Op = In.getOperand(i); 2122 if (i+1 >= n || !In.getOperand(i+1).isImm() || 2123 In.getOperand(i+1).getImm() != 0) 2128 IndexType Index = IndexMap.getIndex(&In);