OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSizeInBits
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineMemOperand.h
224
uint64_t
getSizeInBits
() const { return Size * 8; }
ValueTypes.h
210
bool isByteSized() const { return
getSizeInBits
().isKnownMultipleOf(8); }
216
unsigned BitSize =
getSizeInBits
();
223
return
getSizeInBits
() == VT.
getSizeInBits
();
228
return TypeSize::isKnownGT(
getSizeInBits
(), VT.
getSizeInBits
());
234
return TypeSize::isKnownGE(
getSizeInBits
(), VT.
getSizeInBits
());
239
return TypeSize::isKnownLT(
getSizeInBits
(), VT.
getSizeInBits
());
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LowLevelTypeImpl.h
70
ScalarTy.
getSizeInBits
(),
109
unsigned
getSizeInBits
() const {
118
return (
getSizeInBits
() + 7) / 8;
157
assert(
getSizeInBits
() % Factor == 0);
158
return scalar(
getSizeInBits
() / Factor);
161
bool isByteSized() const { return (
getSizeInBits
() & 7) == 0; }
MachineValueType.h
445
MVT IntTy = MVT::getIntegerVT(EltTy.
getSizeInBits
());
467
return MVT::getIntegerVT(
getSizeInBits
());
823
TypeSize
getSizeInBits
() const {
826
llvm_unreachable("
getSizeInBits
called on extended MVT.");
1011
return
getSizeInBits
().getFixedSize();
1015
return getScalarType().
getSizeInBits
().getFixedSize();
1025
TypeSize BaseSize =
getSizeInBits
();
1041
bool isByteSized() const { return
getSizeInBits
().isKnownMultipleOf(8); }
1045
return TypeSize::isKnownGT(
getSizeInBits
(), VT.
getSizeInBits
());
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp
216
unsigned Size =
getSizeInBits
(Reg, MRI, TRI);
222
unsigned ResultSize =
getSizeInBits
(MI.getOperand(0).getReg(),
243
cannotCopy(*CurRegBank, *AltRegBank,
getSizeInBits
(Reg, MRI, TRI)))
482
assert(OrigTy.
getSizeInBits
() <= NewTy.
getSizeInBits
() &&
493
unsigned RegisterBankInfo::
getSizeInBits
(Register Reg,
624
assert(MOMapping.verify(RBI->
getSizeInBits
(
/src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp
226
unsigned APFloatBase::
getSizeInBits
(const fltSemantics &Sem) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h
613
uint64_t
getSizeInBits
() const { return 8 * StructSize; }
670
getStructLayout(cast<StructType>(Ty))->
getSizeInBits
());
DebugInfoMetadata.h
701
uint64_t
getSizeInBits
() const { return SizeInBits; }
799
return getTemporary(getContext(), getTag(), getName(),
getSizeInBits
(),
869
getSizeInBits
(), getAlignInBits(), getEncoding());
955
getScope(), getBaseType(),
getSizeInBits
(),
1104
getScope(), getBaseType(),
getSizeInBits
(),
2506
Optional<uint64_t>
getSizeInBits
() const;
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h
86
unsigned
getSizeInBits
() const { return RegSizeInBits; }
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp
1018
Optional<uint64_t> DIVariable::
getSizeInBits
() const {
1024
if (uint64_t Size = T->
getSizeInBits
())
/src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp
206
unsigned
getSizeInBits
() const { return Bitwidth; }
1085
if (BaseType.
getSizeInBits
() == 128 && !BaseType.noManglingQ()) {
1966
DefaultSrcT.
getSizeInBits
() != DefaultT.
getSizeInBits
())
SveEmitter.cpp
113
unsigned
getSizeInBits
() const {
/src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp
810
uint64_t
getSizeInBits
() const { return Size; }
1390
llvm::alignTo(
getSizeInBits
(), Context.getTargetInfo().getCharAlign()));
1525
setSize(std::max(
getSizeInBits
(), getDataSizeInBits()));
1829
setSize(std::max(
getSizeInBits
(), getDataSizeInBits()));
2072
setSize(std::max(
getSizeInBits
(), getDataSizeInBits()));
2074
setSize(std::max(
getSizeInBits
(),
2085
if (Context.getLangOpts().CPlusPlus &&
getSizeInBits
() == 0) {
2099
setSize(std::max(
getSizeInBits
(), (uint64_t)Context.toBits(PaddedFieldSize)));
2103
uint64_t UnpaddedSize =
getSizeInBits
() - UnfilledBitsInLastUnit;
2105
llvm::alignTo(
getSizeInBits
(), Context.toBits(UnpackedAlignment))
[
all
...]
Completed in 141 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026