Searched refs:VECTOR_FIND_LAST_ACTIVE (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1550 VECTOR_FIND_LAST_ACTIVE, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 578 case ISD::VECTOR_FIND_LAST_ACTIVE: in getOperationName()
|
| H A D | LegalizeVectorOps.cpp | 514 case ISD::VECTOR_FIND_LAST_ACTIVE: in LegalizeOp() 1287 case ISD::VECTOR_FIND_LAST_ACTIVE: in Expand()
|
| H A D | LegalizeIntegerTypes.cpp | 159 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 D | SelectionDAGBuilder.cpp | 6483 SDValue Idx = DAG.getNode(ISD::VECTOR_FIND_LAST_ACTIVE, sdl, ExtVT, Mask); in visitVectorExtractLastActive()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 902 setOperationAction(ISD::VECTOR_FIND_LAST_ACTIVE, VT, Expand); in initActions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 862 : SDNode<"ISD::VECTOR_FIND_LAST_ACTIVE",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 1509 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()
|