Home
last modified time | relevance | path

Searched refs:MemDesc (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.h44 struct MemDesc { struct
50 MemDesc() in MemDesc() argument
64 MemDesc PtrType(const void* ptr);
78 typedef std::unordered_map<const void*, MemDesc> MDMap;
114 ProcessState::MemDesc md, mutex* mu) in RecordingAllocator()
137 ProcessState::MemDesc md_;
Dprocess_state.cc47 string ProcessState::MemDesc::DebugString() { in DebugString()
52 ProcessState::MemDesc ProcessState::PtrType(const void* ptr) { in PtrType()
59 return MemDesc(); in PtrType()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.cc139 ProcessState::MemDesc md; in GetGPUAllocator()
140 md.loc = ProcessState::MemDesc::GPU; in GetGPUAllocator()
258 ProcessState::MemDesc md; in GetGpuHostAllocator()
259 md.loc = ProcessState::MemDesc::CPU; in GetGpuHostAllocator()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h123 struct MemDesc { struct
130 ArrayRef<MemDesc> MMODescrs;
133 const ArrayRef<MemDesc> MMODescrs) in LegalityQuery()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1007 const MCInstrDesc &MemDesc = get(MemOpcode); in foldMemoryOperandImpl() local
1008 uint64_t AccessBytes = SystemZII::getAccessSize(MemDesc.TSFlags); in foldMemoryOperandImpl()
1017 if (MemDesc.TSFlags & SystemZII::HasIndex) in foldMemoryOperandImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp365 SmallVector<LegalityQuery::MemDesc, 2> MemDescrs; in getAction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1298 const MCInstrDesc &MemDesc = get(MemOpcode); in foldMemoryOperandImpl() local
1299 uint64_t AccessBytes = SystemZII::getAccessSize(MemDesc.TSFlags); in foldMemoryOperandImpl()
1308 if (MemDesc.TSFlags & SystemZII::HasIndex) in foldMemoryOperandImpl()