Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp430 MachineInstr &MJ = *MII; in canPromoteToDotCur() local
433 MJ.dump(); in canPromoteToDotCur()
437 for (auto &MO : MJ.operands()) in canPromoteToDotCur()
520 MachineInstr &MJ = *SUJ->getInstr(); in updateOffset() local
526 if (!HII->getBaseAndOffsetPosition(MJ, BPJ, OPJ)) in updateOffset()
529 if (Reg != MJ.getOperand(BPJ).getReg()) in updateOffset()
539 if (!HII->getIncrementValue(MJ, Incr)) in updateOffset()
1101 static bool cannotCoexistAsymm(const MachineInstr &MI, const MachineInstr &MJ, in cannotCoexistAsymm() argument
1105 HII.isHVXMemWithAIndirect(MI, MJ)) in cannotCoexistAsymm()
1113 return MJ.isInlineAsm() || MJ.isBranch() || MJ.isBarrier() || in cannotCoexistAsymm()
[all …]
H A DHexagonVLIWPacketizer.h145 bool cannotCoexist(const MachineInstr &MI, const MachineInstr &MJ);
H A DBitTracker.h100 bool operator()(const MachineInstr *MI, const MachineInstr *MJ) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp242 for (auto MJ : CurrentPacketMIs) { in PacketizeMIs() local
243 SUnit *SUJ = MIToSUnit[MJ]; in PacketizeMIs()
246 LLVM_DEBUG(dbgs() << " Checking against MJ " << *MJ); in PacketizeMIs()
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/
H A DDownloaded.txt13 http://search.cpan.org/CPAN/authors/id/M/MJ/MJD/Text-Template-1.46.tar.gz
/netbsd-src/share/misc/
H A Dcountry167 Montenegro ME MNE 499 MJ
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp4267 if (const Arg *MJ = Args.getLastArg(options::OPT_MJ)) { in ConstructJob() local
4268 DumpCompilationDatabase(C, MJ->getValue(), TripleStr, Output, Input, Args); in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst1202 .. option:: -MJ<arg>
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td680 def MJ : JoinedOrSeparate<["-"], "MJ">, Group<M_Group>,