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

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h1 //===- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*- ===//
31 // X86InstrInfo.td. They must be kept in synch.
127 class X86InstrInfo : public X86GenInstrInfo { class in namespace:llvm
152 explicit X86InstrInfo(X86TargetMachine &tm);
H A DX86InstrInfo.cpp1 //===- X86InstrInfo.cpp - X86 Instruction Information -----------*- C++ -*-===//
14 #include "X86InstrInfo.h"
86 X86InstrInfo::X86InstrInfo(X86TargetMachine &tm) function in class:X86InstrInfo
905 X86InstrInfo::AddTableEntry(RegOp2MemOpTableType &R2MTable,
920 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
977 bool X86InstrInfo::isFrameOperand(const MachineInstr *MI, unsigned int Op,
1048 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
1056 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI,
1069 unsigned X86InstrInfo
[all...]

Completed in 1274 milliseconds