Searched refs:DEBUG_COUNTER (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | DebugCounterTest.cpp | 17 DEBUG_COUNTER(TestCounter, "test-counter",
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DebugCounter.h | 182 #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCopyPropagation.cpp | 72 DEBUG_COUNTER(FwdCounter, "machine-cp-fwd",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 58 DEBUG_COUNTER(ForceExpCounter, DEBUG_TYPE"-forceexp", 60 DEBUG_COUNTER(ForceLgkmCounter, DEBUG_TYPE"-forcelgkm", 62 DEBUG_COUNTER(ForceVMCounter, DEBUG_TYPE"-forcevm",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FalkorHWPFFix.cpp | 64 DEBUG_COUNTER(FixCounter, "falkor-hwpf",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 54 DEBUG_COUNTER(RenameCounter, "predicateinfo-rename",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 74 DEBUG_COUNTER(CSECounter, "early-cse",
|
D | NewGVN.cpp | 143 DEBUG_COUNTER(VNCounter, "newgvn-vn", 145 DEBUG_COUNTER(PHIOfOpsCounter, "newgvn-phi",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 119 DEBUG_COUNTER(VisitCounter, "instcombine-visit",
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 1235 DEBUG_COUNTER(DeleteAnInstruction, "passname-delete-instruction", 1238 The ``DEBUG_COUNTER`` macro defines a static variable, whose name
|