Home
last modified time | relevance | path

Searched refs:Variables (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp95 SmallVector<Variable, 4> Variables, in Instruction() argument
101 Variables(std::move(Variables)), ImplDefRegs(*ImplDefRegs), in Instruction()
112 SmallVector<Variable, 4> Variables; in create() local
147 Variables.reserve(Operands.size()); // Variables.size() <= Operands.size() in create()
151 const size_t VariableIndex = Variables.size(); in create()
154 Variables.emplace_back(); in create()
155 Variables.back().Index = VariableIndex; in create()
164 Variables[Op.getVariableIndex()].TiedOperands.push_back(Op.getIndex()); in create()
186 std::move(Variables), BVC.getUnique(std::move(ImplDefRegs)), in create()
234 return any_of(Variables, in hasTiedRegisters()
[all …]
H A DCodeTemplate.cpp28 : Instr(Instr), VariableValues(Instr->Variables.size()) {} in InstructionTemplate()
53 return getValueFor(Instr->Variables[Op.getVariableIndex()]); in getValueFor()
57 return getValueFor(Instr->Variables[Op.getVariableIndex()]); in getValueFor()
61 return any_of(Instr->Variables, [this](const Variable &Var) { in hasImmediateVariables()
H A DMCInstrDescView.h158 const SmallVector<Variable, 4> Variables; member
166 SmallVector<Variable, 4> Variables, const BitVector *ImplDefRegs,
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCloneDetection.cpp528 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()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp339 std::map<std::string, Variable> Variables; member in __anoncfaa73c60111::Intrinsic
1120 assert_with_loc(Variables.find(VarName) != Variables.end(), in replaceParamsIn()
1122 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName()); in replaceParamsIn()
1129 Variables.clear(); in initVariables()
1138 Variables[Name] = Variable(Types[I], Name + VariablePostfix); in initVariables()
1162 assert(Variables.find(Name) != Variables.end()); in emitPrototype()
1163 Variable &V = Variables[Name]; in emitPrototype()
1228 Variable &V = Variables[Name]; in emitArgumentReversal()
1276 assert(Variables.find(Name) != Variables.end()); in emitShadowedArgs()
1277 Variable &V = Variables[Name]; in emitShadowedArgs()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dguesswork-none16 Variables: $foo, @bar::baz, %Pod::Blah
27 Variables: $foo, @bar::baz, %Pod::Blah
H A Dguesswork-all16 Variables: $foo, @bar::baz, %Pod::Blah
27 Variables: \f(CW$foo\fR, \f(CW@bar::baz\fR, \f(CW%Pod::Blah\fR
H A Dguesswork13 Variables: $foo, @bar::baz, %Pod::Blah
24 Variables: \f(CW$foo\fR, \f(CW@bar::baz\fR, \f(CW%Pod::Blah\fR
H A Dguesswork-partial16 Variables: $foo, @bar::baz, %Pod::Blah
27 Variables: \f(CW$foo\fR, \f(CW@bar::baz\fR, \f(CW%Pod::Blah\fR
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h32 SmallVector<DebugVariable> Variables; variable
57 return Variables[static_cast<unsigned>(ID)]; in getVariable()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp571 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 DVSCode.h83 struct Variables { struct
129 Variables variables;
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A DChangeLog4 Local Variables:
/openbsd-src/gnu/gcc/gcc/config/
H A Dt-lynx13 Local Variables:
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp456 LLVMContext &Ctx, ArrayRef<GlobalVariable *> Variables, in getAddressesOfVariablesInKernel() argument
465 ArrayType *KernelOffsetsType = ArrayType::get(I32, Variables.size()); in getAddressesOfVariablesInKernel()
468 for (size_t i = 0; i < Variables.size(); i++) { in getAddressesOfVariablesInKernel()
469 GlobalVariable *GV = Variables[i]; in getAddressesOfVariablesInKernel()
481 Module &M, ArrayRef<GlobalVariable *> Variables, in buildLookupTable() argument
484 if (Variables.empty()) { in buildLookupTable()
489 const size_t NumberVariables = Variables.size(); in buildLookupTable()
502 Ctx, Variables, Replacement.LDSVarsToConstantGEP); in buildLookupTable()
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A DChangeLog9 Local Variables:
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A DChangeLog14 Local Variables:
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-9207 * CVSEDITOR, internal variable: Variables.
215 * CVSROOT, internal variable: Variables.
256 * EDITOR, internal variable: Variables.
267 * environment variables, passed to administrative files: Variables.
330 * Internal variables: Variables.
455 * RCSBIN, internal variable: Variables.
609 * User variables: Variables.
610 * USER, internal variable: Variables.
612 * Variables: Variables.
621 * VISUAL, internal variable: Variables.
/openbsd-src/gnu/llvm/llvm/docs/
H A DProjects.rst113 Required Variables
123 Variables for Building Subdirectories
142 Variables for Building Libraries
162 Variables for Building Programs
220 Miscellaneous Variables
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/t/
H A D03pkgs.t34 # Local Variables:
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp73 UniqueVector<DebugVariable> Variables; member in FunctionVarLocsBuilder
84 return static_cast<VariableID>(Variables.insert(V)); in insertVariable()
89 return Variables[static_cast<unsigned>(ID)]; in getVariable()
134 for (const DebugVariable &V : Variables) { in print()
194 assert(Variables.empty() && "Expect clear before init"); in init()
197 Variables.reserve(Builder.Variables.size() + 1); in init()
198 Variables.push_back(DebugVariable(nullptr, std::nullopt, nullptr)); in init()
199 Variables.append(Builder.Variables.begin(), Builder.Variables.end()); in init()
203 Variables.clear(); in clear()
/openbsd-src/gnu/usr.bin/binutils/include/elf/
H A DChangeLog34 Local Variables:
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A DChangeLog34 Local Variables:
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dt-lynx36 Local Variables:
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A DChangeLog33 Local Variables:

12345678910>>...13