Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp911 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local
920 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
925 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
949 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
960 if (Error Err = CheckOperands(0)) in writeListEntry()
964 if (Error Err = CheckOperands(1)) in writeListEntry()
971 if (Error Err = CheckOperands(2)) in writeListEntry()
977 if (Error Err = CheckOperands(1)) in writeListEntry()
983 if (Error Err = CheckOperands(2)) in writeListEntry()
990 if (Error Err = CheckOperands(2)) in writeListEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp17004 auto CheckOperands = [&](Instruction *TreeN, in matchAssociativeReduction() local
17081 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()