Searched defs:CodeMetrics (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | CodeMetrics.h | 31 struct CodeMetrics { struct 34 bool exposesReturnsTwice = false; 37 bool isRecursive = false; 43 bool notDuplicatable = false; 46 bool convergent = false; 49 bool usesDynamicAlloca = false; 52 InstructionCost NumInsts = 0; 55 unsigned NumBlocks = false; 58 DenseMap<const BasicBlock *, InstructionCost> NumBBInsts; 61 unsigned NumCalls = false; [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | CodeMetrics.h | 31 struct CodeMetrics { struct 34 bool exposesReturnsTwice = false; 37 bool isRecursive = false; 43 bool notDuplicatable = false; 46 bool convergent = false; 49 bool usesDynamicAlloca = false; 52 InstructionCost NumInsts = 0; 55 unsigned NumBlocks = false; 58 DenseMap<const BasicBlock *, InstructionCost> NumBBInsts; 61 unsigned NumCalls = false; [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | CodeMetrics.h | 31 struct CodeMetrics { struct 34 bool exposesReturnsTwice = false; 37 bool isRecursive = false; 43 bool notDuplicatable = false; 46 bool convergent = false; 49 bool usesDynamicAlloca = false; 52 InstructionCost NumInsts = 0; 55 unsigned NumBlocks = false; 58 DenseMap<const BasicBlock *, InstructionCost> NumBBInsts; 61 unsigned NumCalls = false; [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | CodeMetrics.h | 31 struct CodeMetrics { struct 34 bool exposesReturnsTwice = false; 37 bool isRecursive = false; 43 bool notDuplicatable = false; 46 bool convergent = false; 49 bool usesDynamicAlloca = false; 52 InstructionCost NumInsts = 0; 55 unsigned NumBlocks = false; 58 DenseMap<const BasicBlock *, InstructionCost> NumBBInsts; 61 unsigned NumCalls = false; [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | CodeMetrics.h | 31 struct CodeMetrics { struct 34 bool exposesReturnsTwice = false; 37 bool isRecursive = false; 43 bool notDuplicatable = false; 46 bool convergent = false; 49 bool usesDynamicAlloca = false; 52 InstructionCost NumInsts = 0; 55 unsigned NumBlocks = false; 58 DenseMap<const BasicBlock *, InstructionCost> NumBBInsts; 61 unsigned NumCalls = false; [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | CodeMetrics.h | 42 struct CodeMetrics { struct 45 bool exposesReturnsTwice = false; 48 bool isRecursive = false; 54 bool notDuplicatable = false; 57 bool convergent = false; 60 bool usesDynamicAlloca = false; 63 unsigned NumInsts = false; 66 unsigned NumBlocks = false; 69 DenseMap<const BasicBlock *, unsigned> NumBBInsts; 72 unsigned NumCalls = false; [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CodeMetrics.h | 32 struct CodeMetrics { struct 35 bool exposesReturnsTwice = false; 38 bool isRecursive = false; 44 bool notDuplicatable = false; 47 bool convergent = false; 50 bool usesDynamicAlloca = false; 53 unsigned NumInsts = false; 56 unsigned NumBlocks = false; 59 DenseMap<const BasicBlock *, unsigned> NumBBInsts; 62 unsigned NumCalls = false; [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | loop_utils.h | 33 struct CodeMetrics { struct 37 std::unordered_map<uint32_t, size_t> block_sizes_; 40 size_t roi_size_;
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_utils.h | 33 struct CodeMetrics { struct 37 std::unordered_map<uint32_t, size_t> block_sizes_; 40 size_t roi_size_;
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_utils.h | 33 struct CodeMetrics { struct 37 std::unordered_map<uint32_t, size_t> block_sizes_; 40 size_t roi_size_;
|