Home
last modified time | relevance | path

Searched refs:matchAnyOperand (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DJTFootprintReduction.cpp64 BC.MIB->matchIndJmp(BC.MIB->matchAnyOperand(), in checkOpportunities()
66 BC.MIB->matchAnyOperand()); in checkOpportunities()
99 BC.MIB->matchAnyOperand())); in checkOpportunities()
141 BC.MIB->matchIndJmp(BC.MIB->matchAnyOperand(Base), in tryOptimizeNonPIC()
143 BC.MIB->matchAnyOperand(Offset)); in tryOptimizeNonPIC()
182 BC.MIB->matchLoadAddr(BC.MIB->matchAnyOperand(JumpTableRef)), in tryOptimizePIC()
185 BC.MIB->matchAnyOperand()))); in tryOptimizePIC()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h744 std::unique_ptr<MCInstMatcher> matchAnyOperand(MCOperand &Op) const { in matchAnyOperand() function
748 std::unique_ptr<MCInstMatcher> matchAnyOperand() const { in matchAnyOperand() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3786 BC.MIB->matchAnyOperand())); in disambiguateJumpTables()