HomeSort by relevance Sort by last modified time
    Searched refs:X86InstrInfo (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/X86/
X86TargetMachine.h 19 #include "X86InstrInfo.h"
45 virtual const X86InstrInfo *getInstrInfo() const {
81 X86InstrInfo InstrInfo;
96 virtual const X86InstrInfo *getInstrInfo() const {
108 X86InstrInfo InstrInfo;
123 virtual const X86InstrInfo *getInstrInfo() const {
Android.mk 23 X86InstrInfo.cpp \
X86CodeEmitter.cpp 16 #include "X86InstrInfo.h"
45 const X86InstrInfo *II;
60 const X86InstrInfo &ii, const TargetData &td, bool is64)
177 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
181 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
186 if (X86InstrInfo::isX86_64ExtendedReg(MO))
192 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
199 if (X86InstrInfo::isX86_64ExtendedReg(MO))
213 if (NumOps > e && X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(e)))
219 if (X86InstrInfo::isX86_64ExtendedReg(MO)
    [all...]
X86InstrInfo.cpp 1 //===- X86InstrInfo.cpp - X86 Instruction Information -----------*- C++ -*-===//
14 #include "X86InstrInfo.h"
86 X86InstrInfo::X86InstrInfo(X86TargetMachine &tm)
    [all...]
X86InstrInfo.h 1 //===- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*- ===//
31 // X86InstrInfo.td. They must be kept in synch.
127 class X86InstrInfo : public X86GenInstrInfo {
152 explicit X86InstrInfo(X86TargetMachine &tm);
X86FrameLowering.cpp 16 #include "X86InstrInfo.h"
601 const X86InstrInfo &TII = *TM.getInstrInfo();
    [all...]
X86FastISel.cpp 118 const X86InstrInfo *getInstrInfo() const {
    [all...]
X86ISelDAGToDAG.cpp 289 const X86InstrInfo *getInstrInfo() {
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 205 milliseconds