HomeSort by relevance Sort by last modified time
    Searched defs:Instructions (Results 1 - 11 of 11) sorted by null

  /external/llvm/tools/llvm-objdump/
MCFunction.cpp 35 std::vector<MCDecodedInst> Instructions;
57 Instructions.push_back(MCDecodedInst(Index, Size, Inst));
92 std::sort(Instructions.begin(), Instructions.end());
95 unsigned ii = 0, ie = Instructions.size();
100 // Add instructions to the BB.
102 if (Instructions[ii].Address < *spi ||
103 Instructions[ii].Address >= BlockEnd)
105 BB.addInst(Instructions[ii]);
  /external/llvm/include/llvm/MC/
MCWin64EH.h 68 Instructions() {}
79 std::vector<MCWin64EHInstruction> Instructions;
MCDwarf.h 174 /// for a section where machine instructions have been assembled after seeing
310 Function(0), Instructions(), PersonalityEncoding(),
318 std::vector<MCCFIInstruction> Instructions;
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 19 #include "llvm/Instructions.h"
357 /// non-terminator instructions and replacing them with undef.
388 SmallPtrSet<Instruction*, 64> Instructions;
391 Instructions.insert(cast<Instruction>(VMap[Insts[i]]));
394 outs() << "Checking for crash with only " << Instructions.size();
395 if (Instructions.size() == 1)
398 outs() << " instructions: ";
404 if (!Instructions.count(Inst) && !isa<TerminatorInst>(Inst) &&
424 for (SmallPtrSet<Instruction*, 64>::const_iterator I = Instructions.begin(),
425 E = Instructions.end(); I != E; ++I
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.h 67 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions;
144 if (Instructions.empty()) ReadInstructions();
145 return Instructions;
150 if (Instructions.empty()) ReadInstructions();
152 Instructions.find(InstRec);
153 assert(I != Instructions.end() && "Not an instruction");
157 /// getInstructionsByEnumValue - Return all of the instructions defined by the
AsmWriterEmitter.cpp 49 /// instructions that are suitably similar to it.
63 // If this differs in the same operand as the rest of the instructions in
79 // If the operand is the same for all instructions, just print it.
82 // If this is the operand that varies between all of the instructions,
113 // instructions each case are used for. It is a comma separated string of
150 // For each entry of UniqueOperandCommands, there is a set of instructions
151 // that uses it. If the next command of all instructions in the set are
169 // Otherwise, scan to see if all of the other instructions in this command
205 // Prepend some of the instructions each case is used for onto the case val.
259 std::vector<AsmWriterInst> Instructions;
    [all...]
CodeGenDAGPatterns.cpp 11 // represent the patterns present in a .td file for instructions.
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 10 // Collect the sequence of machine instructions for a basic block.
63 typedef ilist<MachineInstr> Instructions;
64 Instructions Insts;
207 typedef Instructions::iterator instr_iterator;
208 typedef Instructions::const_iterator const_instr_iterator;
374 /// updateTerminator - Update the terminator instructions in block to account
494 /// These functions delete any instructions removed.
519 /// instructions as well. It is up to the caller to keep a list of the
520 /// bundled instructions and re-insert them if desired. This function is
521 /// *not recommended* for manipulating instructions with bundles. Us
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 1509 milliseconds