HomeSort by relevance Sort by last modified time
    Searched defs:Instructions (Results 1 - 12 of 12) 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 175 /// for a section where machine instructions have been assembled after seeing
398 Function(0), Instructions(), PersonalityEncoding(),
406 std::vector<MCCFIInstruction> Instructions;
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 38 /// \brief Parse and store a sequence of CFI instructions from our data
47 /// \brief Dump the entry's instructions to the given output stream.
63 /// An entry may contain CFI instructions. An instruction consists of an
75 std::vector<Instruction> Instructions;
78 /// operands to the Instructions vector.
80 Instructions.push_back(Instruction(Opcode));
84 Instructions.push_back(Instruction(Opcode));
85 Instructions.back().Ops.push_back(Operand1);
89 Instructions.push_back(Instruction(Opcode));
90 Instructions.back().Ops.push_back(Operand1)
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 21 #include "llvm/IR/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 68 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions;
150 if (Instructions.empty()) ReadInstructions();
151 return Instructions;
156 if (Instructions.empty()) ReadInstructions();
158 Instructions.find(InstRec);
159 assert(I != Instructions.end() && "Not an instruction");
163 /// getInstructionsByEnumValue - Return all of the instructions defined by the
CodeGenDAGPatterns.cpp 11 // represent the patterns present in a .td file for instructions.
    [all...]
  /external/skia/src/sfnt/
SkOTTable_glyf.h 77 struct Instructions {
205 struct Instructions {
  /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;
202 typedef Instructions::iterator instr_iterator;
203 typedef Instructions::const_iterator const_instr_iterator;
341 /// updateTerminator - Update the terminator instructions in block to account
448 /// alone can't be used to prepend or append instructions to bundles. See
452 /// Insert a range of instructions into the instruction list before I.
474 /// If the instruction is part of a bundle, the other instructions in the
480 /// If the instruction is part of a bundle, the other instructions in th
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 1 //===-- MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions ----===//
115 SmallVectorImpl<MCInst> &Instructions);
117 SmallVectorImpl<MCInst> &Instructions);
119 SmallVectorImpl<MCInst> &Instructions);
121 SmallVectorImpl<MCInst> &Instructions);
406 SmallVectorImpl<MCInst> &Instructions){
409 return expandLoadImm(Inst, IDLoc, Instructions);
411 return expandLoadAddressImm(Inst,IDLoc,Instructions);
413 return expandLoadAddressReg(Inst,IDLoc,Instructions);
418 SmallVectorImpl<MCInst> &Instructions){
    [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 1083 milliseconds