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.cpp937 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local
946 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
951 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
975 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
986 if (Error Err = CheckOperands(0)) in writeListEntry()
990 if (Error Err = CheckOperands(1)) in writeListEntry()
997 if (Error Err = CheckOperands(2)) in writeListEntry()
1003 if (Error Err = CheckOperands(1)) in writeListEntry()
1009 if (Error Err = CheckOperands(2)) in writeListEntry()
1016 if (Error Err = CheckOperands(2)) in writeListEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22117 auto CheckOperands = [&](Instruction *TreeN, in matchAssociativeReduction() local
22192 CheckOperands(TreeN, PossibleRedVals, PossibleReductionOps, Level); in matchAssociativeReduction()