Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1665 auto It = PartialReduceMLAActions.find(Key); in getPartialReduceMLAAction()
1666 return It != PartialReduceMLAActions.end() ? It->second : Expand; in getPartialReduceMLAAction()
2765 PartialReduceMLAActions[Key] = Action; in setPartialReduceMLAAction()
3764 DenseMap<PartialReduceActionTypes, LegalizeAction> PartialReduceMLAActions; variable