HomeSort by relevance Sort by last modified time
    Searched defs:EmitCopyToRegMatcher (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 868 /// EmitCopyToRegMatcher - Emit a CopyToReg node from a value to a physreg,
871 class EmitCopyToRegMatcher : public Matcher {
875 EmitCopyToRegMatcher(unsigned srcSlot, Record *destPhysReg)
888 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot &&
889 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 897 /// EmitCopyToRegMatcher - Emit a CopyToReg node from a value to a physreg,
900 class EmitCopyToRegMatcher : public Matcher {
904 EmitCopyToRegMatcher(unsigned srcSlot, Record *destPhysReg)
917 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot &&
918 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg;
    [all...]

Completed in 280 milliseconds