Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2197 bool InBits = true; in FinishLayout() local
2200 InBits = false; in FinishLayout()
2205 << (InBits ? 1 : 0); // (byte|bit) in FinishLayout()
2305 bool InBits = true; in CheckFieldPadding() local
2308 InBits = false; in CheckFieldPadding()
2316 << (InBits ? 1 : 0) // (byte|bit) in CheckFieldPadding()
2324 << (InBits ? 1 : 0); // (byte|bit) in CheckFieldPadding()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2075 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstantForGV() local
2076 const MCExpr *MaskExpr = MCConstantExpr::create(~0ULL >> (64-InBits), Ctx); in lowerConstantForGV()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2426 unsigned InBits = SrcVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
2431 if (DemandedBits.getActiveBits() <= InBits) { in SimplifyDemandedBits()
2445 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits()
2455 assert(Known.getBitWidth() == InBits && "Src width has changed?"); in SimplifyDemandedBits()
2471 unsigned InBits = SrcVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
2476 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits()
2480 InDemandedBits.setBit(InBits - 1); in SimplifyDemandedBits()
2483 if (DemandedBits.getActiveBits() <= InBits) { in SimplifyDemandedBits()
2493 InBits) { in SimplifyDemandedBits()
2504 assert(Known.getBitWidth() == InBits && "Src width has changed?"); in SimplifyDemandedBits()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2254 unsigned InBits = VOp0.getValueSizeInBits(); in isTruncWithZeroHighBitsInput() local
2257 APInt::getHighBitsSet(InBits, InBits - Bits)); in isTruncWithZeroHighBitsInput()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1778 SmallVector<ValueBit, 64> *InBits; in getValueBits() local
1779 std::tie(Interesting, InBits) = getValueBits(V.getOperand(0), in getValueBits()
1787 if ((*InBits)[i].hasValue() && (*InBits)[i].getValueBitIndex() >= 32) { in getValueBits()
1795 Bits[i] = (*InBits)[i]; in getValueBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5554 unsigned InBits = UnpackFromEltSize * 8; in insertUnpackIfPrepared() local
5555 EVT InVT = MVT::getVectorVT(MVT::getIntegerVT(InBits), in insertUnpackIfPrepared()
5556 SystemZ::VectorBits / InBits); in insertUnpackIfPrepared()
5558 unsigned OutBits = InBits * 2; in insertUnpackIfPrepared()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24036 unsigned InBits = VOp0.getValueSizeInBits(); in isTruncWithZeroHighBitsInput() local
24038 return DAG.MaskedValueIsZero(VOp0, APInt::getHighBitsSet(InBits,InBits-Bits)); in isTruncWithZeroHighBitsInput()
32730 unsigned InBits = InVT.getSizeInBits(); in ReplaceNodeResults() local
32744 if ((128 % InBits) == 0 && WidenVT.is128BitVector()) { in ReplaceNodeResults()
32767 if ((InBits == 256 && Subtarget.hasVLX()) || InBits == 512) { in ReplaceNodeResults()