Home
last modified time | relevance | path

Searched refs:isPackedVectorType (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp22 bool isPackedVectorType(EVT SomeVT) { in isPackedVectorType() function
41 return isPackedVectorType(VT) ? Packing::Dense : Packing::Normal; in getTypePacking()
102 bool IsPackedOp = isPackedVectorType(IdiomVT); in supportsPackedMode()
459 if (isPackedVectorType(ResultVT)) { in getBroadcast()
H A DVVPISelLowering.cpp323 if (isPackedVectorType(DataVT)) in legalizeInternalLoadStoreOp()
342 if (isPackedVectorType(IdiomVT) && in legalizeInternalVectorOp()
417 if (isPackedVectorType(IdiomVT)) { in legalizePackedAVL()
H A DVECustomDAG.h32 bool isPackedVectorType(EVT SomeVT);
H A DVEISelLowering.cpp1943 if (isMaskArithmetic(Op) && isPackedVectorType(Op.getValueType())) in LowerOperation()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp234 static inline bool isPackedVectorType(EVT VT, SelectionDAG &DAG) { in isMergePassthruOpcode()
14636 if (Idx == 0 && isPackedVectorType(VT, DAG)) { in getTgtMemIntrinsic()
224 static inline bool isPackedVectorType(EVT VT, SelectionDAG &DAG) { isPackedVectorType() function
[all...]