Searched refs:getBitNum (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp91 obj["index"] = VarBit->getBitNum();
H A DRecord.cpp442 NewBit = CachedBitVarResolved->getBit(CurBitVar->getBitNum());
1555 return I->getBit(getBitNum());
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp71 return VBI->getBitNum();
H A DFixedLenDecoderEmitter.cpp2081 Offset = BI ? BI->getBitNum() : 0;
2082 } else if (BI && BI->getBitNum() != Offset + Width) {
2086 Offset = BI->getBitNum();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1129 unsigned getBitNum() const { return Bit; } function in class:llvm::final

Completed in 92 milliseconds