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

1 2 3 4 5

  /external/valgrind/lackey/tests/
true.stderr.exp 12 guest instrs: ...
16 guest instrs : SB entered = ... : ...
  /external/llvm/lib/Target/AArch64/
AArch64SchedA57.td 125 def : InstRW<[WriteI], (instrs COPY)>;
131 def : InstRW<[A57Write_1cyc_1B_1I], (instrs BL)>;
132 def : InstRW<[A57Write_2cyc_1B_1I], (instrs BLR)>;
148 def : InstRW<[A57Write_6cyc_1M], (instrs SMULHrr, UMULHrr)>;
154 def : InstRW<[A57Write_1cyc_1I], (instrs EXTRWrri)>;
155 def : InstRW<[A57Write_3cyc_1I_1M], (instrs EXTRXrri)>;
551 def : InstRW<[A57Write_32cyc_1X], (instrs FDIVDrr)>;
552 def : InstRW<[A57Write_18cyc_1X], (instrs FDIVSrr)>;
558 def : InstRW<[A57Write_32cyc_1X], (instrs FSQRTDr)>;
559 def : InstRW<[A57Write_18cyc_1X], (instrs FSQRTSr)>
    [all...]
AArch64SchedCyclone.td 114 def : InstRW<[WriteImmZ], (instrs MOVZWi,MOVZXi,ANDWri,ANDXri)>;
125 def : InstRW<[WriteMov], (instrs COPY,ORRXrr,ADDXrr)>;
272 def : InstRW<[WriteST, WriteST], (instrs STPQi)>;
290 def : InstRW<[WriteI], (instrs ISB)>;
334 def : InstRW<[WriteVMov], (instrs ORRv16i8)>;
350 def : InstRW<[WriteLD], (instrs FMOVSWr,FMOVDXr,FMOVDXHighr)>;
431 def : InstRW<[CyWriteV4], (instrs FADDPv2i32p)>;
432 def : InstRW<[CyWriteV5], (instrs FADDPv2i64p)>;
439 def : InstRW<[CyWriteV4], (instrs FADDSrr,FADDv2f32,FADDv4f32,
443 def : InstRW<[CyWriteV5], (instrs FADDDrr,FADDv2f64
    [all...]
  /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/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h 37 /// or ha16(_foo) for instrs like 'li' or 'addis'.
41 /// implied 2 zero bits for instrs like 'std'.
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 90 if (!CurFn->Instrs.empty()) {
91 const InstrInfoTy &LastInstr = InstrInfo[CurFn->Instrs.back()];
99 CurFn->Instrs.push_back(MCL);
188 if (FI.Instrs.empty())
246 StringRef PrevFilename = InstrInfo[FI.Instrs[0]].Filename;
247 for (size_t J = 1, F = FI.Instrs.size(); J != F; ++J) {
248 if (PrevFilename == InstrInfo[FI.Instrs[J]].Filename)
252 PrevFilename = InstrInfo[FI.Instrs[J]].Filename;
254 FilenameSegmentLengths[LastSegmentEnd] = FI.Instrs.size() - LastSegmentEnd;
275 for (size_t J = 0, F = FI.Instrs.size(); J != F; ++J)
    [all...]
  /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/llvm/test/Assembler/
ConstantExprFoldCast.ll 12 ; Test folding of binary instrs
  /external/valgrind/memcheck/tests/ppc32/
power_ISA2_07.c 10 /* b0 may be non-zero in lwarx/ldarx Power6 instrs */
power_ISA2_05.c 10 * the parity instrs
167 /* b0 may be non-zero in lwarx/ldarx Power6 instrs */
  /external/valgrind/memcheck/tests/ppc64/
power_ISA2_07.c 10 /* b0 may be non-zero in lwarx/ldarx Power6 instrs */
power_ISA2_05.c 10 * the parity instrs
172 /* b0 may be non-zero in lwarx/ldarx Power6 instrs */
  /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/Transforms/Utils/
DemoteRegToStack.cpp 95 /* empty */; // Don't insert before PHI nodes or landingpad instrs.
139 /* empty */; // Don't insert before PHI nodes or landingpad instrs.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 323 ArrayRef<MCCFIInstruction> Instrs) const override {
324 if (Instrs.empty())
331 for (size_t i = 0, e = Instrs.size(); i != e; ++i) {
332 const MCCFIInstruction &Inst = Instrs[i];
345 const MCCFIInstruction &LRPush = Instrs[++i];
348 const MCCFIInstruction &FPPush = Instrs[++i];
378 const MCCFIInstruction &Inst2 = Instrs[++i];
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 70 SmallVector<MachineInstr*, 8> Instrs;
74 bool isCollapsed() const { return Instrs.empty(); }
110 Instrs.clear();
317 while (!dv->Instrs.empty())
318 TII->setExecutionDomain(dv->Instrs.pop_back_val(), domain);
339 A->Instrs.append(B->Instrs.begin(), B->Instrs.end());
705 dv->Instrs.push_back(mi);
MachineTraceMetrics.cpp     [all...]
MachineCombiner.cpp 78 void instr2instrSC(SmallVectorImpl<MachineInstr *> &Instrs,
257 SmallVectorImpl<MachineInstr *> &Instrs,
259 for (auto *InstrPtr : Instrs) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 466 generateCompactUnwindEncodingImpl(ArrayRef<MCCFIInstruction> Instrs) const {
467 if (Instrs.empty()) return 0;
485 for (unsigned i = 0, e = Instrs.size(); i != e; ++i) {
486 const MCCFIInstruction &Inst = Instrs[i];
580 (Instrs.size() == 1 && NumDefCFAOffsets == 1 && StackSize == 2))
763 ArrayRef<MCCFIInstruction> Instrs) const override {
764 return generateCompactUnwindEncodingImpl(Instrs);
782 ArrayRef<MCCFIInstruction> Instrs) const override {
783 return generateCompactUnwindEncodingImpl(Instrs);
  /development/testrunner/test_defs/
instrumentation_test.py 249 instrs = manifest_parser.GetInstrumentationNames()
250 if not instrs:
255 elif len(instrs) > 1:
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 67 DEBUG(dbgs() << "IC: ADDING: " << NumEntries << " instrs to worklist\n");
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 90 // fixup_arm_thumb_cp - Fixup for Thumb load/store from constant pool instrs.
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 40 // (instrs a, b, ...) Evaluate and union all arguments. Identical to AddOp.
51 // instruction names using lower_bound. Note that the predefined instrs must be
92 Sets.addFieldExpander("InstRW", "Instrs");
95 // (instrs Op1, Op1...)
96 Sets.addOperator("instrs", new InstrsOp);
674 // ClassInstrs will hold an entry for each subset of Instrs in InstRWDef that
675 // intersects with an existing class via a previous InstRWDef. Instrs that do
679 // Sort Instrs into sets.
700 // For each set of Instrs, create a new class if necessary, and map or remap
701 // the Instrs to it
    [all...]

Completed in 1873 milliseconds

1 2 3 4 5