HomeSort by: relevance | last modified time | path
    Searched refs:MJ (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 430 MachineInstr &MJ = *MII;
433 MJ.dump();
437 for (auto &MO : MJ.operands())
515 /// Return true if we can update the offset in MI so that MI and MJ
520 MachineInstr &MJ = *SUJ->getInstr();
526 if (!HII->getBaseAndOffsetPosition(MJ, BPJ, OPJ))
529 if (Reg != MJ.getOperand(BPJ).getReg())
539 if (!HII->getIncrementValue(MJ, Incr))
1094 // Quick check if instructions MI and MJ cannot coexist in the same packet.
1095 // Limit the tests to be "one-way", e.g. "if MI->isBranch and MJ->isInlineAsm"
    [all...]
HexagonVLIWPacketizer.h 145 bool cannotCoexist(const MachineInstr &MI, const MachineInstr &MJ);
BitTracker.h 100 bool operator()(const MachineInstr *MI, const MachineInstr *MJ) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DFAPacketizer.cpp 242 for (auto MJ : CurrentPacketMIs) {
243 SUnit *SUJ = MIToSUnit[MJ];
246 LLVM_DEBUG(dbgs() << " Checking against MJ " << *MJ);
  /src/external/public-domain/sqlite/dist/autosetup/
proj.tcl 730 # because of compilers reacting differently to the -MJ flag. Because
766 if {[cctest -lang c -cflags {/dev/null -MJ} -source {}]} {
770 msg-result "compiler supports -MJ. Assuming it's useful for compile_commands.json"
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 4267 if (const Arg *MJ = Args.getLastArg(options::OPT_MJ)) {
4268 DumpCompilationDatabase(C, MJ->getValue(), TripleStr, Output, Input, Args);

Completed in 26 milliseconds