Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp731 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
736 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
771 if (Error Err = CheckOperands(0)) in writeListEntry()
775 if (Error Err = CheckOperands(1)) in writeListEntry()
782 if (Error Err = CheckOperands(2)) in writeListEntry()
788 if (Error Err = CheckOperands(1)) in writeListEntry()
794 if (Error Err = CheckOperands(2)) in writeListEntry()
801 if (Error Err = CheckOperands(2)) in writeListEntry()
856 if (Error Err = CheckOperands(0)) in writeListEntry()
860 if (Error Err = CheckOperands(1)) in writeListEntry()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10861 auto &&CheckOperands = [this, IsCmpSelMinMax, in matchAssociativeReduction()
10903 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()