Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h32 std::string lookup(StringRef Variable) const { in lookup()
38 const_iterator find(StringRef Variable) const { in find()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h37 struct Variable { struct
50 // The index of this Variable in Instruction.Variables and its associated argument
64 // - VariableIndex: the index of the Variable holding the value for this Operand argument
H A DMCInstrDescView.cpp95 SmallVector<Variable, 4> Variables, in Instruction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDARuntime.h50 Variable, // Variable enumerator
H A DCGObjCRuntime.cpp120 const VarDecl *Variable; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp2108 Register Reg, const MDNode *Variable, in BuildMI()
2125 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
2144 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
2166 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
2177 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
2188 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h393 const VarDecl *Variable; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp52 MachineIRBuilder::buildDirectDbgValue(Register Reg, const MDNode *Variable, in buildDirectDbgValue()
65 MachineIRBuilder::buildIndirectDbgValue(Register Reg, const MDNode *Variable, in buildIndirectDbgValue()
78 const MDNode *Variable, in buildFIDbgValue()
93 const MDNode *Variable, in buildConstDbgValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h40 Variable, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp290 class Variable { class
295 Variable() : T(Type::getVoid()), N("") {} in Variable() function in __anon9e9e0a7a0111::Variable
296 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} in Variable() function in __anon9e9e0a7a0111::Variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h334 NumericVariableUse(StringRef Name, NumericVariable *Variable) in NumericVariableUse()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp708 PHINode *Variable = in codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c903 value llvm_di_variable_get_line(LLVMMetadataRef Variable) { in llvm_di_variable_get_line()
907 value llvm_di_variable_get_file(LLVMMetadataRef Variable) { in llvm_di_variable_get_file()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp385 struct Variable { struct in __anonc2c321610111::MasmParser
386 StringRef Name;
387 bool Redefinable = true;
388 bool IsText = false;
389 int64_t NumericValue = 0;
390 std::string TextValue;
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp820 PHINode *Variable = in codegen() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp197 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
H A Dtoy.cpp948 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp778 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp784 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp778 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp778 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp761 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp783 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp683 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local

12