Home
last modified time | relevance | path

Searched defs:OtherMI (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyHoisting.cpp228 MachineInstr *OtherMI = &*MII; in isSafetoMove() local
235 MachineInstr *OtherMI = &*MII; in isSafetoMove() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h215 const MachineInstrBuilder &cloneMemRefs(const MachineInstr &OtherMI) const { in cloneMemRefs()
334 copyImplicitOps(const MachineInstr &OtherMI) const { in copyImplicitOps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp505 return llvm::any_of(C.Stores, [&](MachineInstr *OtherMI) { in operationAliasesWithCandidate()
H A DCombinerHelper.cpp1478 MachineInstr *&OtherMI) { in matchCombineDivRem()
1541 MachineInstr *&OtherMI) { in applyCombineDivRem()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3192 const MacroInfo *OtherMI = getMacroInfo(MacroNameTok.getIdentifierInfo()); in HandleDefineDirective() local
3204 if (const MacroInfo *OtherMI=getMacroInfo(MacroNameTok.getIdentifierInfo())) { in HandleDefineDirective() local
H A DPPMacroExpansion.cpp563 M.forAllDefinitions([&](const MacroInfo *OtherMI) { in HandleMacroExpandedIdentifier()