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"
39 AArch64Subtarget &
40 AArch64Subtarget::initializeSubtargetDependencies(StringRef FS) {
50 AArch64Subtarget::AArch64Subtarget(const Triple &TT, const std::string &CPU,
65 AArch64Subtarget::ClassifyGlobalReference(const GlobalValue *GV,
108 const char *AArch64Subtarget::getBZeroEntry() const {
116 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy,
130 bool AArch64Subtarget::enableEarlyIfConversion() const
    [all...]
AArch64Subtarget.h 1 //===--- AArch64Subtarget.h - Define Subtarget for the AArch64 -*- C++ -*--===//
34 class AArch64Subtarget : public AArch64GenSubtargetInfo {
80 AArch64Subtarget &initializeSubtargetDependencies(StringRef FS);
85 AArch64Subtarget(const Triple &TT, const std::string &CPU,

Completed in 40 milliseconds