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

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h63 void Initialize(const MachineFunction &MF, bool isPIC) { argument
64 IsPIC = isPIC;
H A DMipsFrameLowering.cpp148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); local
168 if (isPIC && STI.isABI_O32())
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h106 void Initialize(const MachineFunction &MF, bool isPIC) { argument
110 IsPIC = isPIC;
H A DARMExpandPseudoInsts.cpp927 bool isPIC = (Opcode != ARM::MOV_ga_dyn && Opcode != ARM::t2MOV_ga_dyn); local
930 unsigned LO16TF = isPIC
932 unsigned HI16TF = isPIC
946 if (!isPIC) {
H A DARMAsmPrinter.cpp1320 bool isPIC = TF == ARMII::MO_LO16_NONLAZY_PIC; local
1324 if (isPIC) {
1358 bool isPIC = TF == ARMII::MO_HI16_NONLAZY_PIC; local
1362 if (isPIC) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1117 bool isPIC = TM.getRelocationModel() == Reloc::PIC_ && local
1119 if (isPIC) {
1136 return isPIC;
1139 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, argument
1149 if (isPIC)
1165 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); local
1170 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG);
1178 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); local
1181 return LowerLabelRef(JTIHi, JTILo, isPIC, DAG);
1191 bool isPIC local
1213 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag, GV); local
[all...]

Completed in 97 milliseconds