Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeEmitterGen.cpp50 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) { in getVariableBit() local
51 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar())) in getVariableBit()
53 return VBI->getBitNum(); in getVariableBit()
/NextBSD/sys/dev/bktr/
HDCHANGELOG.TXT298 Added initial code for VBI capture based on work by
327 Added rgb_vbi_prog() to capture VBI data and video at the
328 same time. To capture VBI data, /dev/vbi must be opened
362 Change number of VBI lines from 16 to 12 for NTSC formats.
373 Update VBI support for the AleVT Teletext package. Parts
387 Added select() code (for VBI) for the 2.2.x driver
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp3732 VirtualBaseInfo *VBI; in computeVBTableRelatedInformation() local
3740 Entry = VBI = new VirtualBaseInfo(); in computeVBTableRelatedInformation()
3743 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()
3752 VBI->VBTableIndices.insert(BaseInfo->VBTableIndices.begin(), in computeVBTableRelatedInformation()
3758 unsigned VBTableIndex = 1 + VBI->VBTableIndices.size(); in computeVBTableRelatedInformation()
3761 if (!VBI->VBTableIndices.count(CurVBase)) in computeVBTableRelatedInformation()
3762 VBI->VBTableIndices[CurVBase] = VBTableIndex++; in computeVBTableRelatedInformation()
3765 return VBI; in computeVBTableRelatedInformation()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp969 unsigned VBI = Bits[i].getValueBitIndex(); in computeRotationAmounts() local
970 if (i >= VBI) in computeRotationAmounts()
971 RLAmt[i] = i - VBI; in computeRotationAmounts()
973 RLAmt[i] = Bits.size() - (VBI - i); in computeRotationAmounts()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1500 auto VBI = Layout.getVBaseOffsetsMap().find(BaseRD); in emitVTableBitSetEntries() local
1501 if (VBI == Layout.getVBaseOffsetsMap().end()) in emitVTableBitSetEntries()
1504 Offset = VBI->second.VBaseOffset; in emitVTableBitSetEntries()