Searched defs:SynchScope (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1230 SynchronizationScope SynchScope) {
1236 assert((SynchScope & 1) == SynchScope &&
1237 "SynchScope may not require more than 1 bit!");
1239 SubclassData |= SynchScope << 12;
1245 assert(getSynchScope() == SynchScope && "Synch-scope encoding error!");
1260 SynchronizationScope SynchScope)
1262 InitAtomic(Ordering, Ordering, SynchScope);
1269 AtomicOrdering Ordering, SynchronizationScope SynchScope)
1271 InitAtomic(Ordering, Ordering, SynchScope);
1228 InitAtomic(AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
1257 AtomicSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1265 AtomicSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1274 AtomicSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1283 AtomicSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTL, EVT MemVT, const SDValue* AllOps, SDUse *DynOps, unsigned NumOps, MachineMemOperand *MMO, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp140 static unsigned GetEncodedSynchScope(SynchronizationScope SynchScope) { argument
141 switch (SynchScope) {
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1105 static StringRef ConvertAtomicSynchScope(SynchronizationScope SynchScope) { argument
1106 switch (SynchScope) {
/external/llvm/lib/IR/
H A DAsmWriter.cpp2029 void writeAtomic(AtomicOrdering Ordering, SynchronizationScope SynchScope);
2032 SynchronizationScope SynchScope);
2097 SynchronizationScope SynchScope) {
2101 switch (SynchScope) {
2119 SynchronizationScope SynchScope) {
2122 switch (SynchScope) {
2096 writeAtomic(AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
2117 writeAtomicCmpXchg(AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
/external/llvm/include/llvm/IR/
H A DInstructions.h206 AtomicOrdering Order, SynchronizationScope SynchScope = CrossThread,
209 NameStr, isVolatile, Align, Order, SynchScope, InsertBefore) {}
212 SynchronizationScope SynchScope = CrossThread,
216 SynchronizationScope SynchScope,
276 SynchronizationScope SynchScope = CrossThread) {
278 setSynchScope(SynchScope);
342 SynchronizationScope SynchScope = CrossThread,
346 SynchronizationScope SynchScope,
397 SynchronizationScope SynchScope = CrossThread) {
399 setSynchScope(SynchScope);
591 setSynchScope(SynchronizationScope SynchScope) argument
770 setSynchScope(SynchronizationScope SynchScope) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4771 SynchronizationScope SynchScope) {
4795 SynchScope);
4805 SynchronizationScope SynchScope) {
4807 Ordering, SynchScope);
4814 AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) {
4834 SuccessOrdering, FailureOrdering, SynchScope);
4843 SynchronizationScope SynchScope) {
4850 SuccessOrdering, FailureOrdering, SynchScope);
4859 SynchronizationScope SynchScope) {
4881 Ordering, SynchScope);
4766 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTList, ArrayRef<SDValue> Ops, MachineMemOperand *MMO, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
4801 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTList, ArrayRef<SDValue> Ops, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4810 getAtomicCmpSwap( unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTs, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachinePointerInfo PtrInfo, unsigned Alignment, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
4837 getAtomicCmpSwap(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTs, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
4853 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4884 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4912 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
[all...]

Completed in 773 milliseconds