OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSMRD
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.cpp
45
if (SIInstrInfo::
isSMRD
(*MI) && checkSMRDHazards(MI) > 0)
62
if (SIInstrInfo::
isSMRD
(*MI))
164
if (!MI || !SIInstrInfo::
isSMRD
(*MI))
SIInsertWaits.cpp
197
if (TII->
isSMRD
(MI)) {
325
if (TII->
isSMRD
(*I))
550
if (TII->
isSMRD
(I->getOpcode())) {
SIInstrInfo.h
295
static bool
isSMRD
(const MachineInstr &MI) {
299
bool
isSMRD
(uint16_t Opcode) const {
SIInstrInfo.cpp
132
if (
isSMRD
(Opc0) &&
isSMRD
(Opc1)) {
276
if (
isSMRD
(LdSt)) {
310
if (
isSMRD
(FirstLdSt) &&
isSMRD
(SecondLdSt)) {
[
all
...]
Completed in 66 milliseconds