OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSizeInBits
(Results
26 - 50
of
64
) sorted by null
1
2
3
/external/llvm/include/llvm/Target/
TargetLowering.h
642
unsigned BitWidth = VT.
getSizeInBits
();
643
unsigned RegWidth = getRegisterType(Context, VT).
getSizeInBits
();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
143
unsigned Size = NVT.
getSizeInBits
();
186
unsigned LSize = LVT.
getSizeInBits
();
187
unsigned RSize = RVT.
getSizeInBits
();
196
int SizeDiff = RVT.
getSizeInBits
() - LVT.
getSizeInBits
();
[
all
...]
FastISel.cpp
210
uint32_t IntBitWidth = IntVT.
getSizeInBits
();
[
all
...]
SelectionDAGBuilder.cpp
116
unsigned PartBits = PartVT.
getSizeInBits
();
117
unsigned ValueBits = ValueVT.
getSizeInBits
();
158
DAG.getConstant(Lo.getValueType().
getSizeInBits
(),
177
EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.
getSizeInBits
());
210
if (PartEVT.
getSizeInBits
() == ValueVT.
getSizeInBits
())
288
if (ValueVT.
getSizeInBits
() == PartEVT.
getSizeInBits
())
302
if (PartEVT.
getSizeInBits
() == ValueVT.
getSizeInBits
() &
[
all
...]
FunctionLoweringInfo.cpp
284
unsigned BitWidth = IntVT.
getSizeInBits
();
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
596
*SizeInBits = Ty.
getSizeInBits
();
848
uint64_t Size = BTy.
getSizeInBits
() >> 3;
856
uint64_t Size = DTy.
getSizeInBits
() >> 3;
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
810
unsigned NewVTSize = NewVT.
getSizeInBits
();
819
return NumVectorRegs*(NewVTSize/DestVT.
getSizeInBits
());
[
all
...]
Analysis.cpp
247
TLI.getPointerTy().
getSizeInBits
() ==
255
TLI.getPointerTy().
getSizeInBits
() ==
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
441
O << ".param .b" << TLI->getPointerTy().
getSizeInBits
()
456
unsigned sz = elemtype.
getSizeInBits
();
483
unsigned sz = elemtype.
getSizeInBits
();
[
all
...]
NVPTXISelDAGToDAG.cpp
237
unsigned fromTypeWidth = std::max(8U, ScalarVT.
getSizeInBits
());
463
unsigned FromTypeWidth = std::max(8U, ScalarVT.
getSizeInBits
());
[
all
...]
/external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
352
if (LT.second.
getSizeInBits
() > 128)
598
if (LT.second.
getSizeInBits
() > 128 && !ST->hasAVX2())
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
724
DAG.getIntPtrConstant(VT.
getSizeInBits
() / 8));
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp
427
unsigned baseBits = BVT.getScalarType().
getSizeInBits
();
428
unsigned srcBits = DVT.isSimple() ? DVT.getScalarType().
getSizeInBits
() : 1;
507
unsigned bitsize = OVT.getScalarType().
getSizeInBits
();
SIISelLowering.cpp
351
unsigned TypeDwordWidth = VT.
getSizeInBits
() / 32;
/external/llvm/lib/Target/R600/
AMDILISelLowering.cpp
332
unsigned baseBits = BVT.getScalarType().
getSizeInBits
();
333
unsigned srcBits = DVT.isSimple() ? DVT.getScalarType().
getSizeInBits
() : 1;
409
unsigned bitsize = OVT.getScalarType().
getSizeInBits
();
/external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp
427
unsigned baseBits = BVT.getScalarType().
getSizeInBits
();
428
unsigned srcBits = DVT.isSimple() ? DVT.getScalarType().
getSizeInBits
() : 1;
507
unsigned bitsize = OVT.getScalarType().
getSizeInBits
();
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
82
assert((LocVT == MVT::f32 || LocVT.
getSizeInBits
() == 64) &&
121
assert(LocVT.
getSizeInBits
() == 32 && "Can't handle non-32 bits locations");
461
unsigned Offset = 4-std::max(1U, VA.getValVT().
getSizeInBits
()/8);
593
unsigned ValSize = VA.getValVT().
getSizeInBits
() / 8;
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp
341
C &= ((uint64_t)-1) >> (64 - VT.
getSizeInBits
());
396
unsigned EltSize = Ty.getVectorElementType().
getSizeInBits
();
/external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
113
: Opcode(Op), BitSize(N.getValueType().
getSizeInBits
()),
610
uint64_t Used = allOnes(Op.getValueType().
getSizeInBits
());
[
all
...]
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
392
if (Type.
getSizeInBits
() >= OtherType.
getSizeInBits
())
393
if (Type.getVectorElementType().
getSizeInBits
()
394
>= OtherType.getVectorElementType().
getSizeInBits
()) {
404
if (Type.
getSizeInBits
() >= OtherType.
getSizeInBits
()) {
[
all
...]
IntrinsicEmitter.cpp
270
unsigned BitWidth = EVT(VT).
getSizeInBits
();
/external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp
383
unsigned ObjSize = VA.getLocVT().
getSizeInBits
()/8;
[
all
...]
/external/llvm/include/llvm/
DebugInfo.h
214
uint64_t
getSizeInBits
() const { return getUInt64Field(5); }
Completed in 1542 milliseconds
1
2
3