/external/llvm/utils/TableGen/ |
D | AsmWriterInst.cpp | 50 AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI, in AsmWriterInst() argument 54 this->CGI = &CGI; in AsmWriterInst() 63 std::string AsmString = CGI.FlattenAsmStringVariants(CGI.AsmString, Variant); in AsmWriterInst() 127 CGI.TheDef->getName() + "'!"; in AsmWriterInst() 166 + CGI.TheDef->getName() + "'"; in AsmWriterInst() 173 + CGI.TheDef->getName() + "'"; in AsmWriterInst() 181 throw "Bad operand modifier name in '"+ CGI.TheDef->getName() + "'"; in AsmWriterInst() 186 + CGI.TheDef->getName() + "'"; in AsmWriterInst() 190 throw "Stray '$' in '" + CGI.TheDef->getName() + in AsmWriterInst() 201 unsigned OpNo = CGI.Operands.getOperandNamed(VarName); in AsmWriterInst() [all …]
|
D | CodeEmitterGen.cpp | 83 CodeGenInstruction &CGI = Target.getInstruction(R); in AddCodeToMergeInOperand() local 104 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand() 106 OpIdx = CGI.Operands[OpIdx].MIOperandNo; in AddCodeToMergeInOperand() 107 assert(!CGI.Operands.isFlatOperandNotEmitted(OpIdx) && in AddCodeToMergeInOperand() 112 while (CGI.Operands.isFlatOperandNotEmitted(NumberedOp)) in AddCodeToMergeInOperand() 117 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); in AddCodeToMergeInOperand() 118 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; in AddCodeToMergeInOperand() 232 const CodeGenInstruction *CGI = *IN; in run() local 233 Record *R = CGI->TheDef; in run()
|
D | AsmWriterInst.h | 88 const CodeGenInstruction *CGI; variable 90 AsmWriterInst(const CodeGenInstruction &CGI,
|
D | AsmWriterEmitter.cpp | 71 O << " case " << FirstInst.CGI->Namespace << "::" in EmitInstructions() 72 << FirstInst.CGI->TheDef->getName() << ":\n"; in EmitInstructions() 74 O << " case " << SimilarInsts[i].CGI->Namespace << "::" in EmitInstructions() 75 << SimilarInsts[i].CGI->TheDef->getName() << ":\n"; in EmitInstructions() 85 OpsToPrint.push_back(std::make_pair(FirstInst.CGI->Namespace + "::" + in EmitInstructions() 86 FirstInst.CGI->TheDef->getName(), in EmitInstructions() 91 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+ in EmitInstructions() 92 AWI.CGI->TheDef->getName(), in EmitInstructions() 135 InstrsForCase[idx] += Inst->CGI->TheDef->getName(); in FindUniqueOperandCommands() 142 InstrsForCase.push_back(Inst->CGI->TheDef->getName()); in FindUniqueOperandCommands() [all …]
|
D | AsmMatcherEmitter.cpp | 408 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo() 409 : TheDef(CGI.TheDef), DefRec(&CGI), AsmString(CGI.AsmString) { in MatchableInfo() 1163 const CodeGenInstruction &CGI = **I; in BuildInfo() local 1167 if (!StringRef(CGI.TheDef->getName()).startswith(MatchPrefix)) in BuildInfo() 1171 if (CGI.TheDef->getValueAsBit("isCodeGenOnly")) in BuildInfo() 1175 for (unsigned i = 0, e = CGI.Operands.size(); i != e; ++i) { in BuildInfo() 1176 const CGIOperandList::OperandInfo &OI = CGI.Operands[i]; in BuildInfo() 1186 errs() << "warning: '" << CGI.TheDef->getName() << "': " in BuildInfo() 1195 OwningPtr<MatchableInfo> II(new MatchableInfo(CGI)); in BuildInfo() 1305 const CodeGenInstruction &CGI = *II->DefRec.get<const CodeGenInstruction*>(); in BuildInstructionOperandReference() local [all …]
|
D | CodeGenTarget.cpp | 283 const CodeGenInstruction *CGI = I->second; in ComputeInstrsByEnum() local 284 if (CGI->Namespace != "TargetOpcode") in ComputeInstrsByEnum() 285 InstrsByEnum.push_back(CGI); in ComputeInstrsByEnum()
|
D | ARMDecoderEmitter.cpp | 1533 bool populateInstruction(const CodeGenInstruction &CGI, TARGET_NAME_t TN); 1555 ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI, in populateInstruction() argument 1557 const Record &Def = *CGI.TheDef; in populateInstruction() 1677 for (unsigned i = 0, e = CGI.Operands.size(); i != e; ++i) { in populateInstruction() 1678 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
|
D | FixedLenDecoderEmitter.cpp | 1171 static bool populateInstruction(const CodeGenInstruction &CGI, in populateInstruction() argument 1174 const Record &Def = *CGI.TheDef; in populateInstruction() 1294 for (unsigned i = 0, e = CGI.Operands.size(); i != e; ++i) { in populateInstruction() 1295 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
|
D | CodeGenDAGPatterns.cpp | 2604 CodeGenInstruction &CGI = Target.getInstruction(Instrs[i]); in ParseInstructions() local 2610 if (i == CGI.Operands.size()) in ParseInstructions() 2613 const std::string &OpName = CGI.Operands[i].Name; in ParseInstructions() 2627 if (CGI.Operands[i].Rec != R) in ParseInstructions() 2631 Results.push_back(CGI.Operands[i].Rec); in ParseInstructions() 2643 for (unsigned i = NumResults, e = CGI.Operands.size(); i != e; ++i) { in ParseInstructions() 2644 CGIOperandList::OperandInfo &Op = CGI.Operands[i]; in ParseInstructions()
|
/external/webkit/LayoutTests/http/tests/resources/ |
D | slow-script.pl | 4 use CGI; 7 my $cgi = new CGI;
|
/external/llvm/lib/Analysis/IPA/ |
D | CallGraphSCCPass.cpp | 425 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule() local 427 CallGraphSCC CurSCC(&CGI); in runOnModule() 428 while (!CGI.isAtEnd()) { in runOnModule() 431 std::vector<CallGraphNode*> &NodeVec = *CGI; in runOnModule() 433 ++CGI; in runOnModule() 517 scc_iterator<CallGraph*> *CGI = (scc_iterator<CallGraph*>*)Context; in ReplaceNode() local 518 CGI->ReplaceNode(Old, New); in ReplaceNode()
|
/external/llvm/utils/ |
D | cgiplotNLT.pl | 5 use CGI; 7 my $q = new CGI;
|
D | webNLT.pl | 4 use CGI; 6 $q = new CGI;
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | iexploder.cgi | 34 cgi = CGI.new("html4");
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
D | iexploder.cgi | 24 cgi = CGI.new("html4");
|
D | webserver.rb | 80 $last_page_requested = [Time.now().to_i, request.unparsed_uri, CGI.escape(user_agent)]
|
D | browser_harness.rb | 192 @browser_id = CGI.unescape(user_agent)
|
/external/clang/www/demo/ |
D | index.cgi | 6 use CGI; 116 $c = new CGI;
|
/external/chromium/chrome/common/safe_browsing/ |
D | csd.proto | 19 // URL that the client visited. The CGI parameters are stripped by the
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/ |
D | README.txt | 44 by your webserver. Make sure that directory can execute CGI scripts. If
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/ |
D | README.txt | 95 by your webserver. Make sure that directory can execute CGI scripts.
|
/external/tcpdump/tests/ |
D | print-A.new | 80 CGI scripts are looked for in <TT>/usr/lib/cgi-bin</TT>, which is where
|
D | print-AA.out | 80 CGI scripts are looked for in <TT>/usr/lib/cgi-bin</TT>, which is where
|
D | print-A.out | 80 CGI scripts are looked for in <TT>/usr/lib/cgi-bin</TT>, which is where
|
D | print-AA.new | 80 CGI scripts are looked for in <TT>/usr/lib/cgi-bin</TT>, which is where
|