Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DAArch64.cpp644 uint32_t addInstr = read32le(buf + addRel.offset); in tryRelaxAdrpAdd() local
647 (addInstr & 0xffc00000) != 0x91000000) in tryRelaxAdrpAdd()
650 uint32_t addDestReg = addInstr & 0x1f; in tryRelaxAdrpAdd()
651 uint32_t addSrcReg = (addInstr >> 5) & 0x1f; in tryRelaxAdrpAdd()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h141 void addInstr(InlinedEntity Label, const MachineInstr &MI);
/openbsd-src/gnu/llvm/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()