Searched refs:Define (Results 1 - 25 of 110) sorted by relevance

12345

/external/llvm/autoconf/m4/
H A Drand48.m410 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
H A Dheader_mmap_anonymous.m419 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
H A Dc_printf_a.m429 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
H A Dfunc_mmap_file.m423 AC_DEFINE([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
H A Dlink_options.m438 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
60 AC_DEFINE([HAVE_LINK_EXPORT_DYNAMIC],[1],[Define if you can use -rdynamic.])
/external/blktrace/
H A Dbarrier.h30 #error Define store_barrier() for your CPU
/external/bison/m4/
H A Ddmalloc.m416 [Define if using the dmalloc debugging malloc package])
/external/compiler-rt/lib/interception/
H A DMakefile.mk22 # Define a convenience variable for all the interception functions.
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk21 # Define a convenience variable for all the sanitizer_common functions.
/external/compiler-rt/lib/builtins/
H A DMakefile.mk19 # Define the variables for this specific directory.
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h24 return Define(node, new (zone())
29 return Define(result, new (zone())
34 return Define(node, new (zone())
40 return Define(node, new (zone())
53 return Define(node, ToUnallocatedOperand(location, type));
163 UnallocatedOperand* Define(Node* node, UnallocatedOperand* operand) { function in class:v8::internal::compiler::OperandGenerator
/external/compiler-rt/lib/asan/
H A DMakefile.mk27 # Define a convenience variable for all the asan functions.
/external/compiler-rt/lib/ubsan/
H A DMakefile.mk25 # Define a convenience variable for all the ubsan functions.
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h31 Define = 0x2, enumerator in enum:llvm::RegState::__anon10136
39 DefineNoRead = Define | Undef,
40 ImplicitDefine = Implicit | Define,
73 flags & RegState::Define,
249 .addReg(DestReg, RegState::Define);
264 return MachineInstrBuilder(MF, MI).addReg(DestReg, RegState::Define);
275 return MachineInstrBuilder(MF, MI).addReg(DestReg, RegState::Define);
399 return B ? RegState::Define : 0;
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIInstrInfo.cpp56 MachineInstrBuilder(MI).addReg(DstReg, RegState::Define);
H A DR600InstrInfo.cpp59 .addReg(RI.getSubReg(DestReg, SubRegIndex), RegState::Define)
63 .addReg(DestReg, RegState::Define | RegState::Implicit);
82 MachineInstrBuilder(MI).addReg(DstReg, RegState::Define);
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh10 * in the same application. Define JEMALLOC_MANGLE in order to cause automatic
/external/libexif/test/nls/
H A Dtest-codeset.c36 #error Define one of the CODESET_* macros!
/external/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp419 .addReg(ARM::R3, RegState::Define);
432 .addReg(ARM::R12, RegState::Define)
436 .addReg(ARM::R3, RegState::Define);
441 .addReg(ARM::LR, RegState::Define)
445 .addReg(ARM::R3, RegState::Define)
H A DARMExpandPseudoInsts.cpp397 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
399 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
401 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
403 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
530 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
532 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
534 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
536 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
673 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
703 .addReg(DstReg, RegState::Define | getDeadRegStat
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp110 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
188 RegState::Define | getDeadRegState(DstIsDead && CountThree))
212 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
362 RegState::Define | getDeadRegState(DstIsDead && SingleMovk))
378 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
527 .addReg(DstReg, RegState::Define |
552 RegState::Define |
/external/fio/
H A Dhash.h28 #error Define GOLDEN_RATIO_PRIME for your wordsize.
/external/compiler-rt/make/platform/
H A Dclang_linux.mk22 # Define configs only if arch in triple is i386 or x86_64
/external/deqp/framework/delibs/debase/
H A DdeDefs.h180 # error Define intptr types.
192 # error Define 64-bit and intptr types.

Completed in 1230 milliseconds

12345