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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 657 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
665 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
674 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
MipsSEISelDAGToDAG.cpp 247 SDNode *DSPCFWithCarry = CurDAG->getMachineNode(Mips::INS, DL, MVT::i32, Ops);
258 CurDAG->getMachineNode(Mips::INS, DL, MVT::i32, InsOps);
959 // Manually match MipsISD::Ins nodes to get the correct instruction. It has
965 case MipsISD::Ins: {
982 // Size has to be >0 for 'ins', 'dins' and 'dinsu'.
995 Opcode = Mips::INS;
MipsInstrInfo.cpp 709 // ins, ext, dext*, dins have the following constraints:
720 // dins[um] like the other (d)ins (d)ext(um) instructions, so that this
762 // Verify that ins and ext instructions are well formed.
766 case Mips::INS:
  /src/usr.sbin/mtrace/
mtrace.c 867 #define INS 1
896 have |= INS;
926 case INS:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 6850 SmallPtrSet<const Instruction *, 2> INS;
6851 INS.insert(ASI.begin(), ASI.end());
6860 PN->addIncoming(getTrueOrFalseValue(SI, true, INS), TrueBlock);
6861 PN->addIncoming(getTrueOrFalseValue(SI, false, INS), FalseBlock);
6866 INS.erase(SI);

Completed in 157 milliseconds