Searched defs:SwitchOpcodeMatcher (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp87 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() {
163 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcher.h454 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching
458 class SwitchOpcodeMatcher : public Matcher { class in namespace:llvm
461 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) function in class:llvm::SwitchOpcodeMatcher
463 ~SwitchOpcodeMatcher() override;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcher.h469 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching
473 class SwitchOpcodeMatcher : public Matcher { class in namespace:llvm
476 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases, function in class:llvm::SwitchOpcodeMatcher

Completed in 523 milliseconds