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"
46 virtual const X86InstrInfo *getInstrInfo() const {
84 X86InstrInfo InstrInfo;
100 virtual const X86InstrInfo *getInstrInfo() const {
113 X86InstrInfo InstrInfo;
129 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.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);
X86InstrInfo.cpp 1 //===-- X86InstrInfo.cpp - X86 Instruction Information --------------------===//
14 #include "X86InstrInfo.h"
91 X86InstrInfo::X86InstrInfo(X86TargetMachine &tm)
    [all...]
X86FrameLowering.cpp 16 #include "X86InstrInfo.h"
638 const X86InstrInfo &TII = *TM.getInstrInfo();
    [all...]
X86FastISel.cpp 118 const X86InstrInfo *getInstrInfo() const {
    [all...]
X86ISelDAGToDAG.cpp 288 const X86InstrInfo *getInstrInfo() {
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 4372 milliseconds