OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAtomicRet
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInsertWaitcnts.cpp
547
} else if (SIInstrInfo::
isAtomicRet
(Inst) &&
570
} else if (SIInstrInfo::
isAtomicRet
(Inst)) {
579
} else if (SIInstrInfo::
isAtomicRet
(Inst)) {
592
} else if (SIInstrInfo::
isAtomicRet
(Inst)) {
1334
(Inst.mayStore() || SIInstrInfo::
isAtomicRet
(Inst))) {
SIMemoryLegalizer.cpp
503
bool
isAtomicRet
(const MachineInstr &MI) const {
504
return SIInstrInfo::
isAtomicRet
(MI);
1729
isAtomicRet
(*MI) ? SIMemOp::LOAD :
SIInstrInfo.h
556
static bool
isAtomicRet
(const MachineInstr &MI) {
557
return MI.getDesc().TSFlags & SIInstrFlags::
IsAtomicRet
;
560
bool
isAtomicRet
(uint16_t Opcode) const {
561
return get(Opcode).TSFlags & SIInstrFlags::
IsAtomicRet
;
565
return MI.getDesc().TSFlags & (SIInstrFlags::
IsAtomicRet
|
570
return get(Opcode).TSFlags & (SIInstrFlags::
IsAtomicRet
|
Completed in 58 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026