Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h36 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp902 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
964 if (PL == PICLevel::SmallPIC && !IsAIX) { in emitInstruction()
1720 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1747 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp472 M->getPICLevel() == PICLevel::SmallPIC) { in INITIALIZE_PASS()
5482 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3497 else if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3522 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3548 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2152 if (picLevel == PICLevel::SmallPIC) { in makeAddress()