HomeSort by relevance Sort by last modified time
    Searched defs:Define (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 18 #define LLVM_CODEGEN_MACHINEINSTRBUILDER_H
31 Define = 0x2,
39 DefineNoRead = Define | Undef,
40 ImplicitDefine = Implicit | Define,
69 flags & RegState::Define,
237 .addReg(DestReg, RegState::Define);
252 return MachineInstrBuilder(MF, MI).addReg(DestReg, RegState::Define);
263 return MachineInstrBuilder(MF, MI).addReg(DestReg, RegState::Define);
339 return B ? RegState::Define : 0;
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 10 #define MCLD_RESOLVE_INFO_H
71 Define = 1,
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 31 # * Handle #define
143 class Define(Node):
831 if name.startswith('define'):
832 # Remove "define".
841 return Define(token.start, token.end, name, value)
    [all...]
  /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...]
  /external/v8/tools/gcmole/
gcmole.cc 297 ExprEffect Define(const std::string& name);
353 Environment Define(const std::string& name) const {
493 ExprEffect ExprEffect::Define(const std::string& name) {
531 #define VISIT(type) do { \
599 #define DECL_VISIT_EXPR(type) \
602 #define IGNORE_EXPR(type) \
686 return VisitExpr(rhs, env).Define(var_name);
757 return ExprEffect::None().Define(var_name);
875 #define VISIT(type) do { \
910 #define DECL_VISIT_STMT(type)
    [all...]
  /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/ia32/
lithium-ia32.cc 39 #define DEFINE_COMPILE(type) \
675 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
686 return Define(instr,
695 return Define(instr,
703 return Define(instr,
711 return Define(instr, ToUnallocated(reg));
719 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...]

Completed in 379 milliseconds