Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h315 SmallVector<SizeAndActionsVec, 1> &Actions = ScalarActions[OpcodeIdx]; in setScalarAction()
457 SmallVector<SizeAndActionsVec, 1> ScalarActions[LastOp - FirstOp + 1]; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp316 Actions = ScalarActions[OpcodeIdx]; in findScalarLegalAction()