Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h187 bool isScalableVT() const { in isScalableVT() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h132 bool isScalableVT() const { in isScalableVT() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7892 (VA.getValVT().isScalableVT() || Subtarget->isWindowsArm64EC()) && in LowerFormalArguments()
7976 assert((VA.getValVT().isScalableVT() || in LowerFormalArguments()
9147 bool isScalable = VA.getValVT().isScalableVT(); in LowerCall()
15760 assert(VT.isScalableVT()); in canLowerSRLToRoundingShiftForVT()
18280 if (N->getValueType(0) != MVT::i32 || Op0.getValueType().isScalableVT() || in performVecReduceAddCombine()
21984 bool Scalable = N->getValueType(0).isScalableVT(); in tryLowerPartialReductionToDot()
25685 if (ResVT.isScalableVT()) in performSelectCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19944 bool LdStScalable = LDMemType.isScalableVT(); in ForwardStoreValueToDirectLoad()
19945 if (LdStScalable != STMemType.isScalableVT()) in ForwardStoreValueToDirectLoad()
22219 if (MemVT.isScalableVT()) in mergeConsecutiveStores()
29710 if (St->getMemoryVT().isScalableVT()) in parallelizeChainedStores()