Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp113 static bool forwardCopyWillClobberTuple(unsigned DstReg, unsigned SrcReg, in forwardCopyWillClobberTuple() function
223 if (forwardCopyWillClobberTuple(DstEncoding, SrcEncoding, NF * LMul)) { in copyPhysReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3167 static bool forwardCopyWillClobberTuple(unsigned DestReg, unsigned SrcReg, in forwardCopyWillClobberTuple() function
3187 if (forwardCopyWillClobberTuple(DestEncoding, SrcEncoding, NumRegs)) { in copyPhysRegTuple()