Home
last modified time | relevance | path

Searched refs:isRound (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h231 bool isRound() const { in isRound() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp105 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getRegisterTypeForCallingConv()
115 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getNumRegistersForCallingConv()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6825 if (!LoadResultVT.bitsGT(TruncVT) || !TruncVT.isRound() || in optimizeLoadExt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6868 if (CurrMemVT.isRound() && CurrMemVT.getStoreSize() <= 16) in isOnlyUsedByStores()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4626 if (newVT.isRound() && in SimplifySetCC()
H A DDAGCombiner.cpp6437 if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound()) in isAndLoadExtLoad()
6461 if (!MemVT.isRound()) in isLegalNarrowLdSt()