OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasClobberLR
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.h
36
bool
HasClobberLR
= false;
75
void setHasClobberLR(bool v) {
HasClobberLR
= v; }
76
bool
hasClobberLR
() const { return
HasClobberLR
; }
HexagonFrameLowering.cpp
1177
if ((MFI.hasCalls() && !enableAllocFrameElim(MF)) || HMFI.
hasClobberLR
())
HexagonISelLowering.cpp
667
Op.getOpcode() != ISD::INLINEASM_BR) || HMFI.
hasClobberLR
())
Completed in 64 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026