| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | MCInstrDescView.cpp | 95 SmallVector<Variable, 4> Variables, in Instruction() argument 101 Variables(std::move(Variables)), ImplDefRegs(*ImplDefRegs), in Instruction() 112 SmallVector<Variable, 4> Variables; in create() local 149 Variables.reserve(Operands.size()); // Variables.size() <= Operands.size() in create() 153 const size_t VariableIndex = Variables.size(); in create() 156 Variables.emplace_back(); in create() 157 Variables.back().Index = VariableIndex; in create() 166 Variables[Op.getVariableIndex()].TiedOperands.push_back(Op.getIndex()); in create() 188 std::move(Variables), BVC.getUnique(std::move(ImplDefRegs)), in create() 236 return any_of(Variables, in hasTiedRegisters() [all …]
|
| H A D | CodeTemplate.cpp | 19 : Instr(Instr), VariableValues(Instr->Variables.size()) {} in InstructionTemplate() 44 return getValueFor(Instr->Variables[Op.getVariableIndex()]); in getValueFor() 48 return getValueFor(Instr->Variables[Op.getVariableIndex()]); in getValueFor() 52 return any_of(Instr->Variables, [this](const Variable &Var) { in hasImmediateVariables()
|
| H A D | MCInstrDescView.h | 160 const SmallVector<Variable, 4> Variables; member 168 SmallVector<Variable, 4> Variables, const BitVector *ImplDefRegs,
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | FunctionSizeCheck.cpp | 30 ++Info.Variables; in VisitVarDecl() 36 ++Info.Variables; in VisitBindingDecl() 118 unsigned Variables = 0; member 181 !FI.NestingThresholders.empty() || FI.Variables > VariableThreshold) { in check() 217 if (FI.Variables > VariableThreshold) { in check() 220 << FI.Variables << VariableThreshold; in check()
|
| /llvm-project-15.0.7/llvm/test/Transforms/Util/ |
| H A D | trivial-auto-var-init-call.ll | 332 ; CHECK-NEXT: Variables: dst (1 bytes). 364 ; CHECK-NEXT: Variables: dst (1 bytes). 395 ; CHECK-NEXT: Variables: dst (1 bytes). 426 ; CHECK-NEXT: Variables: dst (1 bytes). 455 ; CHECK-NEXT: Variables: dst (1 bytes). 460 ; CHECK-NEXT: Variables: dst (1 bytes). 463 ; CHECK-NEXT: Variables: dst (1 bytes). 466 ; CHECK-NEXT: Variables: dst (1 bytes). 475 ; CHECK-NEXT: Variables: dst (2 bytes). 480 ; CHECK-NEXT: Variables: dst (2 bytes). [all …]
|
| H A D | trivial-auto-var-init-store.ll | 83 ; CHECK-NEXT: Variables: dst (4 bytes). 94 ; YAML-NEXT: - String: "\n Written Variables: " 116 ; CHECK-NEXT: Variables: dst (4 bytes). 127 ; CHECK-NEXT: Variables: dst (4 bytes). 140 ; CHECK-NEXT: Variables: dst (8 bytes). 151 ; CHECK-NEXT: Variables: dst (4 bytes). 163 ; CHECK-NEXT: Variables: destination (4 bytes). 175 ; CHECK-NEXT: Variables: destination2 (4 bytes), destination (4 bytes). 188 ; CHECK-NEXT: Variables: dst2 (4 bytes), dst (4 bytes). 209 ; CHECK-NEXT: Variables: dst2 (4 bytes), destination2 (4 bytes), destination (4 bytes).
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 528 for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) { in addVariableOccurence() 529 if (Variables[KindIndex] == VarDecl) { in addVariableOccurence() 538 Occurences.emplace_back(Variables.size(), Mention); in addVariableOccurence() 539 Variables.push_back(VarDecl); in addVariableOccurence() 589 if (OtherOccurence.KindID < Variables.size()) in countPatternDifferences() 590 FirstSuggestion = Variables[OtherOccurence.KindID]; in countPatternDifferences() 595 Variables[ThisOccurence.KindID], ThisOccurence.Mention, in countPatternDifferences() 602 if (ThisOccurence.KindID < Other.Variables.size()) in countPatternDifferences() 603 SecondSuggestion = Other.Variables[ThisOccurence.KindID]; in countPatternDifferences() 608 Other.Variables[OtherOccurence.KindID], OtherOccurence.Mention, in countPatternDifferences()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | memsize-remarks.ll | 144 ; GISEL-NOT: Read Variables: 145 ; GISEL-NEXT: Written Variables: <unknown> (42 bytes). 176 ; GISEL-NEXT: Read Variables: <unknown> (314 bytes). 177 ; GISEL-NEXT: Written Variables: <unknown> (42 bytes). 214 ; GISEL-NEXT: Read Variables: <unknown> (314 bytes). 215 ; GISEL-NEXT: Written Variables: <unknown> (42 bytes). 252 ; GISEL-NOT: Read Variables: 253 ; GISEL-NEXT: Written Variables: <unknown> (42 bytes). 275 ; GISEL-NEXT: Read Variables: <unknown> (314 bytes). 311 ; GISEL-NEXT: Read Variables: koala (56 bytes). [all …]
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 338 std::map<std::string, Variable> Variables; member in __anonc6b5f5bf0111::Intrinsic 1116 assert_with_loc(Variables.find(VarName) != Variables.end(), in replaceParamsIn() 1125 Variables.clear(); in initVariables() 1154 assert(Variables.find(Name) != Variables.end()); in emitPrototype() 1155 Variable &V = Variables[Name]; in emitPrototype() 1220 Variable &V = Variables[Name]; in emitArgumentReversal() 1268 assert(Variables.find(Name) != Variables.end()); in emitShadowedArgs() 1269 Variable &V = Variables[Name]; in emitShadowedArgs() 1546 while (Intr.Variables.find(N) != Intr.Variables.end()) in emitDagCast() 1749 assert_with_loc(Intr.Variables.find(N) == Intr.Variables.end(), in emitDagSaveTemp() [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | DW_AT_const_value.s | 12 ## Variables specified via fixed-size forms. This is typical for gcc (9). 17 ## Variables specified using string forms. This behavior purely speculative -- I
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | VSCode.cpp | 571 void Variables::Clear() { in Clear() 578 int64_t Variables::GetNewVariableRefence(bool is_permanent) { in GetNewVariableRefence() 584 bool Variables::IsPermanentVariableReference(int64_t var_ref) { in IsPermanentVariableReference() 588 lldb::SBValue Variables::GetVariable(int64_t var_ref) const { in GetVariable() 601 int64_t Variables::InsertExpandableVariable(lldb::SBValue variable, in InsertExpandableVariable()
|
| H A D | VSCode.h | 83 struct Variables { struct 129 Variables variables;
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/ |
| H A D | SnippetGeneratorTest.cpp | 429 IT.getValueFor(IT.getInstr().Variables[0]) = MCOperand::createReg(X86::AX); in TEST_F() 444 Mov.getValueFor(Mov.getInstr().Variables[0]) = in TEST_F() 446 Mov.getValueFor(Mov.getInstr().Variables[1]) = MCOperand::createImm(42); in TEST_F() 451 Add.getValueFor(Add.getInstr().Variables[0]) = in TEST_F() 453 Add.getValueFor(Add.getInstr().Variables[1]) = in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | JSON.td | 28 class Variables { 38 def VarNull : Variables { 43 def VarPrim : Variables { 75 def VarObj : Variables {
|
| H A D | detailed-records.td | 6 // CHECK: ----- Global Variables
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/test/ |
| H A D | lit.site.cfg.py.in | 3 # Variables needed for common llvm config.
|
| /llvm-project-15.0.7/clang-tools-extra/include-cleaner/test/ |
| H A D | lit.site.cfg.py.in | 3 # Variables needed for common llvm config.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Projects.rst | 113 Required Variables 123 Variables for Building Subdirectories 142 Variables for Building Libraries 162 Variables for Building Programs 220 Miscellaneous Variables
|
| /llvm-project-15.0.7/llvm/test/Linker/Inputs/ |
| H A D | visibility.ll | 3 ; Variables
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | lit.site.cfg.py.in | 3 # Variables needed for common clang config.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | avoid-non-const-global-variables.rst | 35 Variables: ``a``, ``c``, ``c_ptr1``, ``c_ptr2``, ``c_const_ptr`` and
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | visibility.ll | 10 ; Variables
|
| /llvm-project-15.0.7/.github/workflows/ |
| H A D | llvm-bugs.yml | 52 'h:X-Mailgun-Variables': JSON.stringify(payload)
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | compatibility-3.6.ll | 31 ; Global Variables -- comdat 73 ;; Global Variables 79 ; Global Variables -- Simple 85 ; Global Variables -- Linkage 109 ; Global Variables -- Visibility 125 ; Global Variables -- ThreadLocal 137 ; Global Variables -- unnamed_addr 141 ; Global Variables -- AddrSpace 149 ; Global Variables -- section 153 ; Global Variables -- align [all …]
|
| H A D | compatibility-3.7.ll | 53 ;; Global Variables 59 ; Global Variables -- Simple 65 ; Global Variables -- Linkage 89 ; Global Variables -- Visibility 105 ; Global Variables -- ThreadLocal 117 ; Global Variables -- unnamed_addr 121 ; Global Variables -- AddrSpace 129 ; Global Variables -- section 133 ; Global Variables -- comdat 153 ; Global Variables -- align [all …]
|