/third_party/node/deps/v8/src/compiler/ |
D | bytecode-analysis.h | 68 struct V8_EXPORT_PRIVATE LoopInfo { struct 70 LoopInfo(int parent_offset, int parameter_count, int register_count, in LoopInfo() argument 76 int parent_offset() const { return parent_offset_; } in parent_offset() 78 const ZoneVector<ResumeJumpTarget>& resume_jump_targets() const { in resume_jump_targets() 81 void AddResumeTarget(const ResumeJumpTarget& target) { in AddResumeTarget() 85 BytecodeLoopAssignments& assignments() { return assignments_; } in assignments() 86 const BytecodeLoopAssignments& assignments() const { return assignments_; } in assignments() 112 const LoopInfo& GetLoopInfoFor(int header_offset) const; argument
|
D | scheduler.cc | 748 struct LoopInfo { struct in v8::internal::compiler::SpecialRPONumberer 749 BasicBlock* header; 750 ZoneVector<BasicBlock*>* outgoing; 751 BitVector* members; 752 LoopInfo* prev; 753 BasicBlock* end; 754 BasicBlock* start; 756 void AddOutgoing(Zone* zone, BasicBlock* block) { in AddOutgoing()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | SimplifyLoopConditions.cpp | 24 struct LoopInfo struct 26 const TVariable *conditionVariable = nullptr; 27 TIntermTyped *condition = nullptr; 28 TIntermTyped *expression = nullptr;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 322 struct LoopInfo struct 326 bool isDeterministic() in isDeterministic() 331 unsigned int iterations = ~0u; 333 TIntermSymbol *index = nullptr; 334 TOperator comparator = EOpNull; 335 int initial = 0; 336 int limit = 0; 337 int increment = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 76 struct LoopInfo { struct 83 LoopInfo LI; argument
|
D | ModuloSchedule.h | 172 std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> LoopInfo; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopRotationUtils.h | 21 class LoopInfo; variable
|
D | SimplifyIndVar.h | 25 class LoopInfo; variable
|
D | LoopVersioning.h | 27 class LoopInfo; variable
|
D | LoopUtils.h | 42 class LoopInfo; variable
|
D | Cloning.h | 45 class LoopInfo; variable
|
D | UnrollLoop.h | 31 class LoopInfo; variable
|
D | BasicBlockUtils.h | 34 class LoopInfo; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CFG.h | 26 class LoopInfo; variable
|
D | RegionInfo.h | 64 class LoopInfo; variable
|
D | LazyBlockFrequencyInfo.h | 27 class LoopInfo; variable
|
D | LazyBranchProbabilityInfo.h | 25 class LoopInfo; variable
|
D | BlockFrequencyInfo.h | 28 class LoopInfo; variable
|
D | LoopInfo.h | 58 class LoopInfo; variable 866 friend class LoopInfo; variable 1058 LoopInfo() {} in LoopInfo() function 1061 LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {} in LoopInfo() function
|
D | BranchProbabilityInfo.h | 35 class LoopInfo; variable
|
D | BasicAliasAnalysis.h | 41 class LoopInfo; variable
|
D | ValueTracking.h | 39 class LoopInfo; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 48 class LoopInfo; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
D | SLPVectorizer.h | 41 class LoopInfo; variable
|
D | LoopVectorize.h | 73 class LoopInfo; variable
|