Home
last modified time | relevance | path

Searched refs:addInstr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/Arch/
H A DAArch64.cpp624 uint32_t addInstr = read32le(buf + addRel.offset); in tryRelaxAdrpAdd() local
627 (addInstr & 0xffc00000) != 0x91000000) in tryRelaxAdrpAdd()
630 uint32_t addDestReg = addInstr & 0x1f; in tryRelaxAdrpAdd()
631 uint32_t addSrcReg = (addInstr >> 5) & 0x1f; in tryRelaxAdrpAdd()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h141 void addInstr(InlinedEntity Label, const MachineInstr &MI);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp276 void DbgLabelInstrMap::addInstr(InlinedEntity Label, const MachineInstr &MI) { in addInstr() function in DbgLabelInstrMap
480 DbgLabels.addInstr(L, MI); in calculateDbgEntityHistory()