HomeSort by relevance Sort by last modified time
    Searched full:instrs (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/valgrind/main/lackey/tests/
true.stderr.exp 12 guest instrs: ...
16 guest instrs : SB entered = ... : ...
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h 28 /// fixup_ppc_lo16 - A 16-bit fixup corresponding to lo16(_foo) for instrs
32 /// fixup_ppc_ha16 - A 16-bit fixup corresponding to ha16(_foo) for instrs
36 /// fixup_ppc_lo14 - A 14-bit fixup corresponding to lo16(_foo) for instrs
  /external/llvm/test/CodeGen/PowerPC/
iabs.ll 3 ; RUN: grep "4 .*Number of machine instrs printed"
rlwimi3.ll 3 ; RUN: grep "Number of machine instrs printed" | grep 12
  /external/llvm/test/Assembler/
ConstantExprFoldCast.ll 11 ; Test folding of binary instrs
  /development/testrunner/
android_manifest.py 91 instrs = []
93 instrs.append(element.getAttribute('android:name'))
94 return instrs
  /external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.h 1 //=- X86InstComments.h - Generate verbose-asm comments for instrs -*- C++ -*-=//
  /external/emma/core/java12/com/vladium/emma/report/
IItem.java 51 // (coverage data) measured in counts or instrs:
62 // (metadata) measured in counts or instrs:
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 66 SmallVector<MachineInstr*, 8> Instrs;
70 bool isCollapsed() const { return Instrs.empty(); }
103 Instrs.clear();
300 while (!dv->Instrs.empty())
301 TII->setExecutionDomain(dv->Instrs.pop_back_val(), domain);
323 A->Instrs.append(B->Instrs.begin(), B->Instrs.end());
627 dv->Instrs.push_back(mi);
MachineTraceMetrics.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 100 /* empty */; // Don't insert before PHI nodes or landingpad instrs.
140 /* empty */; // Don't insert before PHI nodes or landingpad instrs.
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c 9 * the parity instrs
158 /* b0 may be non-zero in lwarx/ldarx Power6 instrs */
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c 9 * the parity instrs
157 /* b0 may be non-zero in lwarx/ldarx Power6 instrs */
  /development/testrunner/test_defs/
instrumentation_test.py 249 instrs = manifest_parser.GetInstrumentationNames()
250 if not instrs:
255 elif len(instrs) > 1:
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE_RANGE.S 43 add pc, pc, r0, lsl #3 @ computed goto, 2 instrs each
OP_EXECUTE_INLINE.S 51 add pc, pc, r0, lsl #3 @ computed goto, 2 instrs each
  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 57 DEBUG(errs() << "IC: ADDING: " << NumEntries << " instrs to worklist\n");
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h 68 // fixup_arm_thumb_cp - Fixup for Thumb load/store from constant pool instrs.
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 39 // (instrs a, b, ...) Evaluate and union all arguments. Identical to AddOp.
50 // instruction names using lower_bound. Note that the predefined instrs must be
93 Sets.addFieldExpander("InstRW", "Instrs");
96 // (instrs Op1, Op1...)
97 Sets.addOperator("instrs", new InstrsOp);
679 // ClassInstrs will hold an entry for each subset of Instrs in InstRWDef that
680 // intersects with an existing class via a previous InstRWDef. Instrs that do
684 // Sort Instrs into sets.
705 // For each set of Instrs, create a new class if necessary, and map or remap
706 // the Instrs to it
    [all...]
AsmWriterEmitter.cpp 238 std::string Instrs = InstrsForCase[i];
239 if (Instrs.size() > 70) {
240 Instrs.erase(Instrs.begin()+70, Instrs.end());
241 Instrs += "...";
244 if (!Instrs.empty())
245 UniqueOperandCommands[i] = " // " + Instrs + "\n" +
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instruction.def 133 HANDLE_MEMORY_INST(27, Load , LoadInst ) // Memory manipulation instrs
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 109 /// (which do not go into the machine instrs.)
  /external/llvm/lib/IR/
IRBuilder.cpp 1 //===---- IRBuilder.cpp - Builder for LLVM Instrs -------------------------===//
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 90 // fixup_arm_thumb_cp - Fixup for Thumb load/store from constant pool instrs.

Completed in 1029 milliseconds

1 2 3 4