Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc777 pic_level = llvm::PICLevel::SmallPIC; in CompileAheadOfTime()
787 pic_level = llvm::PICLevel::SmallPIC; in CompileAheadOfTime()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp587 if (PL == PICLevel::SmallPIC) { in EmitInstruction()
1031 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1058 MF->getFunction()->getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
DPPCISelDAGToDAG.cpp322 if (M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
DPPCISelLowering.cpp2264 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
2282 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp671 if (PL == PICLevel::SmallPIC) { in EmitInstruction()
1258 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1285 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
DPPCISelDAGToDAG.cpp414 if (M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
4142 M->getPICLevel() == PICLevel::SmallPIC) in Select()
DPPCISelLowering.cpp2749 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
2767 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1991 if (picLevel == PICLevel::SmallPIC) { in makeAddress()