OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetInstrInfo
(Results
1 - 25
of
154
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIRegisterInfo.h
23
class
TargetInstrInfo
;
28
const
TargetInstrInfo
&TII;
30
SIRegisterInfo(AMDGPUTargetMachine &tm, const
TargetInstrInfo
&tii);
R600RegisterInfo.h
23
class
TargetInstrInfo
;
28
const
TargetInstrInfo
&TII;
30
R600RegisterInfo(AMDGPUTargetMachine &tm, const
TargetInstrInfo
&tii);
AMDGPURegisterInfo.h
28
class
TargetInstrInfo
;
33
const
TargetInstrInfo
&TII;
36
AMDGPURegisterInfo(TargetMachine &tm, const
TargetInstrInfo
&tii);
AMDGPURegisterInfo.cpp
20
const
TargetInstrInfo
&tii)
SIRegisterInfo.cpp
21
const
TargetInstrInfo
&tii)
/external/mesa3d/src/gallium/drivers/radeon/
SIRegisterInfo.h
23
class
TargetInstrInfo
;
28
const
TargetInstrInfo
&TII;
30
SIRegisterInfo(AMDGPUTargetMachine &tm, const
TargetInstrInfo
&tii);
R600RegisterInfo.h
23
class
TargetInstrInfo
;
28
const
TargetInstrInfo
&TII;
30
R600RegisterInfo(AMDGPUTargetMachine &tm, const
TargetInstrInfo
&tii);
AMDGPURegisterInfo.h
28
class
TargetInstrInfo
;
33
const
TargetInstrInfo
&TII;
36
AMDGPURegisterInfo(TargetMachine &tm, const
TargetInstrInfo
&tii);
AMDGPURegisterInfo.cpp
20
const
TargetInstrInfo
&tii)
SIRegisterInfo.cpp
21
const
TargetInstrInfo
&tii)
/external/llvm/include/llvm/CodeGen/
TargetSchedule.h
11
// benefit from information currently only available in
TargetInstrInfo
.
28
class
TargetInstrInfo
;
38
const
TargetInstrInfo
*TII;
49
/// indices and may query TargetSubtargetInfo and
TargetInstrInfo
to resolve
52
const
TargetInstrInfo
*tii);
57
/// \brief
TargetInstrInfo
getter.
58
const
TargetInstrInfo
*getInstrInfo() const { return TII; }
MachineSSAUpdater.h
25
class
TargetInstrInfo
;
54
const
TargetInstrInfo
*TII;
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
1
//===--
TargetInstrInfo
.cpp - Target Instruction Information --------------===//
10
// This file implements the
TargetInstrInfo
class.
14
#include "llvm/Target/
TargetInstrInfo
.h"
35
TargetInstrInfo
::~
TargetInstrInfo
() {
39
TargetInstrInfo
::getRegClass(const MCInstrDesc &MCID, unsigned OpNum,
59
void
TargetInstrInfo
::insertNoop(MachineBasicBlock &MBB,
72
unsigned
TargetInstrInfo
::getInlineAsmLength(const char *Str,
98
TargetInstrInfo
::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
118
MachineInstr *
TargetInstrInfo
::commuteInstruction(MachineInstr *MI
[
all
...]
CriticalAntiDepBreaker.h
31
class
TargetInstrInfo
;
37
const
TargetInstrInfo
*TII;
BranchFolding.h
21
class
TargetInstrInfo
;
29
const
TargetInstrInfo
*tii,
90
const
TargetInstrInfo
*TII;
RegisterCoalescer.h
23
class
TargetInstrInfo
;
SplitKit.h
34
class
TargetInstrInfo
;
48
const
TargetInstrInfo
&TII;
217
const
TargetInstrInfo
&TII;
/external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.h
24
class
TargetInstrInfo
;
/external/llvm/lib/Target/R600/
AMDGPURegisterInfo.h
29
class
TargetInstrInfo
;
/external/llvm/lib/Target/Sparc/
SparcRegisterInfo.h
25
class
TargetInstrInfo
;
/external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp
42
const
TargetInstrInfo
&TII = *MF.getTarget().getInstrInfo();
/external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.h
28
class
TargetInstrInfo
;
/external/llvm/lib/Target/XCore/
XCoreRegisterInfo.h
24
class
TargetInstrInfo
;
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
10
// This file contains the AArch64 implementation of the
TargetInstrInfo
class.
17
#include "llvm/Target/
TargetInstrInfo
.h"
33
/// getRegisterInfo -
TargetInstrInfo
is a superset of MRegister info. As
96
DebugLoc dl, const
TargetInstrInfo
&TII,
102
DebugLoc dl, const
TargetInstrInfo
&TII,
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
1
//===-- llvm/Target/
TargetInstrInfo
.h - Instruction Info --------*- C++ -*-===//
45
///
TargetInstrInfo
- Interface to description of machine instruction set
47
class
TargetInstrInfo
: public MCInstrInfo {
48
TargetInstrInfo
(const
TargetInstrInfo
&) LLVM_DELETED_FUNCTION;
49
void operator=(const
TargetInstrInfo
&) LLVM_DELETED_FUNCTION;
51
TargetInstrInfo
(int CFSetupOpcode = -1, int CFDestroyOpcode = -1)
56
virtual ~
TargetInstrInfo
();
257
/// passed to other
TargetInstrInfo
methods to create new branches.
261
/// condition. These operands can be passed to other
TargetInstrInfo
[
all
...]
Completed in 853 milliseconds
1
2
3
4
5
6
7