Searched defs:virtReg (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h105 void assignVirt2Phys(unsigned virtReg, unsigned physReg) { argument
116 void clearVirt(unsigned virtReg) { argument
138 setIsSplitFromReg(unsigned virtReg, unsigned SReg) argument
[all...]
H A DLiveIntervalUnion.h149 LiveInterval &virtReg() const { function in class:llvm::LiveIntervalUnion::Query
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp99 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { argument
107 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { argument

Completed in 103 milliseconds