OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPIC
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp
171
bool
IsPIC
;
419
if (
IsPIC
) {
803
(Br->isUnconditionalBranch() &&
IsPIC
))) {
845
IsPIC
= TM.isPositionIndependent();
850
if (
IsPIC
&& ABI.IsO32() &&
MipsISelLowering.cpp
3156
bool
IsPIC
= isPositionIndependent();
3375
if (!Subtarget.isABICalls() && !
IsPIC
) {
3402
if (
IsPIC
) {
3427
if (!
IsPIC
) // static
3447
getOpndList(Ops, RegsToPass,
IsPIC
, GlobalOrExternal, InternalLinkage,
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
Mips.cpp
228
bool
IsPIC
= false;
240
IsPIC
=
257
if (ABICallsArg && !UseAbiCalls &&
IsPIC
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
1380
bool
IsPIC
= HTM.isPositionIndependent();
1388
SpillOpc =
IsPIC
? Hexagon::SAVE_REGISTERS_CALL_V4STK_EXT_PIC
1391
SpillOpc =
IsPIC
? Hexagon::SAVE_REGISTERS_CALL_V4STK_PIC
1395
SpillOpc =
IsPIC
? Hexagon::SAVE_REGISTERS_CALL_V4_EXT_PIC
1398
SpillOpc =
IsPIC
? Hexagon::SAVE_REGISTERS_CALL_V4_PIC
1445
bool
IsPIC
= HTM.isPositionIndependent();
1456
RetOpc =
IsPIC
? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC
1459
RetOpc =
IsPIC
? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC
1469
RetOpc =
IsPIC
? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC
1472
RetOpc =
IsPIC
? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PI
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
3008
static void getLabelAccessInfo(bool
IsPIC
, const PPCSubtarget &Subtarget,
3015
if (
IsPIC
) {
3021
static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool
isPIC
,
3031
if (
isPIC
)
3086
bool
IsPIC
= isPositionIndependent();
3087
getLabelAccessInfo(
IsPIC
, Subtarget, MOHiFlag, MOLoFlag);
3089
if (
IsPIC
&& Subtarget.isSVR4ABI()) {
3099
return LowerLabelRef(CPIHi, CPILo,
IsPIC
, DAG);
3174
bool
IsPIC
= isPositionIndependent();
3175
getLabelAccessInfo(
IsPIC
, Subtarget, MOHiFlag, MOLoFlag)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
2397
bool
IsPIC
=
2410
if (
IsPIC
) {
2429
if (
IsPIC
) {
Completed in 35 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026