Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h141 void addInstr(InlinedEntity Label, const MachineInstr &MI);
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp764 uint32_t addInstr = read32le(buf + addRel.offset); in tryRelaxAdrpAdd() local
767 (addInstr & 0xffc00000) != 0x91000000) in tryRelaxAdrpAdd()
770 uint32_t addDestReg = addInstr & 0x1f; in tryRelaxAdrpAdd()
771 uint32_t addSrcReg = (addInstr >> 5) & 0x1f; in tryRelaxAdrpAdd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp283 void DbgLabelInstrMap::addInstr(InlinedEntity Label, const MachineInstr &MI) { in addInstr() function in DbgLabelInstrMap
487 DbgLabels.addInstr(L, MI); in calculateDbgEntityHistory()