Searched refs:DestOrAddr (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86Base.h | 605 void _cmpxchg(Operand *DestOrAddr, Variable *Eax, Variable *Desired, in _cmpxchg() argument 607 AutoMemorySandboxer<> _(this, &DestOrAddr); in _cmpxchg() 608 Context.insert<typename Traits::Insts::Cmpxchg>(DestOrAddr, Eax, Desired, in _cmpxchg() 611 Context.insert<InstFakeDef>(Eax, llvm::dyn_cast<Variable>(DestOrAddr)); in _cmpxchg()
|
D | IceInstX86BaseImpl.h | 212 Operand *DestOrAddr, in InstX86Cmpxchg() argument 217 Func, InstX86Base::Cmpxchg, 3, llvm::dyn_cast<Variable>(DestOrAddr), in InstX86Cmpxchg() 222 this->addSource(DestOrAddr); in InstX86Cmpxchg()
|
D | IceInstX86Base.h | 2527 static InstX86Cmpxchg *create(Cfg *Func, Operand *DestOrAddr, Variable *Eax, in create() 2530 InstX86Cmpxchg(Func, DestOrAddr, Eax, Desired, Locked); in create() 2540 InstX86Cmpxchg(Cfg *Func, Operand *DestOrAddr, Variable *Eax,
|