Home
last modified time | relevance | path

Searched defs:Solution (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DUniformBlockToStructuredBufferTranslation.md10 ## Solution section in Uniform Block to StructuredBuffer Translation
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h38 Solution() in Solution() function
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp664 const PBQP::Solution &Solution, in mapPBQPToRegAlloc()
811 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp704 const PBQP::Solution &Solution, in mapPBQPToRegAlloc()
858 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocPBQP.cpp718 const PBQP::Solution &Solution, in mapPBQPToRegAlloc()
865 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4196 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, in SolveRecurse()
4731 const SmallVectorImpl<const Formula *> &Solution) { in ImplementSolution()
4854 SmallVector<const Formula *, 8> Solution; in LSRInstance() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4947 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, in SolveRecurse()
5520 const SmallVectorImpl<const Formula *> &Solution) { in ImplementSolution()
5655 SmallVector<const Formula *, 8> Solution; in LSRInstance() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4893 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, in SolveRecurse()
5458 const SmallVectorImpl<const Formula *> &Solution) { in ImplementSolution()
5586 SmallVector<const Formula *, 8> Solution; in LSRInstance() local
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2739 auto Validate = [] (int A, int B, int C, unsigned Width, int Solution) { in TEST()