Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h118 NoTrapAfterNoreturn(false), TLSSize(0), EmulatedTLS(false), in TargetOptions()
235 unsigned TLSSize : 8; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp291 if (this->Options.TLSSize == 0) // default in AArch64TargetMachine()
292 this->Options.TLSSize = 24; in AArch64TargetMachine()
295 this->Options.TLSSize > 32) in AArch64TargetMachine()
297 this->Options.TLSSize = 32; in AArch64TargetMachine()
298 else if (getCodeModel() == CodeModel::Tiny && this->Options.TLSSize > 24) in AArch64TargetMachine()
300 this->Options.TLSSize = 24; in AArch64TargetMachine()
DAArch64ISelLowering.cpp4670 switch (DAG.getTarget().Options.TLSSize) { in LowerELFTLSLocalExec()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp173 MachineSDNode *TLSSize = CurDAG->getMachineNode( in Select() local
176 ReplaceNode(Node, TLSSize); in Select()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc241 static cl::opt<unsigned> TLSSize("tls-size",
312 Options.TLSSize = TLSSize;