Home
last modified time | relevance | path

Searched refs:InstructionCount (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DPassManagerTest.cpp33 Result(int Count) : InstructionCount(Count) {} in Result()
34 int InstructionCount; member
58 Result(int Count) : InstructionCount(Count) {} in Result()
59 int InstructionCount; member
69 return FAR.InstructionCount; in run()
117 Count += FAR.InstructionCount; in run()
129 Count += MFAR.InstructionCount; in run()
/llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/Inputs/
H A D2-identical-func-1-instr-1-stack.yaml11 Name: InstructionCount
27 Name: InstructionCount
H A D1-func-2-instr-2-stack.yaml11 Name: InstructionCount
H A D1-func-1-instr-1-stack.yaml11 Name: InstructionCount
H A Dunexpected-key.yaml11 Name: InstructionCount
H A Dinconvertible-integer.yaml11 Name: InstructionCount
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPassManagerTest.cpp30 Result(int Count) : InstructionCount(Count) {} in Result()
31 int InstructionCount; member
137 AnalyzedInstrCount += AR->InstructionCount; in run()
141 AnalyzedInstrCount += AR.InstructionCount; in run()
735 InstrCount += IndirectResult.FDep.InstructionCount; in TEST_F()
747 InstrCount += IndirectResult.FDep.InstructionCount; in TEST_F()
762 InstrCount += IndirectResult.FDep.InstructionCount; in TEST_F()
776 InstrCount += IndirectResult.FDep.InstructionCount; in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h123 unsigned InstructionCount; variable
H A DDXILValueEnumerator.cpp514 InstructionMap[I] = InstructionCount++; in setInstructionID()
1028 InstructionCount = 0; in incorporateFunction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h122 unsigned InstructionCount; variable
H A DValueEnumerator.cpp479 InstructionMap[I] = InstructionCount++; in setInstructionID()
1023 InstructionCount = 0; in incorporateFunction()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp93 Result(int Count) : InstructionCount(Count) {} in Result()
94 int InstructionCount; member
335 AnalyzedInstrCount1 += FAR.InstructionCount; in TEST_F()
/llvm-project-15.0.7/llvm/docs/
H A DRemarks.rst555 asm-printer/InstructionCount 33%