OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoreBase
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AvoidStoreForwardingBlocks.cpp
391
MachineOperand &
StoreBase
= getBaseOperand(StoreInst);
420
.add(
StoreBase
)
428
if (
StoreBase
.isReg())
500
MachineOperand &
StoreBase
= getBaseOperand(StoreInst);
515
if (
StoreBase
.isReg()) {
519
getBaseOperand(StInst->getPrevNode()).setIsKill(
StoreBase
.isKill());
617
const MachineOperand &
StoreBase
= getBaseOperand(StoreInst);
618
if (LoadBase.isReg() !=
StoreBase
.isReg())
621
return LoadBase.getReg() ==
StoreBase
.getReg();
622
return LoadBase.getIndex() ==
StoreBase
.getIndex()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Loads.cpp
458
const Value *
StoreBase
= StorePtr->stripAndAccumulateConstantOffsets(
460
if (LoadBase !=
StoreBase
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp
186
Value *
StoreBase
=
189
if (
StoreBase
!= LoadBase)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
18028
const BaseIndexOffset
StoreBase
= BaseIndexOffset::match(ST, DAG);
18031
if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8,
StoreBase
,
18033
LLVM_DEBUG(dbgs() << "\nRemoving store:";
StoreBase
.dump();
Completed in 38 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026