Searched defs:X86Subtarget (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp1 //===-- 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
501 X86Subtarget::X86Subtarget(const std::string &TT, const std::string &CPU, function in class:X86Subtarget
[all...]
H A DX86Subtarget.h1 //===-- X86Subtarget.h - Define Subtarget for the X86 ----------*- C++ -*--===//
42 class X86Subtarget : public X86GenSubtargetInfo { class in namespace:llvm
206 X86Subtarget(const std::string &TT, const std::string &CPU,

Completed in 109 milliseconds