Home
last modified time | relevance | path

Searched refs:InBits (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DRecordLayoutBuilder.cpp2140 bool InBits = true; in FinishLayout() local
2143 InBits = false; in FinishLayout()
2148 << (InBits ? 1 : 0); // (byte|bit) in FinishLayout()
2237 bool InBits = true; in CheckFieldPadding() local
2240 InBits = false; in CheckFieldPadding()
2247 << (InBits ? 1 : 0) // (byte|bit) in CheckFieldPadding()
2254 << (InBits ? 1 : 0); // (byte|bit) in CheckFieldPadding()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1874 unsigned InBits = SrcVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1879 if (DemandedBits.getActiveBits() <= InBits) { in SimplifyDemandedBits()
1893 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits()
1899 assert(Known.getBitWidth() == InBits && "Src width has changed?"); in SimplifyDemandedBits()
1912 unsigned InBits = SrcVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1917 if (DemandedBits.getActiveBits() <= InBits) { in SimplifyDemandedBits()
1931 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits()
1936 InDemandedBits.setBit(InBits - 1); in SimplifyDemandedBits()
1942 assert(Known.getBitWidth() == InBits && "Src width has changed?"); in SimplifyDemandedBits()
1965 unsigned InBits = SrcVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2071 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstantForGV() local
2072 const MCExpr *MaskExpr = MCConstantExpr::create(~0ULL >> (64-InBits), Ctx); in lowerConstantForGV()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kISelLowering.cpp2012 unsigned InBits = VOp0.getValueSizeInBits(); in isTruncWithZeroHighBitsInput() local
2015 APInt::getHighBitsSet(InBits, InBits - Bits)); in isTruncWithZeroHighBitsInput()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1601 SmallVector<ValueBit, 64> *InBits; in getValueBits() local
1602 std::tie(Interesting, InBits) = getValueBits(V.getOperand(0), in getValueBits()
1610 if ((*InBits)[i].hasValue() && (*InBits)[i].getValueBitIndex() >= 32) { in getValueBits()
1618 Bits[i] = (*InBits)[i]; in getValueBits()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2574 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstant() local
2575 const MCExpr *MaskExpr = MCConstantExpr::create(~0ULL >> (64-InBits), Ctx); in lowerConstant()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4912 unsigned InBits = UnpackFromEltSize * 8; in insertUnpackIfPrepared() local
4913 EVT InVT = MVT::getVectorVT(MVT::getIntegerVT(InBits), in insertUnpackIfPrepared()
4914 SystemZ::VectorBits / InBits); in insertUnpackIfPrepared()
4916 unsigned OutBits = InBits * 2; in insertUnpackIfPrepared()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp23779 unsigned InBits = VOp0.getValueSizeInBits(); in isTruncWithZeroHighBitsInput() local
23781 return DAG.MaskedValueIsZero(VOp0, APInt::getHighBitsSet(InBits,InBits-Bits)); in isTruncWithZeroHighBitsInput()
30748 unsigned InBits = InVT.getSizeInBits(); in ReplaceNodeResults() local
30749 if (128 % InBits == 0) { in ReplaceNodeResults()
30773 if ((InBits == 256 && Subtarget.hasVLX()) || InBits == 512) { in ReplaceNodeResults()