HomeSort by relevance Sort by last modified time
    Searched refs:Define (Results 76 - 100 of 212) sorted by null

1 2 34 5 6 7 8 9

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 16 #define DEBUG_TYPE "instr-emitter"
226 MIB.addReg(VRBase, RegState::Define);
241 MIB.addReg(VRBase, RegState::Define);
253 MIB.addReg(VRBase, RegState::Define);
768 // The MachineInstr may also define physregs instead of virtregs. These
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 40 # Define the default target
51 define TOOLCHAIN_RULE
67 # Define the toolchain targets for all usable toolchains via the macro.
200 # the 'all' target. Here we leave it blank to be first, but define it later
254 define DEPEND_RULE
313 # Define a LOG macro that allow a command to be run in quiet mode where
324 define LOG
329 define LOG
333 define LOG
346 define SRC_TO_OB
    [all...]
  /dalvik/vm/
Android.mk 50 # Define WITH_ADDRESS_SANITIZER to build an ASan-instrumented version of the
  /external/compiler-rt/make/platform/
clang_linux.mk 12 # compiler and only define configurations we know that compiler can generate.
19 # Only define configs if we detected a linux target.
22 # Define configs only if arch in triple is i386 or x86_64
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 249 MIB.addReg(LowGPR, RegState::Define);
250 MIB.addReg(HighGPR, RegState::Define);
  /ndk/build/core/
init.mk 36 # Define NDK_LOG=1 in your environment to display log traces when
44 # Define NDK_HOST_32BIT=1 in your environment to always use toolchain in 32-bit
76 # Define a few useful variables and functions.
159 $(call __ndk_info,Please define HOST_OS in your environment.)
339 # Define HOST_ECHO_N to perform the equivalent of 'echo -n' on all platforms.
376 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !)
381 # On Cygwin/MSys, define the 'cygwin-to-host-path' function here depending on the
425 # Call an awk script to generate a Makefile fragment used to define a function
467 $(call __ndk_info,Please define NDK_PLATFORMS_ROOT to point to a valid directory.)\
508 # Each one of these files should define the following variables
    [all...]
main.mk 18 # Define the main configuration variables, and read the host-specific
66 Please define it to one of: $(NDK_ALL_APPS))
  /external/llvm/lib/Target/R600/
AMDGPUIndirectAddressing.cpp 122 MOV.addReg(DstReg, RegState::Define | RegState::Implicit);
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 10 #define MCLD_TARGET_GNU_LDBACKEND_H
233 return ResolveInfo::Define;
390 // Based on Kind in LDFileFormat to define basic section orders for ELF, and
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 73 ResolveInfo::Desc desc = ResolveInfo::Define;
  /external/v8/src/arm/
lithium-arm.cc 37 #define DEFINE_COMPILE(type) \
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
691 return Define(instr,
699 return Define(instr,
707 return Define(instr,
715 return Define(instr, ToUnallocated(reg));
722 return Define(instr, ToUnallocated(reg));
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 37 #define DEFINE_COMPILE(type) \
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
691 return Define(instr,
699 return Define(instr,
707 return Define(instr,
715 return Define(instr, ToUnallocated(reg));
722 return Define(instr, ToUnallocated(reg));
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 39 #define DEFINE_COMPILE(type) \
673 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
684 return Define(instr,
693 return Define(instr,
701 return Define(instr,
709 return Define(instr, ToUnallocated(reg));
717 return Define(instr, ToUnallocated(reg));
    [all...]
  /bionic/libc/
Android.mk 5 # Define the common source files for all the libc instances
471 define libc-add-cpu-variant-src
491 # Define some common cflags
540 # Define ANDROID_SMP appropriately.
547 # crtbrand.c needs <stdint.h> and a #define for the platform SDK version.
552 # Define some common includes
566 # Define the libc run-time (crt) support object files that must be built,
  /external/chromium_org/v8/src/
lithium-allocator.cc 721 void LAllocator::Define(LifetimePosition position,
942 Define(curr_position, to, from);
949 Define(curr_position, to, from);
967 Define(curr_position, output, NULL);
    [all...]
lithium-allocator.h 29 #define V8_LITHIUM_ALLOCATOR_H_
495 void Define(LifetimePosition position, LOperand* operand, LOperand* hint);
  /external/v8/src/
lithium-allocator.cc 710 void LAllocator::Define(LifetimePosition position,
921 Define(curr_position, to, from);
928 Define(curr_position, to, from);
946 Define(curr_position, output, NULL);
    [all...]
lithium-allocator.h 29 #define V8_LITHIUM_ALLOCATOR_H_
509 void Define(LifetimePosition position, LOperand* operand, LOperand* hint);
  /external/chromium/base/
string_util.h 8 #define BASE_STRING_UTIL_H_
159 #error Define string operations appropriately for your platform
  /external/chromium_org/base/strings/
string_util.h 8 #define BASE_STRINGS_STRING_UTIL_H_
153 #error Define string operations appropriately for your platform
  /external/chromium_org/ppapi/generators/
idl_c_header.py 121 item = cgen.Define(node, releases, prefix=pref, comment=True)
244 out.Write('#ifndef %s\n#define %s\n\n' % (def_guard, def_guard))
284 out.Write('\n#define PPAPI_RELEASE %s\n' % release)
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 316 .addReg(ARM::R3, RegState::Define);
  /external/protobuf/
Android.mk 218 # Define the header files to be copied
284 # Define the header files to be copied
  /build/core/
cleanbuild.mk 28 define _add-clean-step
45 define add-clean-step
214 # Define the rules for commandline invocation.
envsetup.mk 106 # Define them here so they can be used in product config files.

Completed in 2849 milliseconds

1 2 34 5 6 7 8 9