/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpansions.h | 32 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 D | MCInstrDescView.h | 37 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 D | MCInstrDescView.cpp | 95 SmallVector<Variable, 4> Variables, in Instruction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCUDARuntime.h | 50 Variable, // Variable enumerator
|
H A D | CGObjCRuntime.cpp | 120 const VarDecl *Variable; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2108 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 D | CloneDetection.h | 393 const VarDecl *Variable; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 52 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 D | IndexSymbol.h | 40 Variable, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 290 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 D | FileCheckImpl.h | 334 NumericVariableUse(StringRef Name, NumericVariable *Variable) in NumericVariableUse()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 708 PHINode *Variable = in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 903 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 D | MasmParser.cpp | 385 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 D | toy.cpp | 820 PHINode *Variable = in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 197 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
H A D | toy.cpp | 948 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 778 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 784 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 778 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 778 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 761 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 783 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 683 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|