OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIInstrInfo
(Results
1 - 25
of
27
) sorted by null
1
2
/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/AMDGPU/
GCNHazardRecognizer.cpp
16
#include "
SIInstrInfo
.h"
45
if (
SIInstrInfo
::isSMRD(*MI) && checkSMRDHazards(MI) > 0)
48
if (
SIInstrInfo
::isVMEM(*MI) && checkVMEMHazards(MI) > 0)
51
if (
SIInstrInfo
::isDPP(*MI) && checkDPPHazards(MI) > 0)
62
if (
SIInstrInfo
::isSMRD(*MI))
65
if (
SIInstrInfo
::isVMEM(*MI))
68
if (
SIInstrInfo
::isDPP(*MI))
85
const
SIInstrInfo
*TII = ST.getInstrInfo();
164
if (!MI || !
SIInstrInfo
::isSMRD(*MI))
199
const
SIInstrInfo
*TII = ST.getInstrInfo()
[
all
...]
GCNHazardRecognizer.h
26
class
SIInstrInfo
;
SIInstrInfo.cpp
1
//===--
SIInstrInfo
.cpp - SI Instruction Information ---------------------===//
15
#include "
SIInstrInfo
.h"
31
SIInstrInfo
::
SIInstrInfo
(const SISubtarget &ST)
78
bool
SIInstrInfo
::isReallyTriviallyReMaterializable(const MachineInstr &MI,
93
bool
SIInstrInfo
::areLoadsFromSameBasePtr(SDNode *Load0, SDNode *Load1,
205
bool
SIInstrInfo
::getMemOpBaseRegImmOfs(MachineInstr &LdSt, unsigned &BaseReg,
299
bool
SIInstrInfo
::shouldClusterMemOps(MachineInstr &FirstLdSt,
341
void
SIInstrInfo
::copyPhysReg(MachineBasicBlock &MBB,
502
int
SIInstrInfo
::commuteOpcode(const MachineInstr &MI) const
[
all
...]
SIDebuggerInsertNops.cpp
22
#include "
SIInstrInfo
.h"
74
const
SIInstrInfo
*TII = ST.getInstrInfo();
SIShrinkInstructions.cpp
15
#include "
SIInstrInfo
.h"
80
static bool canShrink(MachineInstr &MI, const
SIInstrInfo
*TII,
129
static void foldImmediates(MachineInstr &MI, const
SIInstrInfo
*TII,
193
static bool isKImmOperand(const
SIInstrInfo
*TII, const MachineOperand &Src) {
203
const
SIInstrInfo
*TII = ST.getInstrInfo();
SIFoldOperands.cpp
14
#include "
SIInstrInfo
.h"
134
const
SIInstrInfo
*TII) {
195
const
SIInstrInfo
*TII, const SIRegisterInfo &TRI,
302
const
SIInstrInfo
*TII = ST.getInstrInfo();
AMDGPUSubtarget.h
22
#include "
SIInstrInfo
.h"
342
SIInstrInfo
InstrInfo;
351
const
SIInstrInfo
*getInstrInfo() const override {
SIFixSGPRCopies.cpp
70
#include "
SIInstrInfo
.h"
178
const
SIInstrInfo
*TII,
243
const
SIInstrInfo
*TII = ST.getInstrInfo();
SILowerI1Copies.cpp
19
#include "
SIInstrInfo
.h"
70
const
SIInstrInfo
*TII = ST.getInstrInfo();
SIFrameLowering.cpp
11
#include "
SIInstrInfo
.h"
63
const
SIInstrInfo
*TII = ST.getInstrInfo();
303
const
SIInstrInfo
*TII = ST.getInstrInfo();
SIRegisterInfo.cpp
16
#include "
SIInstrInfo
.h"
255
if (!
SIInstrInfo
::isMUBUF(*MI))
283
const
SIInstrInfo
*TII = Subtarget.getInstrInfo();
309
const
SIInstrInfo
*TII = Subtarget.getInstrInfo();
364
return
SIInstrInfo
::isMUBUF(*MI) && isUInt<12>(Offset);
423
const
SIInstrInfo
*TII = ST.getInstrInfo();
504
const
SIInstrInfo
*TII = ST.getInstrInfo();
[
all
...]
AMDGPUMCInstLower.cpp
21
#include "
SIInstrInfo
.h"
45
case
SIInstrInfo
::MO_GOTPCREL: return MCSymbolRefExpr::VK_GOTPCREL;
SIInstrInfo.h
1
//===--
SIInstrInfo
.h - SI Instruction Info Interface -----------*- C++ -*-===//
11
/// \brief Interface definition for
SIInstrInfo
.
25
class
SIInstrInfo
final : public AMDGPUInstrInfo {
100
explicit
SIInstrInfo
(const SISubtarget &);
SIMachineScheduler.h
18
#include "
SIInstrInfo
.h"
422
const
SIInstrInfo
*SITII;
SIISelLowering.cpp
25
#include "
SIInstrInfo
.h"
534
const
SIInstrInfo
*TII = getSubtarget()->getInstrInfo();
[
all
...]
SIInsertWaits.cpp
22
#include "
SIInstrInfo
.h"
59
const
SIInstrInfo
*TII;
SILoadStoreOptimizer.cpp
40
#include "
SIInstrInfo
.h"
60
const
SIInstrInfo
*TII;
SIWholeQuadMode.cpp
54
#include "
SIInstrInfo
.h"
94
const
SIInstrInfo
*TII;
AMDGPUAsmPrinter.cpp
31
#include "
SIInstrInfo
.h"
319
const
SIInstrInfo
*TII = STM.getInstrInfo();
AMDGPUISelDAGToDAG.cpp
[
all
...]
Completed in 671 milliseconds
1
2