Searched refs:checkSemantics (Results 1 – 5 of 5) sorted by relevance
222 bool InstructionPattern::checkSemantics(ArrayRef<SMLoc> Loc) { in checkSemantics() function in llvm::gi::InstructionPattern515 bool PatFrag::checkSemantics() { in checkSemantics() function in llvm::gi::PatFrag751 bool PatFragPattern::checkSemantics(ArrayRef<SMLoc> DiagLoc) { in checkSemantics() function in llvm::gi::PatFragPattern752 if (!InstructionPattern::checkSemantics(DiagLoc)) in checkSemantics()835 bool BuiltinPattern::checkSemantics(ArrayRef<SMLoc> Loc) { in checkSemantics() function in llvm::gi::BuiltinPattern836 if (!InstructionPattern::checkSemantics(Loc)) in checkSemantics()
351 virtual bool checkSemantics(ArrayRef<SMLoc> Loc);607 bool checkSemantics();639 bool checkSemantics(ArrayRef<SMLoc> DiagLoc) override;699 bool checkSemantics(ArrayRef<SMLoc> Loc) override;
164 if (!Pat->checkSemantics(DiagLoc)) in parseInstructionPattern()394 if (!Result->buildOperandsTables() || !Result->checkSemantics()) in parsePatFragImpl()
706 bool checkSemantics();817 !checkSemantics() || !buildPermutationsToEmit()) in parseAll()1145 bool CombineRuleBuilder::checkSemantics() { in checkSemantics() function in __anon569e2aa20111::CombineRuleBuilder