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