OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useLongCalls
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp
47
bool LongCalls = MF.getSubtarget<HexagonSubtarget>().
useLongCalls
();
HexagonSubtarget.h
50
bool
UseLongCalls
= false;
191
bool
useLongCalls
() const { return
UseLongCalls
; }
HexagonFrameLowering.cpp
1381
bool LongCalls = HST.
useLongCalls
() || EnableSaveRestoreLong;
1446
bool LongCalls = HST.
useLongCalls
() || EnableSaveRestoreLong;
HexagonISelLowering.cpp
569
bool LongCalls = MF.getSubtarget<HexagonSubtarget>().
useLongCalls
();
1402
static_cast<const HexagonSubtarget &>(DAG.getSubtarget()).
useLongCalls
()
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h
196
bool
UseLongCalls
= false;
335
bool
useLongCalls
() const { return
UseLongCalls
; }
MipsISelLowering.cpp
3380
if (Subtarget.
useLongCalls
())
3385
bool
UseLongCalls
= Subtarget.
useLongCalls
();
3390
UseLongCalls
= true;
3392
UseLongCalls
= false;
3394
if (
UseLongCalls
)
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h
151
bool
UseLongCalls
;
324
bool
useLongCalls
() const { return
UseLongCalls
; }
PPCISelLowering.cpp
5576
if (Subtarget.
useLongCalls
() && !(CB && CB->isMustTailCall()))
5612
if (Subtarget.
useLongCalls
() && isa<GlobalAddressSDNode>(Callee) &&
Completed in 40 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026