Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h183 bool isScalableVT() const { in isScalableVT() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h122 bool isScalableVT() const { in isScalableVT() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7413 (VA.getValVT().isScalableVT() || Subtarget->isWindowsArm64EC()) && in LowerFormalArguments()
7497 assert((VA.getValVT().isScalableVT() || in LowerFormalArguments()
8544 bool isScalable = VA.getValVT().isScalableVT(); in LowerCall()
14855 assert(VT.isScalableVT()); in canLowerSRLToRoundingShiftForVT()
17732 if (N->getValueType(0) != MVT::i32 || Op0.getValueType().isScalableVT() || in performVecReduceAddCombine()
24282 if (ResVT.isScalableVT()) in performSelectCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18945 bool LdStScalable = LDMemType.isScalableVT(); in ForwardStoreValueToDirectLoad()
18946 if (LdStScalable != STMemType.isScalableVT()) in ForwardStoreValueToDirectLoad()
21162 if (MemVT.isScalableVT()) in mergeConsecutiveStores()
28582 if (St->getMemoryVT().isScalableVT()) in parallelizeChainedStores()
H A DSelectionDAG.cpp3766 KnownBits Known0(!LD->getMemoryVT().isScalableVT() in computeKnownBits()