Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1550 VECTOR_FIND_LAST_ACTIVE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp578 case ISD::VECTOR_FIND_LAST_ACTIVE: in getOperationName()
H A DLegalizeVectorOps.cpp514 case ISD::VECTOR_FIND_LAST_ACTIVE: in LegalizeOp()
1287 case ISD::VECTOR_FIND_LAST_ACTIVE: in Expand()
H A DLegalizeIntegerTypes.cpp159 case ISD::VECTOR_FIND_LAST_ACTIVE: in PromoteIntegerResult()
2089 case ISD::VECTOR_FIND_LAST_ACTIVE: in PromoteIntegerOperand()
6265 return DAG.getNode(ISD::VECTOR_FIND_LAST_ACTIVE, SDLoc(N), NVT, N->ops()); in PromoteIntRes_VECTOR_FIND_LAST_ACTIVE()
H A DSelectionDAGBuilder.cpp6483 SDValue Idx = DAG.getNode(ISD::VECTOR_FIND_LAST_ACTIVE, sdl, ExtVT, Mask); in visitVectorExtractLastActive()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp902 setOperationAction(ISD::VECTOR_FIND_LAST_ACTIVE, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td862 : SDNode<"ISD::VECTOR_FIND_LAST_ACTIVE",
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1509 setOperationAction(ISD::VECTOR_FIND_LAST_ACTIVE, VT, Legal); in AArch64TargetLowering()
19885 if (DCI.isBeforeLegalize() || Idx.getOpcode() != ISD::VECTOR_FIND_LAST_ACTIVE) in performExtractLastActiveCombine()
19897 if (!TLI.isOperationLegal(ISD::VECTOR_FIND_LAST_ACTIVE, Mask.getValueType())) in performExtractLastActiveCombine()