Searched refs:checkSemantics (Results 1 – 3 of 3) sorted by relevance
221 bool InstructionPattern::checkSemantics(ArrayRef<SMLoc> Loc) { in checkSemantics() function in llvm::gi::InstructionPattern505 bool PatFrag::checkSemantics() { in checkSemantics() function in llvm::gi::PatFrag741 bool PatFragPattern::checkSemantics(ArrayRef<SMLoc> DiagLoc) { in checkSemantics() function in llvm::gi::PatFragPattern742 if (!InstructionPattern::checkSemantics(DiagLoc)) in checkSemantics()825 bool BuiltinPattern::checkSemantics(ArrayRef<SMLoc> Loc) { in checkSemantics() function in llvm::gi::BuiltinPattern826 if (!InstructionPattern::checkSemantics(Loc)) in checkSemantics()
346 virtual bool checkSemantics(ArrayRef<SMLoc> Loc);587 bool checkSemantics();619 bool checkSemantics(ArrayRef<SMLoc> DiagLoc) override;679 bool checkSemantics(ArrayRef<SMLoc> Loc) override;
699 bool checkSemantics();830 !checkSemantics() || !buildPermutationsToEmit()) in parseAll()1166 bool CombineRuleBuilder::checkSemantics() { in checkSemantics() function in __anon26f8cc580111::CombineRuleBuilder1588 if (!Pat->checkSemantics(RuleDef.getLoc())) in parseInstructionPattern()1818 if (!Result->buildOperandsTables() || !Result->checkSemantics()) in parsePatFragImpl()