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"
39 unsigned char X86Subtarget::
54 unsigned char X86Subtarget::
150 const char *X86Subtarget::getBZeroEntry() const {
161 bool X86Subtarget::IsLegalToCallImmediateAddr(const TargetMachine &TM) const {
171 unsigned X86Subtarget::getSpecialAddressLatency() const {
178 void X86Subtarget::AutoDetectSubtargetFeatures() {
294 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 {
145 X86Subtarget(const std::string &TT, const std::string &CPU,

Completed in 22 milliseconds