Searched refs:AArch64InstrInfo (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp14 #include "AArch64InstrInfo.h"
30 const AArch64InstrInfo *TII;
119 TII = static_cast<const AArch64InstrInfo *>(ST.getInstrInfo());
H A DAArch64Subtarget.h19 #include "AArch64InstrInfo.h"
73 AArch64InstrInfo InstrInfo;
98 const AArch64InstrInfo *getInstrInfo() const override { return &InstrInfo; }
H A DAndroid.mk32 AArch64InstrInfo.cpp \
H A DAArch64InstrInfo.h1 //===- AArch64InstrInfo.h - AArch64 Instruction Information -----*- C++ -*-===//
30 class AArch64InstrInfo : public AArch64GenInstrInfo { class in namespace:llvm
41 explicit AArch64InstrInfo(const AArch64Subtarget &STI);
213 const AArch64InstrInfo *TII);
H A DAArch64InstrInfo.cpp1 //===- AArch64InstrInfo.cpp - AArch64 Instruction Information -------------===//
14 #include "AArch64InstrInfo.h"
31 AArch64InstrInfo::AArch64InstrInfo(const AArch64Subtarget &STI) function in class:AArch64InstrInfo
37 unsigned AArch64InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
92 bool AArch64InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
179 bool AArch64InstrInfo::ReverseBranchCondition(
220 unsigned AArch64InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
245 void AArch64InstrInfo::instantiateCondBranch(
262 unsigned AArch64InstrInfo
[all...]
H A DAArch64RegisterInfo.cpp17 #include "AArch64InstrInfo.h"
325 const AArch64InstrInfo *TII =
348 const AArch64InstrInfo *TII =
363 const AArch64InstrInfo *TII =
H A DAArch64ExpandPseudoInsts.cpp18 #include "AArch64InstrInfo.h"
39 const AArch64InstrInfo *TII;
102 const AArch64InstrInfo *TII, unsigned ChunkIdx) {
153 const AArch64InstrInfo *TII) {
287 const AArch64InstrInfo *TII) {
740 TII = static_cast<const AArch64InstrInfo *>(MF.getSubtarget().getInstrInfo());
H A DAArch64BranchRelaxation.cpp13 #include "AArch64InstrInfo.h"
87 const AArch64InstrInfo *TII;
488 TII = (const AArch64InstrInfo *)MF->getSubtarget().getInstrInfo();
H A DAArch64LoadStoreOptimizer.cpp15 #include "AArch64InstrInfo.h"
86 const AArch64InstrInfo *TII;
844 const AArch64InstrInfo *TII) {
858 const AArch64InstrInfo *TII) {
1539 TII = static_cast<const AArch64InstrInfo *>(Subtarget->getInstrInfo());
H A DAArch64FrameLowering.cpp91 #include "AArch64InstrInfo.h"
161 const AArch64InstrInfo *TII =
162 static_cast<const AArch64InstrInfo *>(MF.getSubtarget().getInstrInfo());

Completed in 94 milliseconds