OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSizeInBits
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/TableGen/
TGValueTypes.cpp
25
virtual unsigned
getSizeInBits
() const = 0;
36
unsigned
getSizeInBits
() const {
50
unsigned
getSizeInBits
() const {
51
return getNumElements() * getElementType().
getSizeInBits
();
84
return isExtendedVector() &&
getSizeInBits
() == 64;
89
return isExtendedVector() &&
getSizeInBits
() == 128;
104
return LLVMTy->
getSizeInBits
();
/external/llvm/include/llvm/Target/
TargetData.h
313
uint64_t
getSizeInBits
() const {
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
242
unsigned
getSizeInBits
() const {
251
assert(0 && "
getSizeInBits
called on extended MVT.");
291
return (
getSizeInBits
() + 7) / 8;
505
return (
getSizeInBits
() & 7) == 0;
510
unsigned BitSize =
getSizeInBits
();
517
return
getSizeInBits
() == VT.
getSizeInBits
();
523
return
getSizeInBits
() > VT.
getSizeInBits
();
529
return
getSizeInBits
() >= VT.getSizeInBits()
[
all
...]
/external/clang/lib/AST/
RecordLayoutBuilder.cpp
711
uint64_t
getSizeInBits
() const { return Size; }
[
all
...]
/external/llvm/include/llvm/Analysis/
DebugInfo.h
247
uint64_t
getSizeInBits
() const { return getUInt64Field(5); }
Completed in 110 milliseconds