Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h176 bool isScalableVT() const { in isScalableVT() function
H A DMachineValueType.h127 bool isScalableVT() const { in isScalableVT() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6774 (VA.getValVT().isScalableVT() || Subtarget->isWindowsArm64EC()) && in LowerFormalArguments()
6858 assert((VA.getValVT().isScalableVT() || in LowerFormalArguments()
7815 bool isScalable = VA.getValVT().isScalableVT(); in LowerCall()
16602 if (N->getValueType(0) != MVT::i32 || Op0.getValueType().isScalableVT() || in performVecReduceAddCombine()
22848 if (ResVT.isScalableVT()) in performSelectCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18607 bool LdStScalable = LDMemType.isScalableVT(); in ForwardStoreValueToDirectLoad()
18608 if (LdStScalable != STMemType.isScalableVT()) in ForwardStoreValueToDirectLoad()
20816 if (MemVT.isScalableVT()) in mergeConsecutiveStores()
28169 if (St->getMemoryVT().isScalableVT()) in parallelizeChainedStores()
H A DSelectionDAGBuilder.cpp7636 if (OpVT.isScalableVT()) in visitIntrinsicCall()