Home
last modified time | relevance | path

Searched refs:TargetGlobalTLSAddress (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp86 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in SelectADDRri()
125 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in SelectADDRrr()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h129 TargetGlobalTLSAddress, enumerator
DSelectionDAGNodes.h1237 N->getOpcode() == ISD::TargetGlobalTLSAddress;
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h127 TargetGlobalTLSAddress, enumerator
DSelectionDAGNodes.h1393 N->getOpcode() == ISD::TargetGlobalTLSAddress;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp135 else if (Addr.getOpcode() == ISD::TargetGlobalTLSAddress) { in SelectAddr()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp135 case ISD::TargetGlobalTLSAddress: return "TargetGlobalTLSAddress"; in getOperationName()
DSelectionDAGISel.cpp2750 case ISD::TargetGlobalTLSAddress: in SelectCodeCommon()
DSelectionDAG.cpp400 case ISD::TargetGlobalTLSAddress: in AddNodeIDCustom()
1274 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp618 N.getOperand(0).getOpcode() != ISD::TargetGlobalTLSAddress) { in SelectAddrModeImm12()
799 N.getOperand(0).getOpcode() != ISD::TargetGlobalTLSAddress) { in SelectAddrMode2Worker()
1067 N.getOperand(0).getOpcode() != ISD::TargetGlobalTLSAddress) { in SelectAddrMode5()
1188 N.getOperand(0).getOpcode() != ISD::TargetGlobalTLSAddress) { in SelectThumbAddrModeImm5S()
1296 N.getOperand(0).getOpcode() != ISD::TargetGlobalTLSAddress) { in SelectT2AddrModeImm12()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp349 if (Val.getOpcode() == ISD::TargetGlobalTLSAddress) in IsProfitableToFold()
1283 assert(N.getOpcode() == ISD::TargetGlobalTLSAddress); in SelectTLSADDRAddr()
DX86GenDAGISel.inc29379 /*SwitchOpcode*/ 14, TARGET_VAL(ISD::TargetGlobalTLSAddress),// ->60482
29438 /*SwitchOpcode*/ 15, TARGET_VAL(ISD::TargetGlobalTLSAddress),// ->60601
32505 /*67297*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalTLSAddress),
36221 /*SwitchOpcode*/ 23, TARGET_VAL(ISD::TargetGlobalTLSAddress),// ->75142
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp452 if (Val.getOpcode() == ISD::TargetGlobalTLSAddress) in IsProfitableToFold()
1689 assert(N.getOpcode() == ISD::TargetGlobalTLSAddress); in selectTLSADDRAddr()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td292 def tglobaltlsaddr : SDNode<"ISD::TargetGlobalTLSAddress", SDTPtrLeaf, [],
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp373 case ISD::TargetGlobalTLSAddress: in AddNodeIDCustom()
1062 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
5939 case ISD::TargetGlobalTLSAddress: return "TargetGlobalTLSAddress"; in getOperationName()
DSelectionDAGISel.cpp2039 case ISD::TargetGlobalTLSAddress: in SelectCodeCommon()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td341 def tglobaltlsaddr : SDNode<"ISD::TargetGlobalTLSAddress", SDTPtrLeaf, [],
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1874 Disp.getOpcode() == ISD::TargetGlobalTLSAddress || in SelectAddressRegImm()
4328 Callee.getOpcode() == ISD::TargetGlobalTLSAddress) in isFunctionGlobalAddress()