OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDS
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.cpp
125
if (TII.
isDS
(MI.getOpcode())) {
188
SIInstrInfo::isFLAT(*MI) || SIInstrInfo::
isDS
(*MI) ||
215
SIInstrInfo::
isDS
(*MI)) && checkMAILdStHazards(MI) > 0)
302
SIInstrInfo::isFLAT(*MI) || SIInstrInfo::
isDS
(*MI) ||
330
SIInstrInfo::
isDS
(*MI))
920
if (!SIInstrInfo::isVMEM(I) && !SIInstrInfo::
isDS
(I) &&
1082
if (SIInstrInfo::
isDS
(MI))
1593
SIInstrInfo::
isDS
(*MI) ||
SIPreEmitPeephole.cpp
309
TII->
isDS
(*I) || I->getOpcode() == AMDGPU::S_WAITCNT)
SIInsertWaitcnts.cpp
523
if (TII->
isDS
(Inst) && (Inst.mayStore() || Inst.mayLoad())) {
654
if (TII->
isDS
(Inst) && Inst.mayStore()) {
1286
if (TII->
isDS
(Inst) && TII->usesLGKM_CNT(Inst)) {
SIInstrInfo.h
477
static bool
isDS
(const MachineInstr &MI) {
481
bool
isDS
(uint16_t Opcode) const {
SIInstrInfo.cpp
142
if (
isDS
(Opc0) &&
isDS
(Opc1)) {
256
if (
isDS
(LdSt)) {
2988
if (
isDS
(MIa)) {
2989
if (
isDS
(MIb))
4316
uint16_t DataNameIdx =
isDS
(Opcode) ? AMDGPU::OpName::data0
4684
(MI.mayLoad() || MI.mayStore() ||
isDS
(Opc) || isMIMG(Opc)))
4689
isDS
(Opc) ? AMDGPU::OpName::data0 : AMDGPU::OpName::vdata);
Completed in 26 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026