HomeSort by relevance Sort by last modified time
    Searched refs:isPositionIndependent (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.h 213 bool isPositionIndependent() const;
MipsAsmPrinter.cpp 732 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
753 if (!isPositionIndependent() && STI.hasSym32())
    [all...]
MipsSEInstrInfo.cpp 30 return STI.isPositionIndependent() ? Mips::B_MM : Mips::J_MM;
31 return STI.isPositionIndependent() ? Mips::B : Mips::J;
    [all...]
MipsISelLowering.h 372 return getTargetMachine().isPositionIndependent();
MipsSEISelDAGToDAG.cpp 174 if (!MF.getTarget().isPositionIndependent()) {
377 if (!TM.isPositionIndependent()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 119 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() &&
PPCTargetMachine.cpp 426 if (getPPCTargetMachine().isPositionIndependent()) {
PPCAsmPrinter.cpp 488 isPositionIndependent())
597 if (Subtarget->isSecurePlt() && isPositionIndependent() ) {
    [all...]
PPCRegisterInfo.cpp 298 bool IsPositionIndependent = TM.isPositionIndependent();
300 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
306 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetLoweringObjectFile.cpp 46 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), *Ctx,
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 117 if (!TM.isPositionIndependent()) {
MipsAsmPrinter.cpp 677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
698 if (!isPositionIndependent() && !ABI.IsN64())
    [all...]
MipsSEISelDAGToDAG.cpp 166 if (!MF.getTarget().isPositionIndependent()) {
334 if (!TM.isPositionIndependent()) {
    [all...]
MipsSEInstrInfo.cpp 29 : MipsInstrInfo(STI, STI.isPositionIndependent() ? Mips::B : Mips::J),
722 if (TM.isPositionIndependent())
MipsLongBranch.cpp 66 : MachineFunctionPass(ID), TM(tm), IsPIC(TM.isPositionIndependent()),
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 407 if (getPPCTargetMachine().isPositionIndependent()) {
PPCAsmPrinter.cpp 460 isPositionIndependent())
    [all...]
PPCRegisterInfo.cpp 263 bool IsPositionIndependent = TM.isPositionIndependent();
265 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
271 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AsmPrinter.h 196 bool isPositionIndependent() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 367 if (TM.isPositionIndependent() || STI.is64Bit())
RISCVISelLowering.cpp 301 if (isPositionIndependent() || Subtarget.is64Bit())
326 if (isPositionIndependent() || Subtarget.is64Bit())
346 if (!isPositionIndependent()) {
369 if (isPositionIndependent() || Subtarget.is64Bit())
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 186 if (!isPositionIndependent()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 618 if (isPositionIndependent()) {
628 if (isPositionIndependent() || STI.isROPI()) {
634 if (isPositionIndependent()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 184 if (!isPositionIndependent()) {
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 902 if (isCall && getContext().getObjectFileInfo()->isPositionIndependent())
    [all...]

Completed in 1439 milliseconds

12 3 4