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

  /external/llvm/lib/Target/X86/
X86TargetMachine.h 16 #include "X86InstrInfo.h"
38 const X86InstrInfo *getInstrInfo() const override {
Android.mk 23 X86InstrInfo.cpp \
X86Subtarget.h 19 #include "X86InstrInfo.h"
232 // Ordering here is important. X86InstrInfo initializes X86RegisterInfo which
234 X86InstrInfo InstrInfo;
248 const X86InstrInfo *getInstrInfo() const { return &InstrInfo; }
X86FixupLEAs.cpp 17 #include "X86InstrInfo.h"
93 const X86InstrInfo *TII; // Machine instruction info.
159 TII = static_cast<const X86InstrInfo *>(TM->getInstrInfo());
X86InstrInfo.h 1 //===-- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*-===//
31 // X86InstrInfo.td. They must be kept in synch.
141 class X86InstrInfo final : public X86GenInstrInfo {
169 explicit X86InstrInfo(X86Subtarget &STI);
X86InstrInfo.cpp 1 //===-- X86InstrInfo.cpp - X86 Instruction Information --------------------===//
14 #include "X86InstrInfo.h"
99 void X86InstrInfo::anchor() {}
101 X86InstrInfo::X86InstrInfo(X86Subtarget &STI)
    [all...]
X86CodeEmitter.cpp 16 #include "X86InstrInfo.h"
45 const X86InstrInfo *II;
191 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
196 if (X86InstrInfo::isX86_64ExtendedReg(MO))
202 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
209 if (X86InstrInfo::isX86_64ExtendedReg(MO))
224 if (NumOps > e && X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(e)))
230 if (X86InstrInfo::isX86_64ExtendedReg(MO))
238 if (X86InstrInfo::isX86_64ExtendedReg(MI.getOperand(0)))
243 if (X86InstrInfo::isX86_64ExtendedReg(MO)
    [all...]
X86FastISel.cpp 19 #include "X86InstrInfo.h"
132 const X86InstrInfo *getInstrInfo() const {
    [all...]
X86ISelDAGToDAG.cpp 299 const X86InstrInfo *getInstrInfo() const {
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 594 milliseconds