Searched refs:VECTOR_COMPRESS (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 668 VECTOR_COMPRESS, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 437 case ISD::VECTOR_COMPRESS: return "vector_compress"; in getOperationName()
|
H A D | LegalizeVectorOps.cpp | 458 case ISD::VECTOR_COMPRESS: in LegalizeOp() 1127 case ISD::VECTOR_COMPRESS: in Expand()
|
H A D | LegalizeIntegerTypes.cpp | 90 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 D | LegalizeVectorTypes.cpp | 1117 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 D | SelectionDAGBuilder.cpp | 8118 setValue(&I, DAG.getNode(ISD::VECTOR_COMPRESS, sdl, in visitIntrinsicCall()
|
H A D | SelectionDAG.cpp | 7559 case ISD::VECTOR_COMPRESS: { in getNode()
|
H A D | DAGCombiner.cpp | 1966 case ISD::VECTOR_COMPRESS: return visitVECTOR_COMPRESS(N); in visit()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 797 setOperationAction(ISD::VECTOR_COMPRESS, VT, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 770 def vector_compress : SDNode<"ISD::VECTOR_COMPRESS", SDTVectorCompress>;
|