Home
last modified time | relevance | path

Searched refs:AdjMI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp296 MachineInstr *AdjMI = AdjacentInstrs.pop_back_val(); in visitAdjacentInstrs() local
298 if (isDefUse ? isFloatingPointOpcodeUse(AdjMI->getOpcode()) in visitAdjacentInstrs()
299 : isFloatingPointOpcodeDef(AdjMI->getOpcode())) { in visitAdjacentInstrs()
306 if (AdjMI->getOpcode() == TargetOpcode::COPY) { in visitAdjacentInstrs()
307 setTypesAccordingToPhysicalRegister(MI, AdjMI, isDefUse ? 0 : 1); in visitAdjacentInstrs()
313 if ((!isDefUse && AdjMI->getOpcode() == TargetOpcode::G_UNMERGE_VALUES) || in visitAdjacentInstrs()
314 (isDefUse && AdjMI->getOpcode() == TargetOpcode::G_MERGE_VALUES) || in visitAdjacentInstrs()
315 !isAmbiguous(AdjMI->getOpcode())) { in visitAdjacentInstrs()
322 if (!wasVisited(AdjMI) || in visitAdjacentInstrs()
323 getRecordedTypeForInstr(AdjMI) != InstType::NotDetermined) { in visitAdjacentInstrs()
[all …]