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.cpp480 uint64_t SizeCopy = End - Address; in dumpTracebackTable() local
482 XCOFFTracebackTable::create(Bytes.data() + Index, SizeCopy, Is64Bit); in dumpTracebackTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3726 const Register SizeCopy = MRI.cloneVirtualRegister(Size.getReg()); in selectMOPS() local
3735 RBI.constrainGenericRegister(SizeCopy, AArch64::GPR64RegClass, MRI); in selectMOPS()
3739 MIB.buildCopy(SizeCopy, Size); in selectMOPS()
3749 {DstPtrCopy, SizeCopy, SrcValCopy}); in selectMOPS()
3753 {DstPtrCopy, SrcValCopy, SizeCopy}); in selectMOPS()