Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h668 VECTOR_COMPRESS, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp437 case ISD::VECTOR_COMPRESS: return "vector_compress"; in getOperationName()
H A DLegalizeVectorOps.cpp458 case ISD::VECTOR_COMPRESS: in LegalizeOp()
1127 case ISD::VECTOR_COMPRESS: in Expand()
H A DLegalizeIntegerTypes.cpp90 case ISD::VECTOR_COMPRESS: in PromoteIntegerResult()
1004 return DAG.getNode(ISD::VECTOR_COMPRESS, SDLoc(N), Vec.getValueType(), Vec, in PromoteIntRes_VECTOR_COMPRESS()
1957 case ISD::VECTOR_COMPRESS: in PromoteIntegerOperand()
2465 return DAG.getNode(ISD::VECTOR_COMPRESS, SDLoc(N), VT, Vec, Mask, Passthru); in PromoteIntOp_VECTOR_COMPRESS()
H A DLegalizeVectorTypes.cpp1117 case ISD::VECTOR_COMPRESS: in SplitVectorResult()
2417 // of VECTOR_COMPRESS and all other operands can be legalized later.
4354 case ISD::VECTOR_COMPRESS: in WidenVectorResult()
5796 return DAG.getNode(ISD::VECTOR_COMPRESS, SDLoc(N), WideVecVT, WideVec, in WidenVecRes_MLOAD()
H A DSelectionDAGBuilder.cpp8118 setValue(&I, DAG.getNode(ISD::VECTOR_COMPRESS, sdl, in visitIntrinsicCall()
H A DSelectionDAG.cpp7559 case ISD::VECTOR_COMPRESS: { in getNode()
H A DDAGCombiner.cpp1966 case ISD::VECTOR_COMPRESS: return visitVECTOR_COMPRESS(N); in visit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp797 setOperationAction(ISD::VECTOR_COMPRESS, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td770 def vector_compress : SDNode<"ISD::VECTOR_COMPRESS", SDTVectorCompress>;