HomeSort by relevance Sort by last modified time
    Searched defs:AArch64InstrInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 1 //===- AArch64InstrInfo.h - AArch64 Instruction Information -----*- C++ -*-===//
29 class AArch64InstrInfo : public AArch64GenInstrInfo {
40 explicit AArch64InstrInfo(const AArch64Subtarget &STI);
180 const AArch64InstrInfo *TII);
AArch64InstrInfo.cpp 1 //===- AArch64InstrInfo.cpp - AArch64 Instruction Information -------------===//
14 #include "AArch64InstrInfo.h"
31 AArch64InstrInfo::AArch64InstrInfo(const AArch64Subtarget &STI)
37 unsigned AArch64InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
92 bool AArch64InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
184 bool AArch64InstrInfo::ReverseBranchCondition(
225 unsigned AArch64InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
255 void AArch64InstrInfo::instantiateCondBranch(
271 unsigned AArch64InstrInfo::InsertBranch
    [all...]

Completed in 98 milliseconds