OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIInstrInfo
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIInstrInfo.cpp
1
//===--
SIInstrInfo
.cpp - SI Instruction Information ---------------------===//
15
#include "
SIInstrInfo
.h"
25
SIInstrInfo
::
SIInstrInfo
(AMDGPUTargetMachine &tm)
31
const SIRegisterInfo &
SIInstrInfo
::getRegisterInfo() const
37
SIInstrInfo
::copyPhysReg(MachineBasicBlock &MBB,
52
MachineInstr *
SIInstrInfo
::getMovImmInstr(MachineFunction *MF, unsigned DstReg,
63
bool
SIInstrInfo
::isMov(unsigned Opcode) const
SIInstrInfo.h
1
//===--
SIInstrInfo
.h - SI Instruction Info Interface ---------------------===//
10
// Interface definition for
SIInstrInfo
.
23
class
SIInstrInfo
: public AMDGPUInstrInfo {
29
explicit
SIInstrInfo
(AMDGPUTargetMachine &tm);
SIISelLowering.h
18
#include "
SIInstrInfo
.h"
24
const
SIInstrInfo
* TII;
AMDGPUTargetMachine.cpp
20
#include "
SIInstrInfo
.h"
63
InstrInfo = new
SIInstrInfo
(*this);
SIISelLowering.cpp
18
#include "
SIInstrInfo
.h"
28
TII(static_cast<const
SIInstrInfo
*>(TM.getInstrInfo()))
/external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.cpp
1
//===--
SIInstrInfo
.cpp - SI Instruction Information ---------------------===//
15
#include "
SIInstrInfo
.h"
25
SIInstrInfo
::
SIInstrInfo
(AMDGPUTargetMachine &tm)
31
const SIRegisterInfo &
SIInstrInfo
::getRegisterInfo() const
37
SIInstrInfo
::copyPhysReg(MachineBasicBlock &MBB,
52
MachineInstr *
SIInstrInfo
::getMovImmInstr(MachineFunction *MF, unsigned DstReg,
63
bool
SIInstrInfo
::isMov(unsigned Opcode) const
SIInstrInfo.h
1
//===--
SIInstrInfo
.h - SI Instruction Info Interface ---------------------===//
10
// Interface definition for
SIInstrInfo
.
23
class
SIInstrInfo
: public AMDGPUInstrInfo {
29
explicit
SIInstrInfo
(AMDGPUTargetMachine &tm);
SIISelLowering.h
18
#include "
SIInstrInfo
.h"
24
const
SIInstrInfo
* TII;
AMDGPUTargetMachine.cpp
20
#include "
SIInstrInfo
.h"
63
InstrInfo = new
SIInstrInfo
(*this);
SIISelLowering.cpp
18
#include "
SIInstrInfo
.h"
28
TII(static_cast<const
SIInstrInfo
*>(TM.getInstrInfo()))
/external/llvm/lib/Target/R600/
AMDGPUSubtarget.cpp
17
#include "
SIInstrInfo
.h"
50
InstrInfo.reset(new
SIInstrInfo
(*this));
SIRegisterInfo.cpp
18
#include "
SIInstrInfo
.h"
30
const
SIInstrInfo
*TII = static_cast<const
SIInstrInfo
*>(ST.getInstrInfo());
SIInstrInfo.cpp
1
//===--
SIInstrInfo
.cpp - SI Instruction Information ---------------------===//
16
#include "
SIInstrInfo
.h"
27
SIInstrInfo
::
SIInstrInfo
(const AMDGPUSubtarget &st)
36
SIInstrInfo
::copyPhysReg(MachineBasicBlock &MBB,
171
unsigned
SIInstrInfo
::commuteOpcode(unsigned Opcode) const {
185
void
SIInstrInfo
::storeRegToStackSlot(MachineBasicBlock &MBB,
199
Ctx.emitError("
SIInstrInfo
::storeRegToStackSlot - Can't spill VGPR!");
239
void
SIInstrInfo
::loadRegFromStackSlot(MachineBasicBlock &MBB,
250
Ctx.emitError("
SIInstrInfo
::loadRegToStackSlot - Can't retrieve spilled VGPR!")
[
all
...]
SIInstrInfo.h
1
//===--
SIInstrInfo
.h - SI Instruction Info Interface -----------*- C++ -*-===//
11
/// \brief Interface definition for
SIInstrInfo
.
24
class
SIInstrInfo
: public AMDGPUInstrInfo {
59
explicit
SIInstrInfo
(const AMDGPUSubtarget &st);
SILowerI1Copies.cpp
18
#include "
SIInstrInfo
.h"
73
const
SIInstrInfo
*TII = static_cast<const
SIInstrInfo
*>(
SIFixSGPRCopies.cpp
69
#include "
SIInstrInfo
.h"
200
const
SIInstrInfo
*TII = static_cast<const
SIInstrInfo
*>(
SIISelLowering.cpp
19
#include "
SIInstrInfo
.h"
283
const
SIInstrInfo
*TII =
284
static_cast<const
SIInstrInfo
*>(getTargetMachine().getInstrInfo());
461
const
SIInstrInfo
*TII =
462
static_cast<const
SIInstrInfo
*>(getTargetMachine().getInstrInfo());
522
const
SIInstrInfo
*TII =
523
static_cast<const
SIInstrInfo
*>(getTargetMachine().getInstrInfo());
537
const
SIInstrInfo
*TII =
538
static_cast<const
SIInstrInfo
*>(getTargetMachine().getInstrInfo());
551
const
SIInstrInfo
*TII
[
all
...]
SIInsertWaits.cpp
20
#include "
SIInstrInfo
.h"
49
const
SIInstrInfo
*TII;
349
TII = static_cast<const
SIInstrInfo
*>(MF.getTarget().getInstrInfo());
SILowerControlFlow.cpp
52
#include "
SIInstrInfo
.h"
71
const
SIInstrInfo
*TII;
443
TII = static_cast<const
SIInstrInfo
*>(MF.getTarget().getInstrInfo());
Completed in 357 milliseconds