Searched refs:checkSemantics (Results 1 – 5 of 5) sorted by relevance
260 bool InstructionPattern::checkSemantics(ArrayRef<SMLoc> Loc) { in checkSemantics() function in llvm::gi::InstructionPattern553 bool PatFrag::checkSemantics() { in checkSemantics() function in llvm::gi::PatFrag790 bool PatFragPattern::checkSemantics(ArrayRef<SMLoc> DiagLoc) { in checkSemantics() function in llvm::gi::PatFragPattern791 if (!InstructionPattern::checkSemantics(DiagLoc)) in checkSemantics()875 bool BuiltinPattern::checkSemantics(ArrayRef<SMLoc> Loc) { in checkSemantics() function in llvm::gi::BuiltinPattern876 if (!InstructionPattern::checkSemantics(Loc)) in checkSemantics()
375 virtual bool checkSemantics(ArrayRef<SMLoc> Loc);631 bool checkSemantics();663 bool checkSemantics(ArrayRef<SMLoc> DiagLoc) override;723 bool checkSemantics(ArrayRef<SMLoc> Loc) override;
153 if (!Pat->checkSemantics(DiagLoc)) in parseInstructionPattern()382 if (!Result->buildOperandsTables() || !Result->checkSemantics()) in parsePatFragImpl()
702 bool checkSemantics();841 !checkSemantics() || !buildPermutationsToEmit()) in parseAll()1194 bool CombineRuleBuilder::checkSemantics() { in checkSemantics() function in __anon569e2aa20111::CombineRuleBuilder