Searched refs:NoAliasList (Results 1 – 2 of 2) sorted by relevance
1400 SmallVector<Metadata *> NoAliasList; in replaceLDSVariablesWithStruct() local1410 NoAliasList.append(&AliasScopes[1], AliasScopes.end()); in replaceLDSVariablesWithStruct()1429 NoAliasList[I - 1] = AliasScopes[I - 1]; in replaceLDSVariablesWithStruct()1431 NoAliasList.empty() ? nullptr : MDNode::get(Ctx, NoAliasList); in replaceLDSVariablesWithStruct()
1104 [[maybe_unused]] MachineInstr *NoAliasList = nullptr; in addMemoryOperands() local1115 NoAliasList = GR.getOrAddMemAliasingINTELInst(MIRBuilder, MD); in addMemoryOperands()1116 if (NoAliasList) in addMemoryOperands()1128 if (NoAliasList) in addMemoryOperands()1129 MIB.addUse(NoAliasList->getOperand(0).getReg()); in addMemoryOperands()