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 20 #include "X86InstrInfo.h"
44 virtual const X86InstrInfo *getInstrInfo() const {
82 X86InstrInfo InstrInfo;
98 virtual const X86InstrInfo *getInstrInfo() const {
111 X86InstrInfo InstrInfo;
127 virtual const X86InstrInfo *getInstrInfo() const {
Android.mk 22 X86InstrInfo.cpp \
X86InstrInfo.cpp 1 //===-- X86InstrInfo.cpp - X86 Instruction Information --------------------===//
14 #include "X86InstrInfo.h"
93 X86InstrInfo::X86InstrInfo(X86TargetMachine &tm)
    [all...]
X86CodeEmitter.cpp 17 #include "X86InstrInfo.h"
44 const X86InstrInfo *II;
59 const X86InstrInfo &ii, const DataLayout &td, bool is64)
195 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
199 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
204 if (X86InstrInfo::isX86_64ExtendedReg(MO))
210 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
217 if (X86InstrInfo::isX86_64ExtendedReg(MO))
231 if (NumOps > e && X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(e)))
237 if (X86InstrInfo::isX86_64ExtendedReg(MO)
    [all...]
X86InstrInfo.h 1 //===-- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*-===//
31 // X86InstrInfo.td. They must be kept in synch.
130 class X86InstrInfo : public X86GenInstrInfo {
156 explicit X86InstrInfo(X86TargetMachine &tm);
X86FrameLowering.cpp 16 #include "X86InstrInfo.h"
632 /// See X86InstrInfo::copyPhysReg.
654 const X86InstrInfo &TII = *TM.getInstrInfo();
    [all...]
X86FastISel.cpp 122 const X86InstrInfo *getInstrInfo() const {
    [all...]
X86ISelDAGToDAG.cpp 289 const X86InstrInfo *getInstrInfo() const {
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 45 milliseconds