HomeSort by relevance Sort by last modified time
    Searched defs:Mem (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /external/llvm/lib/Support/
MemoryBuffer.cpp 76 char *Mem = static_cast<char *>(operator new(N + NameRef.size() + 1));
77 CopyStringRef(Mem + N, NameRef);
78 return Mem;
144 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow));
145 if (!Mem)
149 CopyStringRef(Mem + sizeof(MemoryBufferMem), NameRef);
152 char *Buf = Mem + AlignedStringLen;
155 auto *Ret = new (Mem) MemoryBufferMem(StringRef(Buf, Size), true);
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 183 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
184 DIEString MemStr = getString("mem");
185 Mem->addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, MemStr);
187 Mem->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FooRef);
190 Foo.addChild(std::move(Mem));
197 // struct foo { foo *mem; };
205 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
206 DIEString MemStr = getString("mem");
207 Mem->addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, MemStr);
209 Mem->addValue(Alloc, dwarf::DW_AT_data_member_location, dwarf::DW_FORM_data1
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
MemoryBuffer.cpp 72 char *Mem = static_cast<char*>(operator new(sizeof(T) + Name.size() + 1));
73 CopyStringRef(Mem + sizeof(T), Name);
74 return new (Mem) T(Buffer, RequiresNullTerminator);
129 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow));
130 if (!Mem) return 0;
133 CopyStringRef(Mem + sizeof(MemoryBufferMem), BufferName);
136 char *Buf = Mem + AlignedStringLen;
139 return new (Mem) MemoryBufferMem(StringRef(Buf, Size), true);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
MemoryBuffer.cpp 76 char *Mem = static_cast<char *>(operator new(N + NameRef.size() + 1));
77 CopyStringRef(Mem + N, NameRef);
78 return Mem;
144 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow));
145 if (!Mem)
149 CopyStringRef(Mem + sizeof(MemoryBufferMem), NameRef);
152 char *Buf = Mem + AlignedStringLen;
155 auto *Ret = new (Mem) MemoryBufferMem(StringRef(Buf, Size), true);
  /external/swiftshader/third_party/subzero/src/
IceInstMIPS32.cpp 907 auto *Mem = llvm::dyn_cast<OperandMIPS32Mem>(getSrc(0));
908 Asm->ldc1(getDest(), Mem->getBase(), Mem->getOffset(), Reloc);
913 auto *Mem = llvm::dyn_cast<OperandMIPS32Mem>(getSrc(0));
914 ConstantInteger32 *Offset = llvm::cast<ConstantInteger32>(Mem->getOffset());
916 Asm->ll(getDest(), Mem->getBase(), Imm);
921 auto *Mem = llvm::dyn_cast<OperandMIPS32Mem>(getSrc(0));
922 ConstantInteger32 *Offset = llvm::cast<ConstantInteger32>(Mem->getOffset());
924 Asm->lw(getDest(), Mem->getBase(), Imm);
929 auto *Mem = llvm::dyn_cast<OperandMIPS32Mem>(getSrc(0))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
PciRootBridgeIo.h 203 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Mem;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciRootBridgeIo.h 421 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Mem;
PciIo.h 58 #define EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY 0x0008 ///< MEM cycles 0xA0000-0xBFFFF (24 bit decode)
526 EFI_PCI_IO_PROTOCOL_ACCESS Mem;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmResourceDescriptor.h 216 STM_RSC_MEM_DESC Mem;
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 103 } Mem;
127 Mem = o.Mem;
158 return Mem.Base;
163 return Mem.Off;
168 return Mem.OffReg;
257 Op->Mem.Base = Base;
258 Op->Mem.Off = Off;
259 Op->Mem.OffReg = 0;
268 Op->Mem.Base = Base
    [all...]
  /external/syslinux/efi32/include/efi/
efipciio.h 202 EFI_PCI_IO_PROTOCOL_ACCESS Mem;
  /external/syslinux/efi64/include/efi/
efipciio.h 202 EFI_PCI_IO_PROTOCOL_ACCESS Mem;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipciio.h 202 EFI_PCI_IO_PROTOCOL_ACCESS Mem;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciRootBridgeIo.h 372 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Mem;
PciIo.h 56 #define EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY 0x0008 ///< MEM cycles 0xA0000-0xBFFFF (24 bit decode)
487 EFI_PCI_IO_PROTOCOL_ACCESS Mem;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/
PciIo.h 64 #define EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY 0x0008 // MEM cycles 0xA0000-0xBFFFF (24 bit decode)
256 EFI_PCI_IO_PROTOCOL_ACCESS Mem;
  /external/clang/include/clang/Basic/
IdentifierTable.h 490 void *Mem = getAllocator().Allocate<IdentifierInfo>();
491 II = new (Mem) IdentifierInfo();
521 void *Mem = getAllocator().Allocate<IdentifierInfo>();
522 II = new (Mem) IdentifierInfo();
  /external/clang/lib/AST/
DeclTemplate.cpp 60 void *Mem = C.Allocate(totalSizeToAlloc<NamedDecl *>(Params.size()),
62 return new (Mem) TemplateParameterList(TemplateLoc, LAngleLoc, Params,
673 void *Mem = Context.Allocate(totalSizeToAlloc<TemplateArgument>(Args.size()));
674 return new (Mem) TemplateArgumentList(Args);
    [all...]
ExprCXX.cpp 229 void *Mem = C.Allocate(Size, llvm::alignOf<UnresolvedLookupExpr>());
230 return new (Mem) UnresolvedLookupExpr(C, NamingClass, QualifierLoc,
244 void *Mem = C.Allocate(Size, llvm::alignOf<UnresolvedLookupExpr>());
245 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell());
385 void *Mem = C.Allocate(Size);
386 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc,
398 void *Mem = C.Allocate(Size);
400 = new (Mem) DependentScopeDeclRefExpr(QualType(), NestedNameSpecifierLoc(),
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 569 std::pair<IdentifierInfo,const unsigned char*> *Mem =
572 Mem->second = IDData;
574 IdentifierInfo *II = new ((void*) Mem) IdentifierInfo();
  /external/llvm/lib/IR/
Attributes.cpp 566 void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size()));
567 PA = new (Mem) AttributeSetNode(SortedAttrs);
703 void *Mem = ::operator new(
705 PA = new (Mem) AttributeSetImpl(C, Attrs);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 501 void *Mem = getAllocator().Allocate<IdentifierInfo>();
502 II = new (Mem) IdentifierInfo();
532 void *Mem = getAllocator().Allocate<IdentifierInfo>();
533 II = new (Mem) IdentifierInfo();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
IdentifierTable.h 514 void *Mem = getAllocator().Allocate<IdentifierInfo>();
515 II = new (Mem) IdentifierInfo();
545 void *Mem = getAllocator().Allocate<IdentifierInfo>();
546 II = new (Mem) IdentifierInfo();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
IdentifierTable.h 514 void *Mem = getAllocator().Allocate<IdentifierInfo>();
515 II = new (Mem) IdentifierInfo();
545 void *Mem = getAllocator().Allocate<IdentifierInfo>();
546 II = new (Mem) IdentifierInfo();

Completed in 681 milliseconds

1 23 4 5 6