reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
   53   EXPECT_TRUE(match);
   55   match = mi_match(MIBAdd->getOperand(0).getReg(), *MRI,
   57   EXPECT_TRUE(match);
   65   match = mi_match(MIBMul->getOperand(0).getReg(), *MRI,
   67   EXPECT_TRUE(match);
   72   match = mi_match(MIBMul->getOperand(0).getReg(), *MRI,
   74   EXPECT_TRUE(match);
   84   match = mi_match(MIBMul2->getOperand(0).getReg(), *MRI,
   86   EXPECT_TRUE(match);
   92   match = mi_match(MIBSub->getOperand(0).getReg(), *MRI,
   94   EXPECT_FALSE(match);
   99   match = mi_match(MIBFMul->getOperand(0).getReg(), *MRI,
  101   EXPECT_TRUE(match);
  108   match = mi_match(MIBFSub->getOperand(0).getReg(), *MRI,
  110   EXPECT_TRUE(match);
  116   match = mi_match(MIBAnd->getOperand(0).getReg(), *MRI,
  118   EXPECT_TRUE(match);
  125   match = mi_match(MIBOr->getOperand(0).getReg(), *MRI,
  127   EXPECT_TRUE(match);