Home
last modified time | relevance | path

Searched refs:AtTop (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontrolFlowInstanceof.types267 function AtTop(val) { this.val = val }
268 >AtTop : typeof AtTop
281 if (v instanceof AtTop) {
282 >v instanceof AtTop : boolean
284 >AtTop : typeof AtTop
288 >v : AtTop
DcontrolFlowInstanceof.symbols253 function AtTop(val) { this.val = val }
254 >AtTop : Symbol(AtTop, Decl(uglify.js, 0, 0))
256 >this.val : Symbol(AtTop.val, Decl(uglify.js, 1, 21))
257 >this : Symbol(AtTop, Decl(uglify.js, 0, 0))
258 >val : Symbol(AtTop.val, Decl(uglify.js, 1, 21))
265 if (v instanceof AtTop) {
267 >AtTop : Symbol(AtTop, Decl(uglify.js, 0, 0))
270 >v.val : Symbol(AtTop.val, Decl(uglify.js, 1, 21))
272 >val : Symbol(AtTop.val, Decl(uglify.js, 1, 21))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp63 bool AtTop, const RegPressureTracker &RPTracker, in initCandidate() argument
69 Cand.AtTop = AtTop; in initCandidate()
78 if (AtTop) in initCandidate()
157 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue()
264 IsTopNode = Cand.AtTop; in pickNodeBidirectional()
DGCNSchedStrategy.h39 bool AtTop, const RegPressureTracker &RPTracker,
/third_party/typescript/tests/cases/compiler/
DcontrolFlowInstanceof.ts118 function AtTop(val) { this.val = val } function
121 if (v instanceof AtTop) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h856 bool AtTop; member
871 AtTop = false; in reset()
883 AtTop = Best.AtTop; in setBest()
997 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2713 tracePick(Cand.Reason, Cand.AtTop); in tracePick()
2878 if (Cand.AtTop != TryCand.AtTop) in tryPressure()
2951 bool AtTop, in initCandidate() argument
2955 Cand.AtTop = AtTop; in initCandidate()
2957 if (AtTop) { in initCandidate()
3007 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate()
3008 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate()
3052 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
3054 TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
3062 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
[all …]