OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstSizeInBytes
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp
99
TotalSize += TII->
getInstSizeInBytes
(MI);
121
MBBStartOffset += TII->
getInstSizeInBytes
(*MI);
181
int InstrSizeDiff = -TII->
getInstSizeInBytes
(OldBranch);
199
InstrSizeDiff += TII->
getInstSizeInBytes
(*MI);
205
InstrSizeDiff += TII->
getInstSizeInBytes
(*MI);
MSP430InstrInfo.h
54
unsigned
getInstSizeInBytes
(const MachineInstr &MI) const override;
MSP430InstrInfo.cpp
288
unsigned MSP430InstrInfo::
getInstSizeInBytes
(const MachineInstr &MI) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBasicBlockInfo.cpp
55
BBI.Size += TII->
getInstSizeInBytes
(I);
56
// For inline asm,
getInstSizeInBytes
returns a conservative estimate.
86
Offset += TII->
getInstSizeInBytes
(*I);
ARMConstantIslandPass.cpp
1396
UserOffset + TII->
getInstSizeInBytes
(*UserMI) + 1);
1411
for (unsigned Offset = UserOffset + TII->
getInstSizeInBytes
(*UserMI);
1414
Offset += TII->
getInstSizeInBytes
(*I), I = std::next(I)) {
1416
std::max(BaseInsertOffset, Offset + TII->
getInstSizeInBytes
(*I) + 1);
1428
for (unsigned Offset = UserOffset + TII->
getInstSizeInBytes
(*UserMI);
1430
Offset += TII->
getInstSizeInBytes
(*MI), MI = std::next(MI)) {
1740
int delta = TII->
getInstSizeInBytes
(MBB->back());
1762
BBUtils->adjustBBSize(MBB, TII->
getInstSizeInBytes
(MBB->back()));
1769
BBUtils->adjustBBSize(MBB, TII->
getInstSizeInBytes
(MBB->back()));
1774
BBUtils->adjustBBSize(MI->getParent(), -TII->
getInstSizeInBytes
(*MI))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64CompressJumpTables.cpp
82
Size += TII->
getInstSizeInBytes
(MI);
179
Offset += TII->
getInstSizeInBytes
(MI);
AArch64InstrInfo.h
50
unsigned
getInstSizeInBytes
(const MachineInstr &MI) const override;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCInstrInfo.h
51
unsigned
getInstSizeInBytes
(const MachineInstr &MI) const override;
ARCBranchFinalize.cpp
157
unsigned Size = TII->
getInstSizeInBytes
(MI);
ARCInstrInfo.cpp
403
unsigned ARCInstrInfo::
getInstSizeInBytes
(const MachineInstr &MI) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRInstrInfo.cpp
415
*BytesAdded +=
getInstSizeInBytes
(MI);
424
if (BytesAdded) *BytesAdded +=
getInstSizeInBytes
(CondMI);
430
if (BytesAdded) *BytesAdded +=
getInstSizeInBytes
(MI);
457
if (BytesRemoved) *BytesRemoved +=
getInstSizeInBytes
(*I);
476
unsigned AVRInstrInfo::
getInstSizeInBytes
(const MachineInstr &MI) const {
570
return
getInstSizeInBytes
(MI);
AVRInstrInfo.h
72
unsigned
getInstSizeInBytes
(const MachineInstr &MI) const override;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchRelaxation.cpp
168
Size += TII->
getInstSizeInBytes
(MI);
186
Offset += TII->
getInstSizeInBytes
(*I);
436
unsigned OldBrSize = TII->
getInstSizeInBytes
(MI);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstrInfo.h
114
unsigned
getInstSizeInBytes
(const MachineInstr &MI) const override;
MipsConstantIslandPass.cpp
789
BBI.Size += TII->
getInstSizeInBytes
(MI);
806
Offset += TII->
getInstSizeInBytes
(*I);
1276
for (unsigned Offset = UserOffset + TII->
getInstSizeInBytes
(*UserMI);
1278
Offset += TII->
getInstSizeInBytes
(*MI), MI = std::next(MI)) {
1598
int delta = TII->
getInstSizeInBytes
(MBB->back());
1620
BBInfo[MBB->getNumber()].Size += TII->
getInstSizeInBytes
(MBB->back());
1622
BBInfo[MBB->getNumber()].Size += TII->
getInstSizeInBytes
(MBB->back());
1627
BBInfo[MI->getParent()->getNumber()].Size -= TII->
getInstSizeInBytes
(*MI);
MipsDelaySlotFiller.cpp
644
if (InMicroMipsMode && TII->
getInstSizeInBytes
(*std::next(DSI)) == 2 &&
753
if (InMicroMipsMode && TII->
getInstSizeInBytes
(*CurrI) == 2 &&
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.h
120
unsigned
getInstSizeInBytes
(const MCInst &MI) const;
PPCMCCodeEmitter.cpp
460
unsigned Size =
getInstSizeInBytes
(MI);
482
unsigned PPCMCCodeEmitter::
getInstSizeInBytes
(const MCInst &MI) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.h
59
unsigned
getInstSizeInBytes
(const MachineInstr &MI) const override;
RISCVInstrInfo.cpp
581
*BytesRemoved +=
getInstSizeInBytes
(*I);
594
*BytesRemoved +=
getInstSizeInBytes
(*I);
616
*BytesAdded +=
getInstSizeInBytes
(MI);
625
*BytesAdded +=
getInstSizeInBytes
(CondMI);
634
*BytesAdded +=
getInstSizeInBytes
(MI);
713
unsigned RISCVInstrInfo::
getInstSizeInBytes
(const MachineInstr &MI) const {
1028
SequenceSize +=
getInstSizeInBytes
(*I);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp
142
unsigned MINumBytes = TII->
getInstSizeInBytes
(MI);
346
MBBStartOffset += TII->
getInstSizeInBytes
(*I);
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp
215
Terminator.Size = TII->
getInstSizeInBytes
(MI);
290
Block.Size += TII->
getInstSizeInBytes
(*MI);
SystemZInstrInfo.h
294
unsigned
getInstSizeInBytes
(const MachineInstr &MI) const override;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp
303
// Sanity-check
getInstSizeInBytes
on explicitly specified CPUs (it cannot
321
assert(CodeBytes.size() == STI.getInstrInfo()->
getInstSizeInBytes
(*MI));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h
360
virtual unsigned
getInstSizeInBytes
(const MachineInstr &MI) const {
824
return
getInstSizeInBytes
(MI);
Completed in 56 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026