Searched refs:emitPredicateOpcodes (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 772 Predicate->emitPredicateOpcodes(Table, std::forward<Args>(args)...); in emitPredicateListOpcodes() 793 Predicate->emitPredicateOpcodes(Table, std::forward<Args>(args)...); in emitFilteredPredicateListOpcodes() 855 virtual void emitPredicateOpcodes(MatchTable &Table, 930 void emitPredicateOpcodes(MatchTable &Table, 975 void emitPredicateOpcodes(MatchTable &Table, 1008 void emitPredicateOpcodes(MatchTable &Table, 1036 void emitPredicateOpcodes(MatchTable &Table, 1060 void emitPredicateOpcodes(MatchTable &Table, 1085 void emitPredicateOpcodes(MatchTable &Table, 1106 void emitPredicateOpcodes(MatchTable &Table, [all …]
|
| H A D | GlobalISelMatchTable.cpp | 522 Condition->emitPredicateOpcodes( in emit() 977 Matchers.front()->emitPredicateOpcodes(Table, *this); in emit() 1028 PM->emitPredicateOpcodes(Table, *this); in emit() 1136 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::SameOperandMatcher 1171 void LLTOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::LLTOperandMatcher 1186 void PointerToAnyOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::PointerToAnyOperandMatcher 1197 void RecordNamedOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::RecordNamedOperandMatcher 1208 void RecordRegisterType::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::RecordRegisterType 1219 void ComplexPatternOperandMatcher::emitPredicateOpcodes( in emitPredicateOpcodes() function in llvm::gi::ComplexPatternOperandMatcher 1241 void RegisterBankOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::RegisterBankOperandMatcher [all …]
|