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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp57 return !AArch64InstrInfo::hasShiftedReg(*FirstMI);
107 return !AArch64InstrInfo::hasShiftedReg(*FirstMI);
241 return !AArch64InstrInfo::hasShiftedReg(*FirstMI);
243 return !AArch64InstrInfo::hasExtendedReg(*FirstMI);
259 return !AArch64InstrInfo::hasShiftedReg(*FirstMI);
262 return !AArch64InstrInfo::hasExtendedReg(*FirstMI);
275 if (AArch64InstrInfo::hasShiftedReg(SecondMI))
336 return !AArch64InstrInfo::hasShiftedReg(*FirstMI);
364 return !AArch64InstrInfo::hasShiftedReg(*FirstMI);
H A DAArch64BranchTargets.cpp109 const AArch64InstrInfo *TII = static_cast<const AArch64InstrInfo *>(
H A DAArch64StorePairSuppress.cpp13 #include "AArch64InstrInfo.h"
31 const AArch64InstrInfo *TII;
126 TII = static_cast<const AArch64InstrInfo *>(ST.getInstrInfo());
H A DAArch64StackTaggingPreRA.cpp13 #include "AArch64InstrInfo.h"
61 const AArch64InstrInfo *TII;
204 TII = static_cast<const AArch64InstrInfo *>(MF->getSubtarget().getInstrInfo());
H A DAArch64InstrInfo.cpp1 //===- AArch64InstrInfo.cpp - AArch64 Instruction Information -------------===//
13 #include "AArch64InstrInfo.h"
69 AArch64InstrInfo::AArch64InstrInfo(const AArch64Subtarget &STI) function in class:AArch64InstrInfo
76 unsigned AArch64InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
138 unsigned AArch64InstrInfo::getInstBundleLength(const MachineInstr &MI) const {
201 bool AArch64InstrInfo::isBranchOffsetInRange(unsigned BranchOp,
210 AArch64InstrInfo::getBranchDestBlock(const MachineInstr &MI) const {
231 bool AArch64InstrInfo::analyzeBranch(MachineBasicBlock &MBB,
324 bool AArch64InstrInfo
[all...]
H A DAArch64InstrInfo.h1 //===- AArch64InstrInfo.h - AArch64 Instruction Information -----*- C++ -*-===//
39 class AArch64InstrInfo final : public AArch64GenInstrInfo {
44 explicit AArch64InstrInfo(const AArch64Subtarget &STI);
341 const AArch64InstrInfo *TII);
H A DAArch64RegisterInfo.cpp16 #include "AArch64InstrInfo.h"
535 const AArch64InstrInfo *TII =
560 const AArch64InstrInfo *TII =
572 const AArch64InstrInfo *TII) {
597 const AArch64InstrInfo *TII =
H A DAArch64CondBrTuning.cpp48 const AArch64InstrInfo *TII;
291 TII = static_cast<const AArch64InstrInfo *>(MF.getSubtarget().getInstrInfo());
H A DAArch64Subtarget.h18 #include "AArch64InstrInfo.h"
244 AArch64InstrInfo InstrInfo;
281 const AArch64InstrInfo *getInstrInfo() const override { return &InstrInfo; }
H A DAArch64LoadStoreOptimizer.cpp14 #include "AArch64InstrInfo.h"
116 const AArch64InstrInfo *TII;
549 Scale = (IsTagStore || IsPaired) ? AArch64InstrInfo::getMemScale(MI) : 1;
579 const AArch64InstrInfo *TII) {
1219 const AArch64InstrInfo *TII) {
2119 TII = static_cast<const AArch64InstrInfo *>(Subtarget->getInstrInfo());
H A DAArch64FalkorHWPFFix.cpp16 #include "AArch64InstrInfo.h"
206 const AArch64InstrInfo *TII;
823 TII = static_cast<const AArch64InstrInfo *>(ST.getInstrInfo());
H A DAArch64FrameLowering.cpp116 #include "AArch64InstrInfo.h"
337 const AArch64InstrInfo *TII =
338 static_cast<const AArch64InstrInfo *>(MF.getSubtarget().getInstrInfo());
883 if (AArch64InstrInfo::isSEHInstruction(*SEH))
923 if (AArch64InstrInfo::isSEHInstruction(MI))
972 assert(AArch64InstrInfo::isSEHInstruction(*MBBI) &&
1634 while (AArch64InstrInfo::isSEHInstruction(*Pop))
2887 const AArch64InstrInfo *TII =
2929 const AArch64InstrInfo *TII =
H A DAArch64SIMDInstrOpt.cpp35 #include "AArch64InstrInfo.h"
699 const AArch64InstrInfo *AAII =
700 static_cast<const AArch64InstrInfo *>(ST.getInstrInfo());
H A DAArch64ExpandPseudoInsts.cpp17 #include "AArch64InstrInfo.h"
52 const AArch64InstrInfo *TII;
1037 TII = static_cast<const AArch64InstrInfo *>(MF.getSubtarget().getInstrInfo());
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1020 SRCS_MIN+= Target/AArch64/AArch64InstrInfo.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp14 #include "AArch64InstrInfo.h"
198 // Equivalent to the i32shift_a and friends from AArch64InstrInfo.td.
337 const AArch64InstrInfo &TII;

Completed in 509 milliseconds