/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
D | AllocPages.c | 120 INTN MemType = -1; in efi_main() local 170 MemType = xtoi(argv[2]); in efi_main() 178 if ( (MemType < 0) || (MemType > 13) ) { in efi_main() 194 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr); in efi_main() 196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr); in efi_main()
|
/external/capstone/bindings/java/capstone/ |
D | Xcore.java | 16 public static class MemType extends Structure { class in Xcore 31 public MemType mem; 41 value.setType(MemType.class); in read()
|
D | Mips.java | 16 public static class MemType extends Structure { class in Mips 29 public MemType mem; 44 value.setType(MemType.class); in read()
|
D | Systemz.java | 16 public static class MemType extends Structure { class in Systemz 31 public MemType mem; 41 value.setType(MemType.class); in read()
|
D | Sparc.java | 16 public static class MemType extends Structure { class in Sparc 30 public MemType mem; 40 value.setType(MemType.class); in read()
|
D | Ppc.java | 16 public static class MemType extends Structure { class in Ppc 40 public MemType mem; 51 value.setType(MemType.class); in read()
|
D | Arm64.java | 16 public static class MemType extends Structure { class in Arm64 31 public MemType mem; 65 value.setType(MemType.class); in read()
|
D | Arm.java | 16 public static class MemType extends Structure { class in Arm 32 public MemType mem; 62 value.setType(MemType.class); in read()
|
D | X86.java | 16 public static class MemType extends Structure { class in X86 33 public MemType mem; 51 value.setType(MemType.class); in read()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Structs.h | 74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType; typedef
|
D | SparseLU_Memory.h | 209 …ar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& n… in memXpand()
|
D | SparseLUImpl.h | 38 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8664.cpp | 161 const Type MemType = getType(); in emit() local 162 if (Base->getType() != IceType_i32 && MemType != IceType_void) { in emit()
|
D | WasmTranslator.cpp | 1204 Node LoadMem(wasm::LocalType Type, MachineType MemType, Node Index, in LoadMem() argument 1206 LOG(out << "LoadMem." << toIceType(MemType) << "(" << Index << "[" << Offset in LoadMem() 1211 auto *LoadResult = makeVariable(toIceType(MemType)); in LoadMem() 1216 if (toIceType(Type) != toIceType(MemType)) { in LoadMem() 1221 if (MemType.IsSigned()) { in LoadMem()
|
D | IceTargetLoweringX86Base.h | 311 X86OperandMem *computeAddressOpt(const Inst *Instr, Type MemType,
|
D | IceTargetLoweringX86BaseImpl.h | 5729 TargetX86Base<TypeTraits>::computeAddressOpt(const Inst *Instr, Type MemType, 5906 return X86OperandMem::create(Func, MemType, NewAddr.Base, OffsetOp,
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 1490 decl.Declaration.MemType = TGSI_MEMORY_TYPE_GLOBAL; in parse_declaration() 1493 decl.Declaration.MemType = TGSI_MEMORY_TYPE_SHARED; in parse_declaration() 1496 decl.Declaration.MemType = TGSI_MEMORY_TYPE_PRIVATE; in parse_declaration() 1499 decl.Declaration.MemType = TGSI_MEMORY_TYPE_INPUT; in parse_declaration()
|
D | tgsi_build.c | 114 declaration.MemType = TGSI_MEMORY_TYPE_GLOBAL; in tgsi_default_declaration() 149 declaration.MemType = mem_type; in tgsi_build_declaration() 419 full_decl->Declaration.MemType, in tgsi_build_full_declaration()
|
D | tgsi_dump.c | 395 switch (decl->Declaration.MemType) { in iter_declaration()
|
D | tgsi_ureg.c | 1798 out[0].decl.MemType = memory_type; in emit_decl_memory()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 140 unsigned MemType : 2; /**< TGSI_MEMORY_TYPE_x for TGSI_FILE_MEMORY */ member
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1161 bool needsCmpXchgNb(Type *MemType) const;
|
D | X86ISelLowering.cpp | 20565 bool X86TargetLowering::needsCmpXchgNb(Type *MemType) const { in needsCmpXchgNb() 20566 unsigned OpWidth = MemType->getPrimitiveSizeInBits(); in needsCmpXchgNb() 20592 Type *MemType = AI->getType(); in shouldExpandAtomicRMWInIR() local 20596 if (MemType->getPrimitiveSizeInBits() > NativeWidth) { in shouldExpandAtomicRMWInIR() 20597 return needsCmpXchgNb(MemType) ? AtomicExpansionKind::CmpXChg in shouldExpandAtomicRMWInIR() 20631 Type *MemType = AI->getType(); in lowerIdempotentRMWIntoFencedLoad() local 20635 if (MemType->getPrimitiveSizeInBits() > NativeWidth) in lowerIdempotentRMWIntoFencedLoad()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 3616 llvm::Type *MemType = ConvertTypeForMem(I->Ty)->getPointerTo(AS); in EmitCall() local 3620 if (Addr.getType() != MemType) in EmitCall() 3621 Addr = Builder.CreateBitCast(Addr, MemType); in EmitCall()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1369 memoryFiles[i].mem_type = decl->Declaration.MemType; in scanDeclaration()
|