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

  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 1 //===-- X86Subtarget.cpp - X86 Subtarget Information ----------------------===//
15 #include "X86Subtarget.h"
38 unsigned char X86Subtarget::
53 unsigned char X86Subtarget::
149 const char *X86Subtarget::getBZeroEntry() const {
160 bool X86Subtarget::IsLegalToCallImmediateAddr(const TargetMachine &TM) const {
170 unsigned X86Subtarget::getSpecialAddressLatency() const {
177 void X86Subtarget::AutoDetectSubtargetFeatures() {
320 X86Subtarget::X86Subtarget(const std::string &TT, const std::string &CPU
    [all...]
X86Subtarget.h 1 //===-- X86Subtarget.h - Define Subtarget for the X86 ----------*- C++ -*--===//
42 class X86Subtarget : public X86GenSubtargetInfo {
169 X86Subtarget(const std::string &TT, const std::string &CPU,

Completed in 672 milliseconds