OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadBase
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AvoidStoreForwardingBlocks.cpp
390
MachineOperand &
LoadBase
= getBaseOperand(LoadInst);
401
.add(
LoadBase
)
408
if (
LoadBase
.isReg())
499
MachineOperand &
LoadBase
= getBaseOperand(LoadInst);
505
if (
LoadBase
.isReg()) {
513
getBaseOperand(LastLoad).setIsKill(
LoadBase
.isKill());
616
const MachineOperand &
LoadBase
= getBaseOperand(LoadInst);
618
if (
LoadBase
.isReg() != StoreBase.isReg())
620
if (
LoadBase
.isReg())
621
return
LoadBase
.getReg() == StoreBase.getReg()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp
188
Value *
LoadBase
= GetPointerBaseWithConstantOffset(LoadPtr, LoadOffset, DL);
189
if (StoreBase !=
LoadBase
)
350
const Value *
LoadBase
=
355
getLoadLoadClobberFullWidthSize(
LoadBase
, LoadOffs, LoadSize, DepLI);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Loads.cpp
456
const Value *
LoadBase
= LoadPtr->stripAndAccumulateConstantOffsets(
460
if (
LoadBase
!= StoreBase)
Completed in 21 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026