Searched defs: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()
|
| D | MipsFrameLowering.cpp | 148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); in emitPrologue() local
|
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
| D | ARMJITInfo.h | 106 void Initialize(const MachineFunction &MF, bool isPIC) { in Initialize()
|
| D | ARMAsmPrinter.cpp | 1320 bool isPIC = TF == ARMII::MO_LO16_NONLAZY_PIC; in EmitInstruction() local 1358 bool isPIC = TF == ARMII::MO_HI16_NONLAZY_PIC; in EmitInstruction() local
|
| D | ARMExpandPseudoInsts.cpp | 927 bool isPIC = (Opcode != ARM::MOV_ga_dyn && Opcode != ARM::t2MOV_ga_dyn); in ExpandMI() local
|
| /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 1117 bool isPIC = TM.getRelocationModel() == Reloc::PIC_ && in GetLabelAccessInfo() local 1139 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef() 1165 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerConstantPool() local 1178 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerJumpTable() local 1191 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerBlockAddress() local 1213 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag, GV); in LowerGlobalAddress() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 2086 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef()
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 13077 bool is64Bit, bool isPIC) { in LowerToTLSExecModel()
|