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

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp139 static unsigned GetEncodedSynchScope(SynchronizationScope SynchScope) { argument
140 switch (SynchScope) {
/external/llvm/lib/IR/
H A DAsmWriter.cpp1211 SynchronizationScope SynchScope) {
1215 switch (SynchScope) {
1233 SynchronizationScope SynchScope) {
1236 switch (SynchScope) {
1210 writeAtomic(AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1231 writeAtomicCmpXchg(AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
H A DInstructions.cpp1000 SynchronizationScope SynchScope,
1006 setAtomic(Order, SynchScope);
1013 SynchronizationScope SynchScope,
1019 setAtomic(Order, SynchScope);
1147 SynchronizationScope SynchScope,
1157 setAtomic(Order, SynchScope);
1191 SynchronizationScope SynchScope,
1201 setAtomic(Order, SynchScope);
1221 SynchronizationScope SynchScope) {
1227 setSynchScope(SynchScope);
998 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, Instruction *InsertBef) argument
1011 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, BasicBlock *InsertAE) argument
1145 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1189 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, BasicBlock *InsertAtEnd) argument
1218 Init(Value *Ptr, Value *Cmp, Value *NewVal, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
1249 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1262 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope, BasicBlock *InsertAtEnd) argument
1279 Init(BinOp Operation, Value *Ptr, Value *Val, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1299 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, AtomicOrdering Ordering, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1310 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, AtomicOrdering Ordering, SynchronizationScope SynchScope, BasicBlock *InsertAtEnd) argument
1325 FenceInst(LLVMContext &C, AtomicOrdering Ordering, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1333 FenceInst(LLVMContext &C, AtomicOrdering Ordering, SynchronizationScope SynchScope, BasicBlock *InsertAtEnd) argument
[all...]
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1103 static StringRef ConvertAtomicSynchScope(SynchronizationScope SynchScope) { argument
1104 switch (SynchScope) {
/external/llvm/include/llvm/IR/
H A DInstructions.h169 SynchronizationScope SynchScope = CrossThread,
173 SynchronizationScope SynchScope,
230 SynchronizationScope SynchScope = CrossThread) {
232 setSynchScope(SynchScope);
293 SynchronizationScope SynchScope = CrossThread,
297 SynchronizationScope SynchScope,
350 SynchronizationScope SynchScope = CrossThread) {
352 setSynchScope(SynchScope);
401 void Init(AtomicOrdering Ordering, SynchronizationScope SynchScope);
413 SynchronizationScope SynchScope
534 setSynchScope(SynchronizationScope SynchScope) argument
708 setSynchScope(SynchronizationScope SynchScope) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1163 SynchronizationScope SynchScope) {
1169 assert((SynchScope & 1) == SynchScope &&
1170 "SynchScope may not require more than 1 bit!");
1172 SubclassData |= SynchScope << 12;
1178 assert(getSynchScope() == SynchScope && "Synch-scope encoding error!");
1193 SynchronizationScope SynchScope)
1195 InitAtomic(Ordering, Ordering, SynchScope);
1202 AtomicOrdering Ordering, SynchronizationScope SynchScope)
1204 InitAtomic(Ordering, Ordering, SynchScope);
1161 InitAtomic(AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
1190 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
1198 AtomicSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1207 AtomicSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1216 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/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4373 SynchronizationScope SynchScope) {
4397 SynchScope);
4407 SynchronizationScope SynchScope) {
4409 Ordering, SynchScope);
4416 AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) {
4436 SuccessOrdering, FailureOrdering, SynchScope);
4445 SynchronizationScope SynchScope) {
4452 SuccessOrdering, FailureOrdering, SynchScope);
4461 SynchronizationScope SynchScope) {
4483 Ordering, SynchScope);
4368 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTList, ArrayRef<SDValue> Ops, MachineMemOperand *MMO, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
4403 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTList, ArrayRef<SDValue> Ops, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4412 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
4439 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
4455 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4486 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4514 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
[all...]

Completed in 681 milliseconds