OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstSizeInBytes
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
84
unsigned
getInstSizeInBytes
(const MachineInstr &MI) const;
AArch64BranchFixupPass.cpp
329
BBI.Size += TII->
getInstSizeInBytes
(*I);
330
// For inline asm,
GetInstSizeInBytes
returns a conservative estimate.
351
Offset += TII->
getInstSizeInBytes
(*I);
556
int delta = TII->
getInstSizeInBytes
(MBB->back());
592
BBInfo[MBB->getNumber()].Size += TII->
getInstSizeInBytes
(MBB->back());
AArch64InstrInfo.cpp
550
unsigned AArch64InstrInfo::
getInstSizeInBytes
(const MachineInstr &MI) const {
587
Size +=
getInstSizeInBytes
(*I);
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h
187
uint64_t
getInstSizeInBytes
(const MachineInstr *MI) const;
SystemZLongBranch.cpp
211
Terminator.Size = TII->
getInstSizeInBytes
(MI);
275
Block.Size += TII->
getInstSizeInBytes
(MI);
SystemZInstrInfo.cpp
663
uint64_t SystemZInstrInfo::
getInstSizeInBytes
(const MachineInstr *MI) const {
Completed in 37 milliseconds