Home
last modified time | relevance | path

Searched refs:SmallPIC (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp657 if (PL == PICLevel::SmallPIC) { in EmitInstruction()
1244 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1271 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp415 if (M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
4363 !PPCSubTarget->isTargetELF() || M->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp2788 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
2806 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1951 if (picLevel == PICLevel::SmallPIC) { in makeAddress()