HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 1301 - 1325 of 8360) sorted by null

<<51525354555657585960>>

  /external/llvm/lib/CodeGen/
MIRPrinter.h 10 // This file declares the functions that print out the LLVM IR and the machine
27 /// Print a machine function using the MIR serialization format to the given
MachinePostDominators.cpp 1 //===- MachinePostDominators.cpp -Machine Post Dominator Calculation ------===//
11 // post dominators on machine functions.
MachineBlockFrequencyInfo.cpp 37 ViewMachineBlockFreqPropagationDAG("view-machine-block-freq-propagation-dags",
39 cl::desc("Pop up a window to show a dag displaying how machine block "
116 INITIALIZE_PASS_BEGIN(MachineBlockFrequencyInfo, "machine-block-freq",
117 "Machine Block Frequency Analysis", true, true)
120 INITIALIZE_PASS_END(MachineBlockFrequencyInfo, "machine-block-freq",
121 "Machine Block Frequency Analysis", true, true)
  /external/llvm/lib/LibDriver/
Options.td 24 def machine: QF<"machine">;
  /external/llvm/test/CodeGen/AArch64/
arm64-fast-isel-rem.ll 5 ; CHECK-SSA-LABEL: Machine code for function t1
11 ; CHECK-SSA-LABEL: Machine code for function t2
  /external/llvm/test/CodeGen/ARM/
taildup-branch-weight.ll 5 ; CHECK: Machine code for function test0:
32 ; CHECK: Machine code for function test1:
  /external/llvm/test/CodeGen/MIR/AArch64/
stack-object-local-offset.mir 1 # RUN: llc -mtriple=aarch64-none-linux-gnu -start-after machine-sink -stop-after machine-sink -o /dev/null %s | FileCheck %s
  /external/llvm/test/CodeGen/MIR/PowerPC/
unordered-implicit-registers.mir 1 # RUN: llc -mtriple=powerpc64-unknown-linux-gnu -start-after machine-combiner -stop-after machine-combiner -o /dev/null %s | FileCheck %s
  /external/llvm/test/Object/Mips/
elf-flags.yaml 25 # YAML-NEXT: Machine: EM_MIPS
33 Machine: EM_MIPS
  /external/llvm/test/Object/
yaml2obj-coff-multi-doc.test 14 Machine: IMAGE_FILE_MACHINE_I386
54 Machine: IMAGE_FILE_MACHINE_I386
  /external/opencv3/modules/features2d/src/
fast_score.hpp 38 * Machine learning for high-speed corner detection,
40 * Faster and better: A machine learning approach to corner detection
  /frameworks/base/core/java/com/android/internal/util/
IState.java 50 * state machine.
54 * executing within a state machine at any given time. This
  /frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h 21 uint32_t machine() const { return llvm::ELF::EM_386; } function in class:mcld::X86_32GNUInfo
34 uint32_t machine() const { return llvm::ELF::EM_X86_64; } function in class:mcld::X86_64GNUInfo
  /libcore/ojluni/src/main/java/java/lang/
OutOfMemoryError.java 29 * Thrown when the Java Virtual Machine cannot allocate an object
34 * machine as if {@linkplain Throwable#Throwable(String, Throwable,
  /system/bt/bta/jv/
bta_jv_main.c 38 /* state machine action enumeration list */
78 ** Description State machine event handling function for JV
  /toolchain/binutils/binutils-2.25/bfd/
cpu-h8500.c 50 0, /* only 1 machine */
54 TRUE, /* the default machine */
cpu-iq2000.c 32 bfd_mach_iq10, /* machine */
50 bfd_mach_iq2000, /* machine */
cpu-m32c.c 45 bfd_mach_m32c, /* machine */
63 bfd_mach_m16c, /* Machine. */
cpu-rx.c 32 bfd_mach_rx, /* Machine. */
50 bfd_mach_rx, /* Machine. */
  /toolchain/binutils/binutils-2.25/bfd/hosts/
i386bsd.h 22 #include <machine/param.h>
23 #include <machine/vmparam.h>
  /external/v8/src/compiler/
simplified-lowering.cc 33 // Representation selection and lowering of {Simplified} operators to machine
37 // machine representation after this phase, as dictated by the machine
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver.py 94 # We use a map from a set of well known state machine names to actual
95 # objects to dispatch state machine calls. This allows tests to provide
96 # alternative implementations of any state machine to wardmodem.
99 # If registered with a non-None machine, the fallback machine is used to
100 # service all AT commands that are not matched with any other machine.
177 Get the registered state machine for the given well known name.
179 @param well_known_name: The name of the desired machine.
181 @return: The machine. None if not found.
189 Register a new state machine
    [all...]
  /external/autotest/frontend/health/
passing_experimental_functional_test.py 86 machine = tko_models.Machine(machine_idx=1)
91 kernel=kernel, machine=machine,
96 kernel=kernel, machine=machine,
  /external/google-breakpad/src/common/linux/
synth_elf.cc 14 ELF::ELF(uint16_t machine,
24 // Could add support for more machine types here if needed.
25 assert(machine == EM_386 ||
26 machine == EM_X86_64 ||
27 machine == EM_ARM);
55 D16(machine);
  /external/libchrome/base/
sys_info.h 23 // Return the number of logical processors/cores on the current machine.
26 // Return the number of bytes of physical memory on the current machine.
30 // machine.
38 // Return the number of megabytes of physical memory on the current machine.
56 // Returns a descriptive string for the current machine model or an empty
57 // string if the machine model is unknown or an error occured.

Completed in 1693 milliseconds

<<51525354555657585960>>