/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 43 static void InitLibcallNames(const char **Names, const Triple &TT) { in InitLibcallNames() argument 44 Names[RTLIB::SHL_I16] = "__ashlhi3"; in InitLibcallNames() 45 Names[RTLIB::SHL_I32] = "__ashlsi3"; in InitLibcallNames() 46 Names[RTLIB::SHL_I64] = "__ashldi3"; in InitLibcallNames() 47 Names[RTLIB::SHL_I128] = "__ashlti3"; in InitLibcallNames() 48 Names[RTLIB::SRL_I16] = "__lshrhi3"; in InitLibcallNames() 49 Names[RTLIB::SRL_I32] = "__lshrsi3"; in InitLibcallNames() 50 Names[RTLIB::SRL_I64] = "__lshrdi3"; in InitLibcallNames() 51 Names[RTLIB::SRL_I128] = "__lshrti3"; in InitLibcallNames() 52 Names[RTLIB::SRA_I16] = "__ashrhi3"; in InitLibcallNames() [all …]
|
/external/llvm/test/TableGen/ |
D | lisp.td | 31 class NameList<list<string> Names> : 32 List<Names>, CAR<!head(Names)>, CDR<!tail(Names), !empty(!tail(Names))>;
|
D | foreach.td | 21 list<string> Names = names; 30 class Names { 34 def People : Names;
|
D | MultiClassDefName.td | 11 multiclass Names<string n, string m> { 16 defm Hello : Names<"hello", "world">;
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 336 const char * const *Names; in isValidGCCRegisterName() local 344 getGCCRegNames(Names, NumNames); in isValidGCCRegisterName() 355 if (Name == Names[i]) in isValidGCCRegisterName() 364 for (unsigned j = 0; j < llvm::array_lengthof(AddlNames[i].Names); j++) { in isValidGCCRegisterName() 365 if (!AddlNames[i].Names[j]) in isValidGCCRegisterName() 369 if (AddlNames[i].Names[j] == Name && AddlNames[i].RegNum < NumNames) in isValidGCCRegisterName() 397 const char * const *Names; in getNormalizedGCCRegisterName() local 400 getGCCRegNames(Names, NumNames); in getNormalizedGCCRegisterName() 408 return Names[n]; in getNormalizedGCCRegisterName() 417 for (unsigned j = 0; j < llvm::array_lengthof(AddlNames[i].Names); j++) { in getNormalizedGCCRegisterName() [all …]
|
D | Builtins.cpp | 84 Builtin::Context::GetBuiltinNames(SmallVectorImpl<const char *> &Names) { in GetBuiltinNames() argument 88 Names.push_back(BuiltinInfo[i].Name); in GetBuiltinNames() 93 Names.push_back(TSRecords[i].Name); in GetBuiltinNames()
|
D | Targets.cpp | 865 void getGCCRegNames(const char * const *&Names, 1307 void PPCTargetInfo::getGCCRegNames(const char * const *&Names, in getGCCRegNames() argument 1309 Names = GCCRegNames; in getGCCRegNames() 1570 void getGCCRegNames(const char * const *&Names, 1625 void NVPTXTargetInfo::getGCCRegNames(const char * const *&Names, in getGCCRegNames() argument 1627 Names = GCCRegNames; in getGCCRegNames() 1731 void getGCCRegNames(const char * const *&Names, 1888 void R600TargetInfo::getGCCRegNames(const char * const *&Names, in getGCCRegNames() argument 1890 Names = GCCRegNames; in getGCCRegNames() 2157 void getGCCRegNames(const char * const *&Names, in getGCCRegNames() argument [all …]
|
D | Module.cpp | 122 SmallVector<StringRef, 2> Names; in getFullModuleName() local 126 Names.push_back(M->Name); in getFullModuleName() 129 for (SmallVectorImpl<StringRef>::reverse_iterator I = Names.rbegin(), in getFullModuleName() 130 IEnd = Names.rend(); in getFullModuleName()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 68 auto I = Names.find(&Orig); in getRename() 69 if (I != Names.end()) in getRename() 76 unsigned ID = Names.size(); in getRename() 79 auto I = Names.insert(std::make_pair(&Orig, NameStream.str())); in getRename() 83 DenseMap<const Value*, std::string> Names; member in llvm::orc::GlobalRenamer
|
/external/pdfium/testing/resources/ |
D | named_dests.in | 5 /Names << 52 /Names [ 60 /Names [
|
D | bug_487928.in | 6 /Names <</JavaScript 13 0 R>> 82 /Names [(startDelay) 11 0 R]
|
D | trailer_unterminated.in | 5 /Names <<
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 653 SmallVector<IdentifierInfo *, 4> Names; in ParseAsmStatement() local 674 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs)) in ParseAsmStatement() 678 unsigned NumOutputs = Names.size(); in ParseAsmStatement() 690 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs)) in ParseAsmStatement() 694 assert(Names.size() == Constraints.size() && in ParseAsmStatement() 697 unsigned NumInputs = Names.size() - NumOutputs; in ParseAsmStatement() 722 AsmLoc, false, isVolatile, NumOutputs, NumInputs, Names.data(), in ParseAsmStatement() 739 bool Parser::ParseAsmOperandsOpt(SmallVectorImpl<IdentifierInfo *> &Names, in ParseAsmOperandsOpt() argument 761 Names.push_back(II); in ParseAsmOperandsOpt() 764 Names.push_back(nullptr); in ParseAsmOperandsOpt()
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 65 class Names: class 68 if isinstance(parts, Names): 77 return Names(self.parts + (other,)) 79 return Names(self.parts + other) 84 return isinstance(other, Names) and self.parts == other.parts 90 return Names(type_name[1:].split('.')) 107 if isinstance(value, (str, Names)): 116 elif isinstance(other, (str, Names)): 599 def iterate_messages(desc, names = Names()): 613 def iterate_extensions(desc, names = Names()): [all …]
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 246 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() 247 Names.resize(pImpl->CustomMDKindNames.size()); in getMDKindNames() 250 Names[I->second] = I->first(); in getMDKindNames()
|
/external/naver-fonts/ |
D | README | 22 Subject: Permission to use Reserved Font Names 27 to use the following Reserved Font Names declared in my SIL Open Font
|
/external/regex-re2/ |
D | CONTRIBUTORS | 10 # Names should be added to this file only after verifying that 24 # Names should be added to this file like so:
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 112 unsigned NumInputs, IdentifierInfo **Names, in ActOnGCCAsmStmt() argument 143 if (Names[i]) in ActOnGCCAsmStmt() 144 OutputName = Names[i]->getName(); in ActOnGCCAsmStmt() 218 if (Names[i]) in ActOnGCCAsmStmt() 219 InputName = Names[i]->getName(); in ActOnGCCAsmStmt() 311 NumInputs, Names, Constraints, Exprs.data(), in ActOnGCCAsmStmt()
|
/external/jetty/src/resources/org/eclipse/jetty/servlet/jmx/ |
D | FilterMapping-mbean.properties | 4 servletNames: RO:Servlet Names
|
/external/libyuv/files/ |
D | AUTHORS | 1 # Names should be added to this file like so:
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | AUTHORS.TXT | 1 # Names should be added to this file like so:
|
/external/llvm/cmake/modules/ |
D | AddOCaml.cmake | 16 # OCAMLDEP Names of libraries this library depends on. 19 # PKG Names of ocamlfind packages this library depends on. 20 # LLVM Names of LLVM libraries this library depends on.
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/ |
D | AUTHORS | 3 # Names should be added to this file like so:
|
/external/chromium-trace/ |
D | AUTHORS | 1 # Names should be added to this file with this pattern:
|
/external/chromium-trace/trace-viewer/tracing/ |
D | AUTHORS | 1 # Names should be added to this file with this pattern:
|