Home
last modified time | relevance | path

Searched defs:Desired (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGAtomic.cpp365 llvm::Value *Desired = CGF.Builder.CreateLoad(Val2); in emitAtomicCmpXchg() local
1458 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchange()
1792 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, in EmitAtomicCompareExchange()
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp774 MachineOperand &Desired = MI.getOperand(3); in ExpandCMP_SWAP() local
891 MachineOperand &Desired = MI.getOperand(3); in ExpandCMP_SWAP_64() local
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp606 MachineOperand &Desired = MI.getOperand(3); in expandCMP_SWAP() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h605 void _cmpxchg(Operand *DestOrAddr, Variable *Eax, Variable *Desired, in _cmpxchg()
DIceInstX86BaseImpl.h214 Variable *Desired, in InstX86Cmpxchg()