OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
23
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;
190
if (
X86InstrInfo
::isX86_64ExtendedReg(MI.getOperand(0)))
194
if (
X86InstrInfo
::isX86_64ExtendedReg(MI.getOperand(0)))
199
if (
X86InstrInfo
::isX86_64ExtendedReg(MO))
205
if (
X86InstrInfo
::isX86_64ExtendedReg(MI.getOperand(0)))
212
if (
X86InstrInfo
::isX86_64ExtendedReg(MO))
226
if (NumOps > e &&
X86InstrInfo
::isX86_64ExtendedReg(MI.getOperand(e)))
232
if (
X86InstrInfo
::isX86_64ExtendedReg(MO))
240
if (
X86InstrInfo
::isX86_64ExtendedReg(MI.getOperand(0))
[
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"
629
/// See
X86InstrInfo
::copyPhysReg.
651
const
X86InstrInfo
&TII = *TM.getInstrInfo();
[
all
...]
X86FastISel.cpp
121
const
X86InstrInfo
*getInstrInfo() const {
[
all
...]
X86ISelDAGToDAG.cpp
289
const
X86InstrInfo
*getInstrInfo() const {
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 85 milliseconds