OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocalOffset
(Results
1 - 20
of
20
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
LocalStackSlotAllocation.cpp
48
int64_t
LocalOffset
; // Local offset of the frame idx referenced
51
MI(I),
LocalOffset
(Offset) {}
53
return
LocalOffset
< RHS.
LocalOffset
;
135
int64_t
LocalOffset
= StackGrowsDown ? -Offset : Offset;
137
<<
LocalOffset
<< "\n");
139
LocalOffsets[FrameIdx] =
LocalOffset
;
141
MFI->mapLocalFrameObject(FrameIdx,
LocalOffset
);
/external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp
52
int64_t
LocalOffset
; // Local offset of the frame idx referenced
56
MI(I),
LocalOffset
(Offset), FrameIdx(Idx) {}
58
return
LocalOffset
< RHS.
LocalOffset
;
61
int64_t getLocalOffset() const { return
LocalOffset
; }
151
int64_t
LocalOffset
= StackGrowsDown ? -Offset : Offset;
153
<<
LocalOffset
<< "\n");
155
LocalOffsets[FrameIdx] =
LocalOffset
;
157
MFI->mapLocalFrameObject(FrameIdx,
LocalOffset
);
311
int64_t
LocalOffset
= LocalOffsets[Idx]
[
all
...]
/external/llvm/tools/llvm-dwp/
llvm-dwp.cpp
71
uint32_t
LocalOffset
= 0;
73
while (const char *s = Data.getCStr(&
LocalOffset
)) {
75
Strings.getOffset(s,
LocalOffset
- PrevOffset);
76
PrevOffset =
LocalOffset
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h
206
Optional<int64_t>
LocalOffset
;
215
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
242
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h
206
Optional<int64_t>
LocalOffset
;
215
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
242
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h
206
Optional<int64_t>
LocalOffset
;
215
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
242
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h
206
Optional<int64_t>
LocalOffset
;
215
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
242
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
195
Optional<int64_t>
LocalOffset
;
223
YamlIO.mapOptional("local-offset", Object.
LocalOffset
);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
195
Optional<int64_t>
LocalOffset
;
223
YamlIO.mapOptional("local-offset", Object.
LocalOffset
);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MIRYamlMapping.h
218
Optional<int64_t>
LocalOffset
;
230
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
260
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MIRYamlMapping.h
218
Optional<int64_t>
LocalOffset
;
230
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
260
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MIRYamlMapping.h
218
Optional<int64_t>
LocalOffset
;
230
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
260
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MIRYamlMapping.h
218
Optional<int64_t>
LocalOffset
;
230
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
260
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
195
Optional<int64_t>
LocalOffset
;
223
YamlIO.mapOptional("local-offset", Object.
LocalOffset
);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MIRYamlMapping.h
218
Optional<int64_t>
LocalOffset
;
230
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
260
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MIRYamlMapping.h
218
Optional<int64_t>
LocalOffset
;
230
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
260
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MIRYamlMapping.h
218
Optional<int64_t>
LocalOffset
;
230
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
260
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MIRYamlMapping.h
218
Optional<int64_t>
LocalOffset
;
230
LocalOffset
== Other.
LocalOffset
&& DebugVar == Other.DebugVar &&
260
YamlIO.mapOptional("local-offset", Object.
LocalOffset
, Optional<int64_t>());
/external/v8/src/base/platform/
platform-win32.cc
216
//
LocalOffset
(CET) = 3600000 and
LocalOffset
(PST) = -28800000. This
219
int64_t
LocalOffset
(TimezoneCache* cache);
353
int64_t Win32Time::
LocalOffset
(TimezoneCache* cache) {
395
int64_t offset =
LocalOffset
(cache);
479
// Time::
LocalOffset
inlcudes any daylight savings offset, so subtract it.
480
return static_cast<double>(t.
LocalOffset
(cache) -
[
all
...]
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
61
uint64_t
LocalOffset
= R[I++];
62
assert(
LocalOffset
< Offset && "offset point after current record");
63
return
LocalOffset
? Offset -
LocalOffset
: 0;
[
all
...]
Completed in 1699 milliseconds