Home
last modified time | relevance | path

Searched refs:getPICLevel (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMCInstLower.cpp119 M->getPICLevel() == PICLevel::BigPIC && in GetSymbolRef()
HDPPCAsmPrinter.cpp506 M->getPICLevel() == PICLevel::BigPIC) in EmitTlsCall()
546 PICLevel::Level PL = M->getPICLevel(); in EmitInstruction()
635 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in EmitInstruction()
1339 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1366 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
HDPPCISelDAGToDAG.cpp443 M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
4555 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
HDPPCISelLowering.cpp2915 PICLevel::Level picLevel = M->getPICLevel(); in LowerGlobalTLSAddress()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h810 PICLevel::Level getPICLevel() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDModule.cpp504 PICLevel::Level Module::getPICLevel() const { in getPICLevel() function in Module
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOBackend.cpp143 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp1948 PICLevel::Level picLevel = M->getPICLevel(); in makeAddress()