/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 148 /// register name so that only the number is left. Used by for linux asm. 251 case 'c': // Don't print "$" before a global var name or constant. 408 StringRef Name = "__tls_get_addr"; 409 MCSymbol *TlsGetAddr = OutContext.GetOrCreateSymbol(Name); [all...] |
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 376 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 463 // Expect a register name. 468 StringRef Name = Parser.getTok().getString(); 469 if (Name.size() < 2) 471 char Prefix = Name[0]; 473 // Treat the rest of the register name as a register number. 474 if (Name.substr(1).getAsInteger(10, Reg.Num)) 637 StringRef Name, SMLoc NameLoc, 639 Operands.push_back(SystemZOperand::createToken(Name, NameLoc)); 644 if (parseOperand(Operands, Name)) { [all...] |
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | 434 std::string Name = CalledFunc->getName(); 436 Name += ": %"; 437 Name += A->getName(); 439 Name += ": argument "; 440 Name += utostr(i); 446 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); [all...] |
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 45 // The name this program was invoked as. 128 // the name of the archive member to which the 'a', 'b' or 'i' modifier 133 // This variable holds the name of the archive file as given on the 165 // Get the archive file name from the command line 168 show_help("An archive name must be specified"); 248 // the archive name. 285 static void doPrint(StringRef Name, object::Archive::child_iterator I) { 287 outs() << "Printing " << Name << "\n"; 314 static void doDisplayTable(StringRef Name, object::Archive::child_iterator I) { 326 outs() << Name << "\n" [all...] |
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 236 // second form is [[foo]] which is a reference to foo. The variable name 254 // Get the regex name (e.g. "foo"). 256 StringRef Name = MatchStr.substr(0, NameEnd); 258 if (Name.empty()) { 259 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, 260 "invalid name in named regex: empty name"); 264 // Verify that the name/expression is well formed. FileCheck currently 268 for (unsigned i = 0, e = Name.size(); i != e; ++i) { 269 if (i == 0 && Name[i] == '@') [all...] |
/external/llvm/utils/TableGen/ |
AsmWriterEmitter.cpp | 538 // as it's just a reference to the default register name. 544 // Make sure the register has an alternate name for this index. 552 // If the register has an alternate name for this index, use it. 559 "Register definition missing alt name for '" + 592 "/// from the register set description. This returns the assembler name\n" 611 << " default: llvm_unreachable(\"Invalid register alt name index!\");\n"; 618 << " \"Invalid alt name index for register!\");\n" 625 << " \"Invalid alt name index for register!\");\n" 672 // $name, just eat the usual suspects. 713 StringRef Name; [all...] |
CodeGenRegisters.h | 56 std::string Name; 73 const std::string &getName() const { return Name; } 277 std::string Name; 319 const std::string &getName() const { return Name; } 423 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props); 460 // Each RegUnitSet is a sorted vector with a name. 464 std::string Name; 484 CodeGenSubRegIndex *createSubRegIndex(StringRef Name, StringRef NameSpace); 529 StringRef Name); 569 // have a unique name [all...] |
SubtargetEmitter.cpp | 82 void EmitProcessorProp(raw_ostream &OS, const Record *R, const char *Name, 139 // Get and emit name 182 const std::string &Name = Feature->getName(); 183 const std::string &CommandLineName = Feature->getValueAsString("Name"); 192 << Target << "::" << Name << ", "; 241 const std::string &Name = Processor->getValueAsString("Name"); 247 << "\"" << Name << "\", " 248 << "\"Select the " << Name << " processor\", "; 279 void SubtargetEmitter::FormItineraryStageString(const std::string &Name, [all...] |
/external/mesa3d/src/glx/ |
glxcmds.c | 25 * Except as contained in this notice, the name of Silicon Graphics, Inc. [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 65 #define NAME(func) mgl##func 67 #define NAME(func) gl##func 391 glXGetClientString(Display *dpy, int name) 397 return (t->GetClientString)(dpy, name); 413 glXQueryServerString(Display *dpy, int screen, int name) 419 return (t->QueryServerString)(dpy, screen, name); 1224 const char *Name; 1380 for (i = 0; GLX_functions[i].Name; i++) [all...] |
/external/vixl/src/vixl/a64/ |
debugger-a64.cc | 12 // * Neither the name of ARM Limited nor the names of its contributors may be 77 // Format: wn or xn with 0 <= n < 32 or a name in the aliases list. 87 const char* Name() const; 123 explicit IdentifierToken(const char* name) { 124 int size = strlen(name) + 1; 126 strncpy(value_, name, size); 245 explicit DebugCommand(Token* name) : name_(IdentifierToken::Cast(name)) {} 249 const char* name() { return name_->value(); } function in class:vixl::DebugCommand 255 static bool Match(const char* name, const char** aliases) 1124 const char* name = IdentifierToken::Cast(args[0])->value(); local [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSForEachExpand.cpp | 50 * called via rsForEach() or "foreach_<NAME>". We create an inner loop for the 54 * name is the original function name followed by ".expand". Note that we 272 * The name "RsExpandKernelDriverInfoPfx" is known to RSInvariantPass (RSInvariant.cpp). 501 * Module will contain a new function of the name "<NAME>.expand" that 502 * invokes <NAME>() in a loop with the appropriate parameters. 1001 const char *name = mExportForEachNameList[i]; local [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 675 // Write name. 748 // METADATA_KIND - [n x [id, name]] [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 308 // Emit the name if it is present. 674 // Write name. 747 // METADATA_KIND - [n x [id, name]] [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 310 // Emit the name if it is present. 703 // Write name. 776 // METADATA_KIND - [n x [id, name]] [all...] |
/frameworks/compile/slang/ |
slang_rs_export_type.h | 163 // Make a name for types that are too complicated to create the real names. 164 std::string CreateDummyName(const char *type, const std::string &name); 166 inline bool IsDummyName(const llvm::StringRef &Name) { 167 return Name.startswith("<"); 194 const llvm::StringRef &Name); 307 const llvm::StringRef &Name, 310 : RSExportType(Context, Class, Name), 371 const llvm::StringRef &Name, 373 : RSExportType(Context, ExportClassPointer, Name), 401 const llvm::StringRef &Name, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d10effect.h | 78 LPCSTR Name; 88 LPCSTR Name; 144 LPCSTR Name; 171 STDMETHOD_(struct ID3D10EffectType *, GetMemberTypeByName)(THIS_ LPCSTR name) PURE; 187 STDMETHOD_(struct ID3D10EffectVariable *, GetAnnotationByName)(THIS_ LPCSTR name) PURE; 189 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberByName)(THIS_ LPCSTR name) PURE; 221 STDMETHOD_(struct ID3D10EffectVariable *, GetAnnotationByName)(THIS_ LPCSTR name) PURE; 223 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberByName)(THIS_ LPCSTR name) PURE; 260 STDMETHOD_(struct ID3D10EffectVariable *, GetAnnotationByName)(THIS_ LPCSTR name) PURE; 262 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberByName)(THIS_ LPCSTR name) PURE [all...] |
d3dx9shader.h | 103 LPCSTR Name; 234 LPCSTR Name; 346 DWORD Name; 368 DWORD Name;
|
ipexport.h | 73 WCHAR Name[MAX_ADAPTER_NAME];
|
ipxrtdef.h | 80 UCHAR Name[16];
|
resapi.h | 120 LPWSTR Name;
|
/art/runtime/ |
dex_instruction.h | 224 // Returns the name of this instruction's opcode. 225 const char* Name() const { 226 return Instruction::Name(Opcode()); 229 // Returns the name of the given opcode. 230 static const char* Name(Code opcode) {
|
/external/clang/include/clang/AST/ |
Comment.h | 350 return Traits.getCommandInfo(getCommandID())->Name; 424 StringRef Name; 433 Attribute(SourceLocation NameLocBegin, StringRef Name) : 434 NameLocBegin(NameLocBegin), Name(Name), 439 Attribute(SourceLocation NameLocBegin, StringRef Name, 442 NameLocBegin(NameLocBegin), Name(Name), 448 return NameLocBegin.getLocWithOffset(Name.size()); 600 /// arguments depends on command name) and a paragraph as an argumen [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 240 const char *Name; 244 : K(k), Name(n), Ptr(false) {} 246 : K(SpecificTy), T(t), Name(n), Ptr(false) {} 247 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {}
|
ThreadSafetyTIL.h | 118 /// Return the name of a unary opcode. 121 /// Return the name of a binary opcode. 356 : SExpr(COP_Variable), Name(s), Definition(D), Cvdecl(nullptr) { 360 : SExpr(COP_Variable), Name(Cvd ? Cvd->getName() : "_x"), 365 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl) { 372 /// Return the name of the variable, if any. 373 StringRef name() const { return Name; } function in class:clang::threadSafety::Variable 384 void setName(StringRef S) { Name = S; 1795 StringRef name() const { return Name; } function in class:clang::threadSafety::Identifier [all...] |