Searched refs:isPIC (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsJITInfo.h | 63 void Initialize(const MachineFunction &MF, bool isPIC) { in Initialize() argument 64 IsPIC = isPIC; in Initialize()
|
D | MipsFrameLowering.cpp | 148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); in emitPrologue() local 168 if (isPIC && STI.isABI_O32()) in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMJITInfo.h | 106 void Initialize(const MachineFunction &MF, bool isPIC) { in Initialize() argument 110 IsPIC = isPIC; in Initialize()
|
D | ARMAsmPrinter.cpp | 1320 bool isPIC = TF == ARMII::MO_LO16_NONLAZY_PIC; in EmitInstruction() local 1324 if (isPIC) { in EmitInstruction() 1358 bool isPIC = TF == ARMII::MO_HI16_NONLAZY_PIC; in EmitInstruction() local 1362 if (isPIC) { in EmitInstruction()
|
D | ARMExpandPseudoInsts.cpp | 927 bool isPIC = (Opcode != ARM::MOV_ga_dyn && Opcode != ARM::t2MOV_ga_dyn); in ExpandMI() local 930 unsigned LO16TF = isPIC in ExpandMI() 932 unsigned HI16TF = isPIC in ExpandMI() 946 if (!isPIC) { in ExpandMI()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1117 bool isPIC = TM.getRelocationModel() == Reloc::PIC_ && in GetLabelAccessInfo() local 1119 if (isPIC) { in GetLabelAccessInfo() 1136 return isPIC; in GetLabelAccessInfo() 1139 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef() argument 1149 if (isPIC) in LowerLabelRef() 1165 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerConstantPool() local 1170 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG); in LowerConstantPool() 1178 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerJumpTable() local 1181 return LowerLabelRef(JTIHi, JTILo, isPIC, DAG); in LowerJumpTable() 1191 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerBlockAddress() local [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2086 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef() argument 2096 if (isPIC) in LowerLabelRef()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13077 bool is64Bit, bool isPIC) { in LowerToTLSExecModel() argument 13099 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel() 13114 if (isPIC && !is64Bit) { in LowerToTLSExecModel()
|