OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemAccess
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
TargetProcessControl.h
116
MemoryAccess &getMemoryAccess() const { return *
MemAccess
; }
161
MemoryAccess *
MemAccess
= nullptr;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCIndirectionUtils.cpp
159
auto &
MemAccess
= TPCIU.getTargetProcessControl().getMemoryAccess();
167
return
MemAccess
.writeUInt32s(PtrUpdates);
175
return
MemAccess
.writeUInt64s(PtrUpdates);
213
auto &
MemAccess
= TPCIU.getTargetProcessControl().getMemoryAccess();
217
return
MemAccess
.writeUInt32s(PUpdate);
221
return
MemAccess
.writeUInt64s(PUpdate);
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
1469
auto *
MemAccess
= cast<LSBaseSDNode>(N);
1470
TypeSize StoreSize =
MemAccess
->getMemoryVT().getStoreSize();
1471
SDValue BasePtr =
MemAccess
->getBasePtr();
1472
MachineMemOperand *MMO =
MemAccess
->getMemOperand();
1476
if (
MemAccess
->getAlignment() < StoreSize ||
1477
!
MemAccess
->getOffset().isUndef())
Completed in 80 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026