HomeSort by relevance Sort by last modified time
    Searched full:instrs (Results 126 - 150 of 359) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/
NightlyTestTemplate.html 190 <li><a name="Instrs">Instrs</a> - The number of LLVM instructions in the
  /external/valgrind/callgrind/
bb.c 262 " new: Obj %s, Off %#lx, BBOff %#lx, Instrs %u\n",
266 " old: Obj %s, Off %#lx, BBOff %#lx, Instrs %u\n",
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 184 << "********** EXPANDING POST-RA PSEUDO INSTRS **********\n"
  /external/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 106 for (auto &MI : B.instrs())
  /external/llvm/lib/Target/Sparc/
SparcInstr64Bit.td 101 // 3 instrs:
106 // 4 instrs:
111 // 5 instrs:
118 // Worst case is 6 instrs:
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ExpandPostRAPseudos.cpp 193 << "********** EXPANDING POST-RA PSEUDO INSTRS **********\n"
  /external/llvm/lib/Target/AArch64/
AArch64SchedA53.td 201 def : InstRW<[WriteI], (instrs COPY)>;
286 def : InstRW<[A53WriteFDivSP], (instrs FDIVSrr)>;
287 def : InstRW<[A53WriteFDivDP], (instrs FDIVDrr)>;
AArch64SchedKryo.td 125 def : InstRW<[WriteI], (instrs COPY)>;
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 127 SmallVector<MachineInstr*, 4> Instrs;
128 /// Index in Instrs of the instruction being latest in the schedule.
130 /// Index in Instrs of the instruction being earliest in the schedule.
815 const MachineInstr *First = Cand.Instrs.front();
823 for (const MachineInstr *MI : Cand.Instrs) {
854 MachineInstr *LatestMI = Cand.Instrs[Cand.LatestMIIdx];
875 iterator EarliestI(Cand.Instrs[Cand.EarliestMIIdx]);
884 for (MachineInstr *MI : Cand.Instrs)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 243 if (!cf || cf->exec.instrs_count >= ARRAY_SIZE(ctx->cf->exec.instrs))
570 /* NOTE blob compiler seems to always puts PRED_* instrs in a CF by
610 /* NOTE blob compiler seems to always puts PRED_* instrs in a CF by
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 156 unsigned Instrs = 0;
158 Instrs += NumBBInsts[TI.getSuccessor(I)];
160 Reduction += InlineConstants::InstrCost*Instrs*(NumSucc-1)/NumSucc;
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 201 s.append (indent + INDENT_INCREMENT + "block " + bl + " (" + m_blockSizes [bl] + " instrs) : ");
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp     [all...]

Completed in 776 milliseconds

1 2 3 4 56 7 8 91011>>