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

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2191 bool InBits = true; local
2194 InBits = false;
2199 << (InBits ? 1 : 0); // (byte|bit)
2288 bool InBits = true; local
2291 InBits = false;
2298 << (InBits ? 1 : 0) // (byte|bit)
2305 << (InBits ? 1 : 0); // (byte|bit)
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2048 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); local
2049 const MCExpr *MaskExpr = MCConstantExpr::create(~0ULL >> (64-InBits), Ctx);
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2052 unsigned InBits = VOp0.getValueSizeInBits(); local
2055 APInt::getHighBitsSet(InBits, InBits - Bits));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2240 unsigned InBits = SrcVT.getScalarSizeInBits(); local
2245 if (DemandedBits.getActiveBits() <= InBits) {
2258 APInt InDemandedBits = DemandedBits.trunc(InBits);
2264 assert(Known.getBitWidth() == InBits && "Src width has changed?");
2280 unsigned InBits = SrcVT.getScalarSizeInBits(); local
2285 if (DemandedBits.getActiveBits() <= InBits) {
2298 APInt InDemandedBits = DemandedBits.trunc(InBits);
2303 InDemandedBits.setBit(InBits - 1);
2309 assert(Known.getBitWidth() == InBits && "Src width has changed?");
2335 unsigned InBits local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1623 SmallVector<ValueBit, 64> *InBits;
1624 std::tie(Interesting, InBits) = getValueBits(V.getOperand(0),
1632 if ((*InBits)[i].hasValue() && (*InBits)[i].getValueBitIndex() >= 32) {
1640 Bits[i] = (*InBits)[i];
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5152 unsigned InBits = UnpackFromEltSize * 8;
5153 EVT InVT = MVT::getVectorVT(MVT::getIntegerVT(InBits),
5154 SystemZ::VectorBits / InBits);
5156 unsigned OutBits = InBits * 2;
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 230 milliseconds