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

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h62 void Initialize(const MachineFunction &MF, bool isPIC, argument
64 IsPIC = isPIC;
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h106 void Initialize(const MachineFunction &MF, bool isPIC) { argument
110 IsPIC = isPIC;
H A DARMAsmPrinter.cpp1385 bool isPIC = TF == ARMII::MO_LO16_NONLAZY_PIC; local
1389 if (isPIC) {
1423 bool isPIC = TF == ARMII::MO_HI16_NONLAZY_PIC; local
1427 if (isPIC) {
H A DARMExpandPseudoInsts.cpp895 bool isPIC = (Opcode != ARM::MOV_ga_dyn && Opcode != ARM::t2MOV_ga_dyn); local
898 unsigned LO16TF = isPIC
900 unsigned HI16TF = isPIC
914 if (!isPIC) {
/external/llvm/lib/Target/
H A DTargetMachine.cpp132 bool isPIC = getRelocationModel() == Reloc::PIC_; local
139 if (isPIC && !isPIE) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1290 bool isPIC = TM.getRelocationModel() == Reloc::PIC_ && local
1292 if (isPIC) {
1309 return isPIC;
1312 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, argument
1322 if (isPIC)
1346 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); local
1351 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG);
1367 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); local
1370 return LowerLabelRef(JTIHi, JTILo, isPIC, DAG);
1380 bool isPIC local
1490 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag, GV); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8104 bool is64Bit, bool isPIC) {
8127 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF;
8142 if (isPIC && !is64Bit) {
8102 LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT, TLSModel::Model model, bool is64Bit, bool isPIC) argument

Completed in 275 milliseconds