/external/angle/src/common/ |
D | tls.h | 31 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);
|
D | tls.cpp | 39 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/ |
D | PoolAlloc.cpp | 12 TLSIndex PoolIndex = TLS_INVALID_INDEX;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4898 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/ |
D | ARMISelLowering.cpp | 2642 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/ |
D | AArch64ISelLowering.cpp | 6117 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/ |
D | ARMISelLowering.cpp | 3187 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/ |
D | ARMISelLowering.cpp | 3403 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()
|