Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1045 uint64_t MemBits = LoadDef->getMemSizeInBits().getValue(); in matchSextInRegOfLoad() local
1050 unsigned NewSizeBits = std::min((uint64_t)MI.getOperand(2).getImm(), MemBits); in matchSextInRegOfLoad()
1067 else if (MemBits > NewSizeBits || MemBits == RegTy.getSizeInBits()) in matchSextInRegOfLoad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4182 unsigned MemBits = in computeKnownBits() local
4187 Known.Zero.setBitsFrom(MemBits); in computeKnownBits()
4190 Known.Zero.setBitsFrom(MemBits); in computeKnownBits()
H A DTargetLowering.cpp1209 unsigned MemBits = MemVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1210 Known.Zero.setBitsFrom(MemBits); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20118 unsigned MemBits = VT.getScalarSizeInBits(); in computeKnownBitsForTargetNode() local
20119 Known.Zero |= APInt::getHighBitsSet(BitWidth, BitWidth - MemBits); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2386 unsigned MemBits = VT.getScalarSizeInBits(); in computeKnownBitsForTargetNode() local
2387 Known.Zero |= APInt::getHighBitsSet(BitWidth, BitWidth - MemBits); in computeKnownBitsForTargetNode()