HomeSort by relevance Sort by last modified time
    Searched refs:Beacon (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/network/netmgr/
wifi_forwarder.cpp 82 Beacon,
  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 493 // The 3rd operand is a dummy placeholder for the RMW beacon.
501 void InstStore::setRmwBeacon(Variable *Beacon) {
503 Srcs[2] = Beacon;
887 Str << ", beacon ";
    [all...]
IceInst.h 765 void setRmwBeacon(Variable *Beacon);
    [all...]
IceInstX86Base.h 263 Variable *Beacon, InstArithmetic::OpKind Op,
268 InstX86FakeRMW(Func, Data, Addr, Op, Beacon);
284 InstArithmetic::OpKind Op, Variable *Beacon);
    [all...]
IceInstX86BaseImpl.h 53 Variable *Beacon)
57 this->addSource(Beacon);
419 Str << ", beacon=";
    [all...]
IceTargetLoweringX86BaseImpl.h 740 // more uses of "b". Variable "x" is a beacon for determining whether the
777 Variable *Beacon = Func->makeVariable(IceType_i32);
778 Beacon->setMustNotHaveReg();
779 Store->setRmwBeacon(Beacon);
780 auto *BeaconDef = InstFakeDef::create(Func, Beacon);
783 Beacon, Arith->getOp());
    [all...]

Completed in 1601 milliseconds