Searched defs:Solution (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | UniformBlockToStructuredBufferTranslation.md | 10 ## Solution section in Uniform Block to StructuredBuffer Translation
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 38 Solution() in Solution() function
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 664 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/ |
D | RegAllocPBQP.cpp | 704 const PBQP::Solution &Solution, in mapPBQPToRegAlloc() 858 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 718 const PBQP::Solution &Solution, in mapPBQPToRegAlloc() 865 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4196 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/ |
D | LoopStrengthReduce.cpp | 4947 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/ |
D | LoopStrengthReduce.cpp | 4893 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/ |
D | APIntTest.cpp | 2739 auto Validate = [] (int A, int B, int C, unsigned Width, int Solution) { in TEST()
|