Home
last modified time | relevance | path

Searched refs:MemType (Results 1 – 25 of 31) sorted by relevance

12

/external/capstone/bindings/java/capstone/
DXcore.java16 public static class MemType extends Structure { class in Xcore
31 public MemType mem;
41 value.setType(MemType.class); in read()
DMips.java16 public static class MemType extends Structure { class in Mips
29 public MemType mem;
44 value.setType(MemType.class); in read()
DSparc.java16 public static class MemType extends Structure { class in Sparc
30 public MemType mem;
40 value.setType(MemType.class); in read()
DSystemz.java16 public static class MemType extends Structure { class in Systemz
31 public MemType mem;
41 value.setType(MemType.class); in read()
DPpc.java16 public static class MemType extends Structure { class in Ppc
40 public MemType mem;
51 value.setType(MemType.class); in read()
DArm64.java16 public static class MemType extends Structure { class in Arm64
31 public MemType mem;
65 value.setType(MemType.class); in read()
DX86.java16 public static class MemType extends Structure { class in X86
33 public MemType mem;
51 value.setType(MemType.class); in read()
DArm.java16 public static class MemType extends Structure { class in Arm
32 public MemType mem;
62 value.setType(MemType.class); in read()
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Structs.h74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType; typedef
DSparseLU_Memory.h209 …ar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& n… in memXpand()
DSparseLUImpl.h38 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
/external/swiftshader/third_party/subzero/src/
DIceInstX8664.cpp161 const Type MemType = getType(); in emit() local
162 if (Base->getType() != IceType_i32 && MemType != IceType_void) { in emit()
DWasmTranslator.cpp1204 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()
DIceTargetLoweringX86Base.h311 X86OperandMem *computeAddressOpt(const Inst *Instr, Type MemType,
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c114 declaration.MemType = TGSI_MEMORY_TYPE_GLOBAL; in tgsi_default_declaration()
149 declaration.MemType = memtype; in tgsi_build_declaration()
419 full_decl->Declaration.MemType, in tgsi_build_full_declaration()
Dtgsi_text.c1440 decl.Declaration.MemType = TGSI_MEMORY_TYPE_GLOBAL; in parse_declaration()
1443 decl.Declaration.MemType = TGSI_MEMORY_TYPE_SHARED; in parse_declaration()
1446 decl.Declaration.MemType = TGSI_MEMORY_TYPE_PRIVATE; in parse_declaration()
1449 decl.Declaration.MemType = TGSI_MEMORY_TYPE_INPUT; in parse_declaration()
Dtgsi_dump.c368 switch (decl->Declaration.MemType) { in iter_declaration()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c1465 decl.Declaration.MemType = TGSI_MEMORY_TYPE_GLOBAL; in parse_declaration()
1468 decl.Declaration.MemType = TGSI_MEMORY_TYPE_SHARED; in parse_declaration()
1471 decl.Declaration.MemType = TGSI_MEMORY_TYPE_PRIVATE; in parse_declaration()
1474 decl.Declaration.MemType = TGSI_MEMORY_TYPE_INPUT; in parse_declaration()
Dtgsi_build.c114 declaration.MemType = TGSI_MEMORY_TYPE_GLOBAL; in tgsi_default_declaration()
149 declaration.MemType = mem_type; in tgsi_build_declaration()
430 full_decl->Declaration.MemType, in tgsi_build_full_declaration()
Dtgsi_dump.c399 switch (decl->Declaration.MemType) { in iter_declaration()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h141 unsigned MemType : 2; /**< TGSI_MEMORY_TYPE_x for TGSI_FILE_MEMORY */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h141 unsigned MemType : 2; /**< TGSI_MEMORY_TYPE_x for TGSI_FILE_MEMORY */ member
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1161 bool needsCmpXchgNb(Type *MemType) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1289 bool needsCmpXchgNb(Type *MemType) const;
/external/clang/lib/CodeGen/
DCGCall.cpp3616 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()

12