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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 1 //===-- AArch64Subtarget.cpp - AArch64 Subtarget Information ----*- C++ -*-===//
16 #include "AArch64Subtarget.h"
34 AArch64Subtarget &
35 AArch64Subtarget::initializeSubtargetDependencies(StringRef FS) {
45 AArch64Subtarget::AArch64Subtarget(const std::string &TT,
60 AArch64Subtarget::ClassifyGlobalReference(const GlobalValue *GV,
105 const char *AArch64Subtarget::getBZeroEntry() const {
113 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy,
122 bool AArch64Subtarget::enableEarlyIfConversion() const
    [all...]
AArch64Subtarget.h 1 //===--- AArch64Subtarget.h - Define Subtarget for the AArch64 -*- C++ -*--===//
33 class AArch64Subtarget : public AArch64GenSubtargetInfo {
69 AArch64Subtarget &initializeSubtargetDependencies(StringRef FS);
74 AArch64Subtarget(const std::string &TT, const std::string &CPU,

Completed in 49 milliseconds