Searched refs:PtrLoc (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 3743 Value *Val, *Ptr; LocTy Loc, PtrLoc; in ParseStore() local 3766 ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseStore() 3772 return Error(PtrLoc, "store operand must be a pointer"); in ParseStore() 3790 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 3799 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseCmpXchg() 3810 return Error(PtrLoc, "cmpxchg operand must be a pointer"); in ParseCmpXchg() 3833 Value *Ptr, *Val; LocTy PtrLoc, ValLoc; in ParseAtomicRMW() local 3859 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseAtomicRMW() 3868 return Error(PtrLoc, "atomicrmw operand must be a pointer"); in ParseAtomicRMW()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6050 Value *Val, *Ptr; LocTy Loc, PtrLoc; in ParseStore() local 6070 ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseStore() 6076 return Error(PtrLoc, "store operand must be a pointer"); in ParseStore() 6095 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 6109 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseCmpXchg() 6129 return Error(PtrLoc, "cmpxchg operand must be a pointer"); in ParseCmpXchg() 6148 Value *Ptr, *Val; LocTy PtrLoc, ValLoc; in ParseAtomicRMW() local 6174 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseAtomicRMW() 6183 return Error(PtrLoc, "atomicrmw operand must be a pointer"); in ParseAtomicRMW()
|