Home
last modified time | relevance | path

Searched refs:TLSIndex (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/common/
Dtls.h31 typedef DWORD TLSIndex; typedef
37 typedef pthread_key_t TLSIndex; typedef
38 # define TLS_INVALID_INDEX (static_cast<TLSIndex>(-1))
46 TLSIndex CreateTLSIndex();
47 bool DestroyTLSIndex(TLSIndex index);
49 bool SetTLSValue(TLSIndex index, void *value);
50 void *GetTLSValue(TLSIndex index);
Dtls.cpp39 TLSIndex CreateTLSIndex() in CreateTLSIndex()
41 TLSIndex index; in CreateTLSIndex()
72 bool DestroyTLSIndex(TLSIndex index) in DestroyTLSIndex()
102 bool SetTLSValue(TLSIndex index, void *value) in SetTLSValue()
134 void *GetTLSValue(TLSIndex index) in GetTLSValue()
/external/angle/src/compiler/translator/
DPoolAlloc.cpp12 TLSIndex PoolIndex = TLS_INVALID_INDEX;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4898 SDValue TLSIndex = in LowerWindowsGlobalTLSAddress() local
4900 TLSIndex = DAG.getLoad(MVT::i32, DL, Chain, TLSIndex, MachinePointerInfo()); in LowerWindowsGlobalTLSAddress()
4901 Chain = TLSIndex.getValue(1); in LowerWindowsGlobalTLSAddress()
4905 TLSIndex = DAG.getNode(ISD::ZERO_EXTEND, DL, PtrVT, TLSIndex); in LowerWindowsGlobalTLSAddress()
4906 SDValue Slot = DAG.getNode(ISD::SHL, DL, PtrVT, TLSIndex, in LowerWindowsGlobalTLSAddress()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp2642 SDValue TLSIndex = in LowerGlobalTLSAddressWindows() local
2644 TLSIndex = DAG.getNode(ARMISD::Wrapper, DL, PtrVT, TLSIndex); in LowerGlobalTLSAddressWindows()
2645 TLSIndex = DAG.getLoad(PtrVT, DL, Chain, TLSIndex, MachinePointerInfo(), in LowerGlobalTLSAddressWindows()
2648 SDValue Slot = DAG.getNode(ISD::SHL, DL, PtrVT, TLSIndex, in LowerGlobalTLSAddressWindows()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6117 SDValue TLSIndex = in LowerWindowsGlobalTLSAddress() local
6119 TLSIndex = DAG.getLoad(MVT::i32, DL, Chain, TLSIndex, MachinePointerInfo()); in LowerWindowsGlobalTLSAddress()
6120 Chain = TLSIndex.getValue(1); in LowerWindowsGlobalTLSAddress()
6124 TLSIndex = DAG.getNode(ISD::ZERO_EXTEND, DL, PtrVT, TLSIndex); in LowerWindowsGlobalTLSAddress()
6125 SDValue Slot = DAG.getNode(ISD::SHL, DL, PtrVT, TLSIndex, in LowerWindowsGlobalTLSAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3187 SDValue TLSIndex = in LowerGlobalTLSAddressWindows() local
3189 TLSIndex = DAG.getNode(ARMISD::Wrapper, DL, PtrVT, TLSIndex); in LowerGlobalTLSAddressWindows()
3190 TLSIndex = DAG.getLoad(PtrVT, DL, Chain, TLSIndex, MachinePointerInfo()); in LowerGlobalTLSAddressWindows()
3192 SDValue Slot = DAG.getNode(ISD::SHL, DL, PtrVT, TLSIndex, in LowerGlobalTLSAddressWindows()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp3403 SDValue TLSIndex = in LowerGlobalTLSAddressWindows() local
3405 TLSIndex = DAG.getNode(ARMISD::Wrapper, DL, PtrVT, TLSIndex); in LowerGlobalTLSAddressWindows()
3406 TLSIndex = DAG.getLoad(PtrVT, DL, Chain, TLSIndex, MachinePointerInfo()); in LowerGlobalTLSAddressWindows()
3408 SDValue Slot = DAG.getNode(ISD::SHL, DL, PtrVT, TLSIndex, in LowerGlobalTLSAddressWindows()