Searched refs:OtherMI (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp803 for (MachineInstr &OtherMI : make_range(End, KillPos)) {
805 if (OtherMI.isDebugOrPseudoInstr())
810 if (OtherMI.hasUnmodeledSideEffects() || OtherMI.isCall() ||
811 OtherMI.isBranch() || OtherMI.isTerminator())
814 for (const MachineOperand &MO : OtherMI.operands()) {
833 MO.isKill() || (LIS && isPlainlyKilled(&OtherMI, MOReg, LIS));
842 assert((MOReg != Reg || &OtherMI == KillMI) &&
975 for (MachineInstr &OtherMI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h213 const MachineInstrBuilder &cloneMemRefs(const MachineInstr &OtherMI) const {
214 MI->cloneMemRefs(*MF, OtherMI);
313 /// Copy all the implicit operands from OtherMI onto this one.
315 copyImplicitOps(const MachineInstr &OtherMI) const {
316 MI->copyImplicitOps(*MF, OtherMI);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp2816 const MacroInfo *OtherMI = getMacroInfo(MacroNameTok.getIdentifierInfo()); local
2817 if (!OtherMI || !MI->isIdenticalTo(*OtherMI, *this,
2828 if (const MacroInfo *OtherMI=getMacroInfo(MacroNameTok.getIdentifierInfo())) {
2839 SourceMgr.getFileID(OtherMI->getDefinitionLoc())
2845 !MI->isIdenticalTo(*OtherMI, *this,
2849 assert(!OtherMI->isWarnIfUnused());
2858 if (!OtherMI->isUsed() && OtherMI->isWarnIfUnused())
2859 Diag(OtherMI
[all...]
H A DPPMacroExpansion.cpp555 M.forAllDefinitions([&](const MacroInfo *OtherMI) {
556 if (OtherMI != MI)
557 Diag(OtherMI->getDefinitionLoc(), diag::note_pp_ambiguous_macro_other)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h161 bool matchCombineDivRem(MachineInstr &MI, MachineInstr *&OtherMI);
162 void applyCombineDivRem(MachineInstr &MI, MachineInstr *&OtherMI);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp953 MachineInstr *&OtherMI) {
1006 OtherMI = &UseMI;
1015 MachineInstr *&OtherMI) {
1017 assert(OtherMI && "OtherMI shouldn't be empty.");
1022 DestRemReg = OtherMI->getOperand(0).getReg();
1024 DestDivReg = OtherMI->getOperand(0).getReg();
1033 if (dominates(MI, *OtherMI))
1036 Builder.setInstrAndDebugLoc(*OtherMI);
1043 OtherMI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp876 auto &OtherMI = OtherJITDylib.MaterializingInfos[OtherSymbol];
879 transferEmittedNodeDependencies(MI, Name, OtherMI);
881 OtherMI.Dependants[this].insert(Name);

Completed in 291 milliseconds