Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp732 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
737 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
772 if (Error Err = CheckOperands(0)) in writeListEntry()
776 if (Error Err = CheckOperands(1)) in writeListEntry()
783 if (Error Err = CheckOperands(2)) in writeListEntry()
789 if (Error Err = CheckOperands(1)) in writeListEntry()
795 if (Error Err = CheckOperands(2)) in writeListEntry()
802 if (Error Err = CheckOperands(2)) in writeListEntry()
857 if (Error Err = CheckOperands(0)) in writeListEntry()
861 if (Error Err = CheckOperands(1)) in writeListEntry()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14298 auto CheckOperands = [&](Instruction *TreeN, in matchAssociativeReduction() local
14379 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()