Searched refs:TargetGlobalTLSAddress (Results 1 – 18 of 18) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 86 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in SelectADDRri() 125 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in SelectADDRrr()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 129 TargetGlobalTLSAddress, enumerator
|
D | SelectionDAGNodes.h | 1237 N->getOpcode() == ISD::TargetGlobalTLSAddress;
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 127 TargetGlobalTLSAddress, enumerator
|
D | SelectionDAGNodes.h | 1393 N->getOpcode() == ISD::TargetGlobalTLSAddress;
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 135 else if (Addr.getOpcode() == ISD::TargetGlobalTLSAddress) { in SelectAddr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 135 case ISD::TargetGlobalTLSAddress: return "TargetGlobalTLSAddress"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2750 case ISD::TargetGlobalTLSAddress: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 400 case ISD::TargetGlobalTLSAddress: in AddNodeIDCustom() 1274 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 618 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/ |
D | X86ISelDAGToDAG.cpp | 349 if (Val.getOpcode() == ISD::TargetGlobalTLSAddress) in IsProfitableToFold() 1283 assert(N.getOpcode() == ISD::TargetGlobalTLSAddress); in SelectTLSADDRAddr()
|
D | X86GenDAGISel.inc | 29379 /*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/ |
D | X86ISelDAGToDAG.cpp | 452 if (Val.getOpcode() == ISD::TargetGlobalTLSAddress) in IsProfitableToFold() 1689 assert(N.getOpcode() == ISD::TargetGlobalTLSAddress); in selectTLSADDRAddr()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 292 def tglobaltlsaddr : SDNode<"ISD::TargetGlobalTLSAddress", SDTPtrLeaf, [],
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 373 case ISD::TargetGlobalTLSAddress: in AddNodeIDCustom() 1062 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress() 5939 case ISD::TargetGlobalTLSAddress: return "TargetGlobalTLSAddress"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2039 case ISD::TargetGlobalTLSAddress: in SelectCodeCommon()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 341 def tglobaltlsaddr : SDNode<"ISD::TargetGlobalTLSAddress", SDTPtrLeaf, [],
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1874 Disp.getOpcode() == ISD::TargetGlobalTLSAddress || in SelectAddressRegImm() 4328 Callee.getOpcode() == ISD::TargetGlobalTLSAddress) in isFunctionGlobalAddress()
|