OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadOffset
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h
95
bool isLoadOfStoredAddress(uint64_t LoadSize, int64_t
LoadOffset
,
PPCHazardRecognizers.cpp
301
isLoadOfStoredAddress(uint64_t LoadSize, int64_t
LoadOffset
,
305
if (LoadValue == StoreValue[i] &&
LoadOffset
== StoreOffset[i])
313
if (StoreOffset[i] <
LoadOffset
) {
314
if (int64_t(StoreOffset[i]+StoreSize[i]) >
LoadOffset
) return true;
316
if (int64_t(
LoadOffset
+LoadSize) > StoreOffset[i]) return true;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
104
if (ConstantSDNode *
LoadOffset
= dyn_cast<ConstantSDNode>(Ptr1)) {
108
int LoadOffs =
LoadOffset
->getZExtValue();
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
819
int64_t StoreOffset = 0,
LoadOffset
= 0;
822
Value *LoadBase = GetPointerBaseWithConstantOffset(LoadPtr,
LoadOffset
, DL);
831
if (
LoadOffset
== StoreOffset) {
853
if (StoreOffset <
LoadOffset
)
854
isAAFailure = StoreOffset+int64_t(StoreSize) <=
LoadOffset
;
856
isAAFailure =
LoadOffset
+int64_t(LoadSize) <= StoreOffset;
874
if (StoreOffset >
LoadOffset
||
875
StoreOffset+StoreSize <
LoadOffset
+LoadSize)
880
return
LoadOffset
-StoreOffset;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp
784
int64_t StoreOffset = 0,
LoadOffset
= 0;
786
Value *LoadBase = GetPointerBaseWithConstantOffset(LoadPtr,
LoadOffset
, TD);
795
if (
LoadOffset
== StoreOffset) {
817
if (StoreOffset <
LoadOffset
)
818
isAAFailure = StoreOffset+int64_t(StoreSize) <=
LoadOffset
;
820
isAAFailure =
LoadOffset
+int64_t(LoadSize) <= StoreOffset;
838
if (StoreOffset >
LoadOffset
||
839
StoreOffset+StoreSize <
LoadOffset
+LoadSize)
844
return
LoadOffset
-StoreOffset;
[
all
...]
/external/llvm/lib/CodeGen/
MachinePipeliner.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
[
all
...]
Completed in 530 milliseconds