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 | 759 Predicate->emitPredicateOpcodes(Table, std::forward<Args>(args)...); in emitPredicateListOpcodes() 780 Predicate->emitPredicateOpcodes(Table, std::forward<Args>(args)...); in emitFilteredPredicateListOpcodes() 841 virtual void emitPredicateOpcodes(MatchTable &Table, 916 void emitPredicateOpcodes(MatchTable &Table, 961 void emitPredicateOpcodes(MatchTable &Table, 994 void emitPredicateOpcodes(MatchTable &Table, 1022 void emitPredicateOpcodes(MatchTable &Table, 1046 void emitPredicateOpcodes(MatchTable &Table, 1071 void emitPredicateOpcodes(MatchTable &Table, 1092 void emitPredicateOpcodes(MatchTable &Table, [all …]
|
H A D | GlobalISelMatchTable.cpp | 514 Condition->emitPredicateOpcodes( in emit() 984 Matchers.front()->emitPredicateOpcodes(Table, *this); in emit() 1035 PM->emitPredicateOpcodes(Table, *this); in emit() 1143 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::SameOperandMatcher 1178 void LLTOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::LLTOperandMatcher 1192 void PointerToAnyOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::PointerToAnyOperandMatcher 1203 void RecordNamedOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::RecordNamedOperandMatcher 1214 void RecordRegisterType::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::RecordRegisterType 1225 void ComplexPatternOperandMatcher::emitPredicateOpcodes( in emitPredicateOpcodes() function in llvm::gi::ComplexPatternOperandMatcher 1247 void RegisterBankOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes() function in llvm::gi::RegisterBankOperandMatcher [all …]
|