OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemLoc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util.h
20
class
MemLoc
{
22
explicit
MemLoc
(int offset_from_aligned = 0);
23
explicit
MemLoc
(void *const real_addr) : loc_(real_addr) { }
24
~
MemLoc
();
28
MemLoc
(const
MemLoc
&);
29
void operator = (const
MemLoc
&);
75
void Read(const
MemLoc
&ml, int size, bool expect_race = false) {
78
void Write(const
MemLoc
&ml, int size, bool expect_race = false) {
81
void Read1(const
MemLoc
&ml, bool expect_race = false)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackProtector.cpp
173
Optional<MemoryLocation>
MemLoc
= MemoryLocation::getOrNone(I);
174
if (
MemLoc
.hasValue() &&
MemLoc
->Size.hasValue() &&
175
MemLoc
->Size.getValue() > AllocSize)
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
247
const MemoryLocation &
MemLoc
, bool isLoad, BasicBlock::iterator ScanIt,
260
MemLoc
, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA);
275
const MemoryLocation &
MemLoc
, bool isLoad, BasicBlock::iterator ScanIt,
278
return getPointerDependencyFrom(
MemLoc
, isLoad, ScanIt, BB, QueryInst, Limit,
370
const MemoryLocation &
MemLoc
, bool isLoad, BasicBlock::iterator ScanIt,
459
if (BatchAA.isMustAlias(ArgLoc,
MemLoc
))
467
AliasResult R = BatchAA.alias(Loc,
MemLoc
);
513
AliasResult R = BatchAA.alias(LoadLoc,
MemLoc
);
571
if (!isModOrRefSet(BatchAA.getModRefInfo(SI,
MemLoc
)))
580
AliasResult R = BatchAA.alias(StoreLoc,
MemLoc
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
1038
MemoryLocation
MemLoc
= *MemLocOpt;
1039
if (!AvailableInvariants.count(
MemLoc
))
1044
return AvailableInvariants.lookup(
MemLoc
) <= GenAt;
1285
MemoryLocation
MemLoc
=
1288
if (!AvailableInvariants.count(
MemLoc
))
1289
AvailableInvariants.insert(
MemLoc
, CurrentGeneration);
1395
auto
MemLoc
= MemoryLocation::get(&Inst);
1396
if (!AvailableInvariants.count(
MemLoc
))
1397
AvailableInvariants.insert(
MemLoc
, CurrentGeneration);
DeadStoreElimination.cpp
506
MemoryLocation
MemLoc
= MemoryLocation::get(SecondI);
507
auto *MemLocPtr = const_cast<Value *>(
MemLoc
.Ptr);
538
if (isModSet(AA.getModRefInfo(I,
MemLoc
.getWithNewPtr(Ptr))))
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026