Home
last modified time | relevance | path

Searched refs:isKnownEven (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h451 assert(EltCnt.isKnownEven() && "Splitting vector, but not in half!"); in getHalfNumVectorElementsVT()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h180 constexpr bool isKnownEven() const { return (getKnownMinValue() & 0x1) == 0; } in isKnownEven() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h229 assert(EltCnt.isKnownEven() && "Splitting vector, but not in half!"); in getHalfNumVectorElementsVT()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h536 assert(EltCnt.isKnownEven() && in getHalfElementsVectorType()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1919 bool EvenCnt = VecTy->getElementCount().isKnownEven(); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2715 if (SrcVT.getVectorElementCount().isKnownEven() && in SplitVecRes_ExtendOp()
H A DSelectionDAG.cpp13254 assert(VecVT.getVectorElementCount().isKnownEven() && in SplitEVL()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20189 assert(EltCnt.isKnownEven() && "Splitting vector, but not in half!"); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6788 EC.isKnownEven() && DAG.getDataLayout().isLittleEndian() && in LowerSTORE()