Searched defs:isPIC (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h61 void Initialize(const MachineFunction &MF, bool isPIC) { argument
62 IsPIC = isPIC;
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h106 void Initialize(const MachineFunction &MF, bool isPIC) { argument
110 IsPIC = isPIC;
H A DARMExpandPseudoInsts.cpp897 bool isPIC = (Opcode != ARM::MOV_ga_dyn && Opcode != ARM::t2MOV_ga_dyn); local
900 unsigned LO16TF = isPIC
902 unsigned HI16TF = isPIC
916 if (!isPIC) {
H A DARMAsmPrinter.cpp1437 bool isPIC = TF == ARMII::MO_LO16_NONLAZY_PIC; local
1441 if (isPIC) {
1475 bool isPIC = TF == ARMII::MO_HI16_NONLAZY_PIC; local
1479 if (isPIC) {
/external/llvm/lib/Target/
H A DTargetMachine.cpp107 bool isPIC = getRelocationModel() == Reloc::PIC_; local
114 if (isPIC && !isPIE) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1176 bool isPIC = TM.getRelocationModel() == Reloc::PIC_ && local
1178 if (isPIC) {
1195 return isPIC;
1198 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, argument
1208 if (isPIC)
1232 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); local
1237 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG);
1253 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); local
1256 return LowerLabelRef(JTIHi, JTILo, isPIC, DAG);
1266 bool isPIC local
1312 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag, GV); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7541 bool is64Bit, bool isPIC) {
7564 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF;
7579 if (isPIC && !is64Bit) {
7539 LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT, TLSModel::Model model, bool is64Bit, bool isPIC) argument

Completed in 135 milliseconds