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"
40 unsigned char X86Subtarget::ClassifyBlockAddressReference() const {
54 unsigned char X86Subtarget::
150 const char *X86Subtarget::getBZeroEntry() const {
159 bool X86Subtarget::hasSinCos() const {
167 bool X86Subtarget::IsLegalToCallImmediateAddr(const TargetMachine &TM) const {
193 void X86Subtarget::AutoDetectSubtargetFeatures() {
366 void X86Subtarget::resetSubtargetFeatures(const MachineFunction *MF) {
382 void X86Subtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS)
    [all...]
X86Subtarget.h 1 //===-- X86Subtarget.h - Define Subtarget for the X86 ----------*- C++ -*--===//
42 class X86Subtarget : public X86GenSubtargetInfo {
206 X86Subtarget(const std::string &TT, const std::string &CPU,

Completed in 30 milliseconds