Home
last modified time | relevance | path

Searched refs:TLS_CALL (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp102 case SP::TLS_CALL: SymOpNo = 1; break; in encodeInstruction()
185 if (MI.getOpcode() == SP::TLS_CALL) { in getCallTargetOpValue()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp179 if (Opc == SP::RET || Opc == SP::TLS_CALL) in findDelayInstr()
365 case SP::TLS_CALL: return false; in needsUnimp()
H A DSparcISelLowering.h51 TLS_CALL, enumerator
H A DSparcAsmPrinter.cpp315 else if (MI->getOpcode() == SP::TLS_CALL) in printOperand()
H A DSparcInstrInfo.td289 def tlscall : SDNode<"SPISD::TLS_CALL", SDT_SPCall,
1423 def TLS_CALL : InstSP<(outs),
H A DSparcISelLowering.cpp1950 case SPISD::TLS_CALL: return "SPISD::TLS_CALL"; in getTargetNodeName()
2175 Chain = DAG.getNode(SPISD::TLS_CALL, DL, NodeTys, Ops); in LowerGlobalTLSAddress()