Searched refs:Beacon (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp501 void InstStore::setRmwBeacon(Variable *Beacon) { argument
503 Srcs[2] = Beacon;
H A DIceInst.h758 void setRmwBeacon(Variable *Beacon);
H A DIceTargetLoweringX86BaseImpl.h777 Variable *Beacon = Func->makeVariable(IceType_i32); local
778 Beacon->setMustNotHaveReg();
779 Store->setRmwBeacon(Beacon);
780 auto *BeaconDef = InstFakeDef::create(Func, Beacon);
783 Beacon, Arith->getOp());
H A DIceInstX86Base.h263 Variable *Beacon, InstArithmetic::OpKind Op,
268 InstX86FakeRMW(Func, Data, Addr, Op, Beacon);
284 InstArithmetic::OpKind Op, Variable *Beacon);
262 create(Cfg *Func, Operand *Data, Operand *Addr, Variable *Beacon, InstArithmetic::OpKind Op, uint32_t Align = 1) argument
H A DIceInstX86BaseImpl.h53 Variable *Beacon)
57 this->addSource(Beacon);
50 InstX86FakeRMW(Cfg *Func, Operand *Data, Operand *Addr, InstArithmetic::OpKind Op, Variable *Beacon) argument

Completed in 121 milliseconds