OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumBits
(Results
1 - 14
of
14
) sorted by null
/external/llvm/lib/TableGen/
Record.cpp
106
return BitsTy->
getNumBits
() == 1;
223
SmallVector<Init *, 16> NewBits(BRT->
getNumBits
());
225
for (unsigned i = 0; i != BRT->
getNumBits
(); ++i)
251
if (BRT->
getNumBits
() == 1)
289
if (
getNumBits
() != 1) return nullptr; // Only accept if just one bit!
296
if (
getNumBits
() != BRT->
getNumBits
()) return nullptr;
302
for (unsigned i = 0, e =
getNumBits
(); i != e; ++i)
318
if (Bits[i] >=
getNumBits
())
327
for (unsigned i = 0, e =
getNumBits
(); i != e; ++i)
[
all
...]
TGParser.cpp
115
SmallVector<Init *, 16> NewBits(CurVal->
getNumBits
());
126
for (unsigned i = 0, e = CurVal->
getNumBits
(); i != e; ++i)
137
Twine(BI->
getNumBits
())).str();
1031
MHSTy = BitsRecTy::get(MHSbits->
getNumBits
());
[
all
...]
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
70
int bit = BI->
getNumBits
()-1;
258
for (unsigned i = 0, e = BI->
getNumBits
(); i != e; ++i) {
FixedLenDecoderEmitter.cpp
152
for (unsigned index = bits.
getNumBits
(); index > 0; --index) {
[
all
...]
CodeGenTarget.cpp
359
unsigned numBits = BI->
getNumBits
();
InstrInfoEmitter.cpp
518
for (unsigned i = 0, e = TSF->
getNumBits
(); i != e; ++i) {
RegisterInfoEmitter.cpp
[
all
...]
X86RecognizableInstr.cpp
161
int width = init.
getNumBits
();
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
SVals.cpp
276
os << C.getLoc() << " [as " << C.
getNumBits
() << " bit integer]";
SimpleSValBuilder.cpp
78
if (castSize == LI->
getNumBits
())
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
111
unsigned
getNumBits
() const { return Size; }
473
unsigned
getNumBits
() const { return Bits.size(); }
480
for (unsigned i = 0; i !=
getNumBits
(); ++i)
485
for (unsigned i = 0; i !=
getNumBits
(); ++i)
887
cast<BitsRecTy>(T->getType())->
getNumBits
() > B)) &&
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
391
unsigned
getNumBits
() const {
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp
[
all
...]
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
[
all
...]
Completed in 445 milliseconds