Searched defs:IsPIC (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsJITInfo.h30 bool IsPIC; member in class:llvm::MipsJITInfo
34 IsPIC(false) {}
64 IsPIC = isPIC;
H A DMipsCodeEmitter.cpp57 bool IsPIC; member in class:__anon20081::MipsCodeEmitter
71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
124 JTI->Initialize(MF, IsPIC);
H A DMipsISelLowering.cpp1530 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; local
1531 unsigned char OpFlag = IsPIC ? MipsII::MO_GOT : MipsII::MO_ABS_HI;
1538 if (!IsPIC) {
1940 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; local
1966 if (IsPIC && !MipsFI->getGPFI())
1991 if (IsPIC)
2096 unsigned char OpFlag = IsPIC ? MipsII::MO_GOT_CALL : MipsII::MO_NO_FLAG;
2101 if (IsPIC && G->getGlobal()->hasInternalLinkage()) {
2122 if (IsPIC) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMJITInfo.h44 // IsPIC - True if the relocation model is PIC. This is used to determine
46 bool IsPIC; member in class:llvm::ARMJITInfo
49 explicit ARMJITInfo() : IsPIC(false) { useGOT = false; }
110 IsPIC = isPIC;
H A DARMCodeEmitter.cpp57 bool IsPIC; member in class:__anon19988::ARMCodeEmitter
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
376 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
378 JTI->Initialize(MF, IsPIC);
1495 if (IsPIC)
/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp66 : MachineFunctionPass(ID), TM(tm), IsPIC(TM.isPositionIndependent()),
91 bool IsPIC; member in class:__anon13201::MipsLongBranch
189 (Br->isConditionalBranch() || (Br->isUnconditionalBranch() && IsPIC)))
270 if (IsPIC) {
467 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10));
471 if (IsPIC && static_cast<const MipsTargetMachine &>(TM).getABI().IsO32() &&
519 if (IsPIC) {
H A DMipsISelLowering.cpp2670 bool IsPIC = isPositionIndependent(); local
2824 bool IsPICCall = (ABI.IsN64() || IsPIC); // true if calls are translated to
2856 if (!ABI.IsN64() && !IsPIC) // !N64 && static
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86CodeEmitter.cpp52 bool IsPIC; member in class:__anon20155::Emitter
58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
63 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
122 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
416 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
451 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
458 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
834 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
920 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
960 : (IsPIC
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp322 bool IsPIC) {
332 SectionSuffix, IsPIC);
349 bool IsPIC) {
364 MangleSectionName(IsPIC ? ".data.rel.ro" : ".rodata", SectionSuffix);
365 const Elf64_Xword ShFlags = IsPIC ? (SHF_ALLOC | SHF_WRITE) : SHF_ALLOC;
592 FixupKind RelocationKind, bool IsPIC) {
600 IsPIC ? ".data.rel.ro" : ".rodata", JT.getSectionName());
319 writeDataSection(const VariableDeclarationList &Vars, FixupKind RelocationKind, const std::string &SectionSuffix, bool IsPIC) argument
345 writeDataOfType(SectionType ST, const VariableDeclarationPartition &Vars, FixupKind RelocationKind, const std::string &SectionSuffix, bool IsPIC) argument
591 writeJumpTable(const JumpTableData &JT, FixupKind RelocationKind, bool IsPIC) argument
H A DIceTargetLoweringMIPS32.cpp5747 const bool IsPIC = getFlags().getUseNonsfi(); local
5751 Writer->writeDataSection(Vars, llvm::ELF::R_MIPS_32, SectionSuffix, IsPIC);
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1276 bool IsPIC = local
1289 if (IsPIC) {
1304 if (IsPIC) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1061 bool IsPIC = HTM.isPositionIndependent(); local
1067 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4STK_PIC
1070 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4_PIC
1115 bool IsPIC = HTM.isPositionIndependent(); local
1123 unsigned ROpc = IsPIC ? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC
1131 unsigned ROpc = IsPIC ? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2061 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, argument
2068 if (IsPIC) {
2142 bool IsPIC = isPositionIndependent(); local
2143 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag);
2145 if (IsPIC && Subtarget.isSVR4ABI()) {
2155 return LowerLabelRef(CPIHi, CPILo, IsPIC, DAG);
2171 bool IsPIC = isPositionIndependent(); local
2172 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag);
2174 if (IsPIC && Subtarget.isSVR4ABI()) {
2182 return LowerLabelRef(JTIHi, JTILo, IsPIC, DA
2200 bool IsPIC = isPositionIndependent(); local
2313 bool IsPIC = isPositionIndependent(); local
[all...]

Completed in 1450 milliseconds