Searched refs:addInstr (Results 1 – 3 of 3) sorted by relevance
141 void addInstr(InlinedEntity Label, const MachineInstr &MI);
764 uint32_t addInstr = read32le(buf + addRel.offset); in tryRelaxAdrpAdd() local767 (addInstr & 0xffc00000) != 0x91000000) in tryRelaxAdrpAdd()770 uint32_t addDestReg = addInstr & 0x1f; in tryRelaxAdrpAdd()771 uint32_t addSrcReg = (addInstr >> 5) & 0x1f; in tryRelaxAdrpAdd()
283 void DbgLabelInstrMap::addInstr(InlinedEntity Label, const MachineInstr &MI) { in addInstr() function in DbgLabelInstrMap487 DbgLabels.addInstr(L, MI); in calculateDbgEntityHistory()