Searched refs:SrcSlot (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h902 unsigned SrcSlot; // Value to copy into the physreg. member in class:llvm::EmitCopyToRegMatcher
906 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {}
908 unsigned getSrcSlot() const { return SrcSlot; }
918 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot &&
922 return SrcSlot ^ ((unsigned)(intptr_t)DestPhysReg << 4);

Completed in 65 milliseconds