Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp120 static bool forwardCopyWillClobberTuple(unsigned DstReg, unsigned SrcReg, in forwardCopyWillClobberTuple() function
433 if (forwardCopyWillClobberTuple(DstEncoding, SrcEncoding, NF * LMulVal)) { in copyPhysReg()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3419 static bool forwardCopyWillClobberTuple(unsigned DestReg, unsigned SrcReg, in forwardCopyWillClobberTuple() function
3439 if (forwardCopyWillClobberTuple(DestEncoding, SrcEncoding, NumRegs)) { in copyPhysRegTuple()