Searched refs:MJ (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 430 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 D | HexagonVLIWPacketizer.h | 145 bool cannotCoexist(const MachineInstr &MI, const MachineInstr &MJ);
|
| H A D | BitTracker.h | 100 bool operator()(const MachineInstr *MI, const MachineInstr *MJ) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | DFAPacketizer.cpp | 242 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 D | Downloaded.txt | 13 http://search.cpan.org/CPAN/authors/id/M/MJ/MJD/Text-Template-1.46.tar.gz
|
| /netbsd-src/share/misc/ |
| H A D | country | 167 Montenegro ME MNE 499 MJ
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 4267 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 D | ClangCommandLineReference.rst | 1202 .. option:: -MJ<arg>
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 680 def MJ : JoinedOrSeparate<["-"], "MJ">, Group<M_Group>,
|