Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp760 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
822 if (PL == PICLevel::SmallPIC && !IsAIX) { in emitInstruction()
1511 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1538 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp444 M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
5041 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3324 else if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3349 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3375 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1957 if (picLevel == PICLevel::SmallPIC) { in makeAddress()