Home
last modified time | relevance | path

Searched refs:removePhysRegDefAt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h433 void removePhysRegDefAt(MCRegister Reg, SlotIndex Pos);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp318 LIS.removePhysRegDefAt(Reg.asMCReg(), Idx); in eliminateDeadDef()
H A DInlineSpiller.cpp920 LIS.removePhysRegDefAt(Reg.asMCReg(), Idx); in foldMemoryOperand()
H A DLiveIntervals.cpp1707 void LiveIntervals::removePhysRegDefAt(MCRegister Reg, SlotIndex Pos) { in removePhysRegDefAt() function in LiveIntervals
H A DRegisterCoalescer.cpp2215 LIS->removePhysRegDefAt(DstReg.asMCReg(), CopyRegIdx); in joinReservedPhysReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp592 LIS.removePhysRegDefAt(MCRegister::from(WebAssembly::ARGUMENTS), Idx); in rematerializeCheapDef()