Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp317 if (isPackedVectorType(DataVT)) in legalizeInternalLoadStoreOp()
336 if (isPackedVectorType(IdiomVT) && in legalizeInternalVectorOp()
411 if (isPackedVectorType(IdiomVT)) { in legalizePackedAVL()
H A DVECustomDAG.h32 bool isPackedVectorType(EVT SomeVT);
H A DVEISelLowering.cpp1947 if (isMaskArithmetic(Op) && isPackedVectorType(Op.getValueType())) in LowerOperation()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp205 static inline bool isPackedVectorType(EVT VT, SelectionDAG &DAG) { in isPackedVectorType() function
12663 if (Idx == 0 && isPackedVectorType(InVT, DAG)) in LowerEXTRACT_SUBVECTOR()
12770 if (Idx == 0 && isPackedVectorType(VT, DAG)) { in LowerINSERT_SUBVECTOR()