Home
last modified time | relevance | path

Searched refs:isPending (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dsynchronous_inspection.js43 var isPending = PromiseInspection.prototype.isPending = function () {
67 Promise.prototype.isPending = function() { method in Promise
68 return isPending.call(this._target());
Dcancel.js85 return this.isPending() && !this._isCancelled();
89 return this.isPending() && !this.isCancelled();
Dtimers.js75 if (ret.isPending()) {
Dfinally.js71 } else if (maybePromise.isPending()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp190 assert(isPending() && "Unexpected instruction stage found!"); in updatePending()
207 return Use.isPending() || Use.isReady(); in updateDispatched()
223 if (isPending()) in update()
231 if (isDispatched() || isPending()) { in cycleEvent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp256 if (IS.isMemOp() && LSU.isPending(IR)) in analyzeDataDependencies()
259 if (IS.isPending()) in analyzeDataDependencies()
314 if (IS.isPending() || (IS.isMemOp() && LSU.isPending(IR))) { in dispatch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h92 bool isPending() const { in isPending() function
258 bool isPending(const InstRef &IR) const { in isPending() function
261 return Group.isPending(); in isPending()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h282 bool isPending : 1; ///< True once pending. variable
312 isPending(false), isAvailable(false), isScheduled(false), in SUnit()
323 isPending(false), isAvailable(false), isScheduled(false), in SUnit()
332 hasPhysRegClobbers(false), isPending(false), isAvailable(false), in SUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h268 bool isPending() const { return !IndependentFromDef && CyclesLeft > 0; } in isPending() function
528 bool isPending() const { return Stage == IS_PENDING; } in isPending() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp431 else if (!PredSU->isPending) { in ReleasePred()
432 PredSU->isPending = true; in ReleasePred()
621 PendingQueue[i]->isPending = false; in ReleasePending()
824 if (!PredSU->isPending) in CapturePred()
916 SU->isPending = true; in UnscheduleNodeBottomUp()
1444 SU->isPending = false; in releaseInterferences()
1477 CurSU->isPending = true; // This SU is not in AvailableQueue right now. in PickNodeToScheduleBottomUp()
1481 assert(CurSU->isPending && "Interferences are pending"); in PickNodeToScheduleBottomUp()
1521 if (!BtSU->isPending) in PickNodeToScheduleBottomUp()
DScheduleDAGFast.cpp554 CurSU->isPending = true; // This SU is not in AvailableQueue right now. in ListScheduleBottomUp()
616 NotReady[i]->isPending = false; in ListScheduleBottomUp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp208 if (Inst.isPending()) in execute()
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.js364 return this.isPending() && !this._isCancelled();
368 return this.isPending() && !this.isCancelled();
1780 } else if (maybePromise.isPending()) {
3282 var isPending = PromiseInspection.prototype.isPending = function () {
3306 Promise.prototype.isPending = function() {
3307 return isPending.call(this._target());
Dbluebird.core.min.js30isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!…
31isPending=function(){return 0===(50397184&this._bitField)},s=e.prototype.isResolved=function(){ret…
Dbluebird.js511 return this.isPending() && !this._isCancelled();
515 return this.isPending() && !this.isCancelled();
1973 } else if (maybePromise.isPending()) {
4801 var isPending = PromiseInspection.prototype.isPending = function () {
4825 Promise.prototype.isPending = function() {
4826 return isPending.call(this._target());
5026 if (ret.isPending()) {
Dbluebird.min.js29isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!…
31isPending=function(){return 0===(50397184&this._bitField)},a=e.prototype.isResolved=function(){ret…