OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWQM
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp
51
void pushBranch(unsigned Opcode, bool
isWQM
= false);
136
void CFStack::pushBranch(unsigned Opcode, bool
isWQM
) {
141
if (!
isWQM
) {
SIInstrInfo.h
574
static bool
isWQM
(const MachineInstr &MI) {
578
bool
isWQM
(uint16_t Opcode) const {
SIWholeQuadMode.cpp
216
bool
IsWQM
);
224
void lowerKillInstrs(bool
IsWQM
);
506
if (TII->
isWQM
(Opcode)) {
905
MachineInstr &MI, bool
IsWQM
) {
909
const bool IsDemote =
IsWQM
&& (MI.getOpcode() == AMDGPU::SI_DEMOTE_I1);
978
} else if (!
IsWQM
) {
1480
void SIWholeQuadMode::lowerKillInstrs(bool
IsWQM
) {
1487
SplitPoint = lowerKillI1(*MBB, *MI,
IsWQM
);
Completed in 23 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026