Home
last modified time | relevance | path

Searched refs:OperandMatcher (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp656 class OperandMatcher;
837 StringMap<OperandMatcher *> DefinedOperands;
841 DenseMap<Record *, OperandMatcher *> PhysRegOperands;
928 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);
930 void definePhysRegOperand(Record *Reg, OperandMatcher &OM);
964 const OperandMatcher &getOperandMatcher(StringRef Name) const;
965 const OperandMatcher &getPhysRegOperandMatcher(Record *) const;
1350 const OperandMatcher &Operand;
1359 const OperandMatcher &Operand, in ComplexPatternOperandMatcher()
1567 class OperandMatcher : public PredicateListMatcher<OperandPredicateMatcher> { class
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DTimeSubtractionCheck.cpp123 auto OperandMatcher = in registerMatchers() local
126 Finder->addMatcher(OperandMatcher, this); in registerMatchers()