Searched defs:MJ (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp246 MachineInstr *MJ = *VI; local
247 SUnit *SUJ = MIToSUnit[MJ];
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp386 MachineInstr *MJ = MII; local
387 DEBUG(dbgs() << "Checking CUR against "; MJ->dump(););
390 for (auto &MO : MJ->operands())
965 // Quick check if instructions MI and MJ cannot coexist in the same packet.
966 // Limit the tests to be "one-way", e.g. "if MI->isBranch and MJ->isInlineAsm",
967 // but not the symmetric case: "if MJ->isBranch and MI->isInlineAsm".
969 // cannotCoexistAsymm(MI, MJ) || cannotCoexistAsymm(MJ, MI)
971 // since every test would need to be repeated with the MI and MJ reversed.
972 static bool cannotCoexistAsymm(const MachineInstr *MI, const MachineInstr *MJ, argument
994 cannotCoexist(const MachineInstr *MI, const MachineInstr *MJ) argument
[all...]
/external/cblas/testing/
H A Dc_cblat2.f2687 INTEGER I, IC, J, MI, MJ local in function:CBEG
2689 SAVE I, IC, J, MI, MJ
2696 MJ = 457
2712 J = J*MJ
H A Dc_cblat3.f2730 INTEGER I, IC, J, MI, MJ local in function:CBEG
2732 SAVE I, IC, J, MI, MJ
2739 MJ = 457
2755 J = J*MJ
H A Dc_zblat2.f2693 INTEGER I, IC, J, MI, MJ local in function:ZBEG
2695 SAVE I, IC, J, MI, MJ
2702 MJ = 457
2718 J = J*MJ
H A Dc_zblat3.f2734 INTEGER I, IC, J, MI, MJ local in function:ZBEG
2736 SAVE I, IC, J, MI, MJ
2743 MJ = 457
2759 J = J*MJ
/external/eigen/blas/testing/
H A Dcblat2.f3106 INTEGER I, IC, J, MI, MJ local in function:CBEG
3108 SAVE I, IC, J, MI, MJ
3115 MJ = 457
3131 J = J*MJ
H A Dcblat3.f3297 INTEGER I, IC, J, MI, MJ local in function:CBEG
3299 SAVE I, IC, J, MI, MJ
3306 MJ = 457
3322 J = J*MJ
H A Dzblat2.f3114 INTEGER I, IC, J, MI, MJ local in function:ZBEG
3116 SAVE I, IC, J, MI, MJ
3123 MJ = 457
3139 J = J*MJ
H A Dzblat3.f3303 INTEGER I, IC, J, MI, MJ local in function:ZBEG
3305 SAVE I, IC, J, MI, MJ
3312 MJ = 457
3328 J = J*MJ

Completed in 271 milliseconds