Home
last modified time | relevance | path

Searched refs:DestRegIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp235 int DestRegIdx; in getLoadInfo() local
246 DestRegIdx = 0; in getLoadInfo()
266 DestRegIdx = -1; in getLoadInfo()
288 DestRegIdx = 0; in getLoadInfo()
363 DestRegIdx = -1; in getLoadInfo()
371 DestRegIdx = 1; in getLoadInfo()
391 DestRegIdx = -1; in getLoadInfo()
413 DestRegIdx = 1; in getLoadInfo()
488 DestRegIdx = -1; in getLoadInfo()
556 DestRegIdx = 0; in getLoadInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2297 SlotIndex DestRegIdx = LIS->getInstructionIndex(DestMI).getRegSlot(); in joinReservedPhysReg() local
2304 for (SlotIndex SI = Indexes->getNextNonNullIndex(DestRegIdx); in joinReservedPhysReg()
2325 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1837 unsigned DestRegIdx = DestReg - PPC::G8p0; in copyPhysReg() local
1838 MCRegister DestRegSub0 = PPC::X0 + 2 * DestRegIdx; in copyPhysReg()
1839 MCRegister DestRegSub1 = PPC::X0 + 2 * DestRegIdx + 1; in copyPhysReg()