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.h441 assert(EltCnt.isKnownEven() && "Splitting vector, but not in half!"); in getHalfNumVectorElementsVT()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h179 constexpr bool isKnownEven() const { return (getKnownMinValue() & 0x1) == 0; } in isKnownEven() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h219 assert(EltCnt.isKnownEven() && "Splitting vector, but not in half!"); in getHalfNumVectorElementsVT()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h509 assert(EltCnt.isKnownEven() && in getHalfElementsVectorType()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1744 bool EvenCnt = VecTy->getElementCount().isKnownEven(); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2580 if (SrcVT.getVectorElementCount().isKnownEven() && in SplitVecRes_ExtendOp()
H A DSelectionDAG.cpp12677 assert(VecVT.getVectorElementCount().isKnownEven() && in SplitEVL()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17145 assert(EltCnt.isKnownEven() && "Splitting vector, but not in half!"); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6461 EC.isKnownEven() && DAG.getDataLayout().isLittleEndian() && in LowerSTORE()