Home
last modified time | relevance | path

Searched defs:LoopInfo (Results 1 – 25 of 90) sorted by relevance

1234

/external/angle/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp24 struct LoopInfo struct
26 const TVariable *conditionVariable = nullptr;
27 TIntermTyped *condition = nullptr;
28 TIntermTyped *expression = nullptr;
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h322 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;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h76 struct LoopInfo { struct
83 LoopInfo LI; argument
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachinePipeliner.h77 struct LoopInfo { struct
84 LoopInfo LI; argument
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DLoopSimplify.h48 class LoopInfo; variable
DLoopRotationUtils.h21 class LoopInfo; variable
DSimplifyIndVar.h27 class LoopInfo; variable
/external/llvm/include/llvm/Analysis/
DCFG.h27 class LoopInfo; variable
DRegionInfo.h67 class LoopInfo; variable
DLoopInfo.h54 class LoopInfo; variable
487 friend class LoopInfo; variable
637 LoopInfo() {} in LoopInfo() function
640 LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {} in LoopInfo() function
DBlockFrequencyInfo.h26 class LoopInfo; variable
DLazyBlockFrequencyInfo.h27 class LoopInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopRotationUtils.h21 class LoopInfo; variable
DSimplifyIndVar.h25 class LoopInfo; variable
/external/llvm-project/polly/include/polly/CodeGen/
DUtils.h23 class LoopInfo; variable
/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h26 class LoopInfo; variable
DSimplifyIndVar.h27 class LoopInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFG.h26 class LoopInfo; variable
DRegionInfo.h64 class LoopInfo; variable
DLazyBlockFrequencyInfo.h27 class LoopInfo; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DRegionInfo.h63 class LoopInfo; variable
DCFG.h27 class LoopInfo; variable
DLazyBlockFrequencyInfo.h27 class LoopInfo; variable
DScalarEvolution.h64 class LoopInfo; variable
/external/llvm-project/llvm/docs/
DLoopTerminology.rst245 LoopInfo chapter

1234