Home
last modified time | relevance | path

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

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