Home
last modified time | relevance | path

Searched refs:SizeCopy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp165 uint64_t SizeCopy = End - Address; in dumpTracebackTable()
167 XCOFFTracebackTable::create(Bytes.data() + Index, SizeCopy, Is64Bit); in dumpTracebackTable()
166 uint64_t SizeCopy = End - Address; dumpTracebackTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3591 const Register SizeCopy = MRI.cloneVirtualRegister(Size.getReg()); in selectMOPS() local
3600 RBI.constrainGenericRegister(SizeCopy, AArch64::GPR64RegClass, MRI); in selectMOPS()
3604 MIB.buildCopy(SizeCopy, Size); in selectMOPS()
3614 {DstPtrCopy, SizeCopy, SrcValCopy}); in selectMOPS()
3618 {DstPtrCopy, SrcValCopy, SizeCopy}); in selectMOPS()