Home
last modified time | relevance | path

Searched defs:CGI (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp87 CodeGenInstruction &CGI = Target.getInstruction(R); in addCodeToMergeInOperand() local
329 CodeGenInstruction &CGI = Target.getInstruction(R); in getInstructionCaseForEncoding() local
390 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues() local
432 if (any_of(NumberedInstructions, [](const CodeGenInstruction *CGI) { in run()
442 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run() local
H A DX86MnemonicTables.cpp74 const CodeGenInstruction *CGI = *Mnemonics.begin(); in run() local
78 for (const CodeGenInstruction *CGI : Mnemonics) { in run() local
H A DWebAssemblyDisassemblerEmitter.cpp35 auto &CGI = *NumberedInstructions[I]; in emitWebAssemblyDisassemblerTables() local
109 auto &CGI = *InstIt->second.second; in emitWebAssemblyDisassemblerTables() local
H A DVarLenCodeEmitterGen.cpp220 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run() local
361 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues() local
446 CodeGenInstruction &CGI = Target.getInstruction(R); in getInstructionCaseForEncoding() local
H A DAsmWriterInst.cpp50 AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI, unsigned CGIIndex, in AsmWriterInst()
H A DAsmWriterInst.h84 const CodeGenInstruction *CGI; variable
H A DDecoderEmitter.cpp1856 const CodeGenInstruction &CGI) { in parseVarLenInstOperand()
1962 const CodeGenInstruction &CGI, unsigned Opc, in populateInstruction()
2672 any_of(NumberedInstructions, [](const CodeGenInstruction *CGI) { in run()
H A DCodeGenTarget.cpp512 const CodeGenInstruction *CGI = I.second.get(); in ComputeInstrsByEnum() local
H A DAsmMatcherEmitter.cpp1516 for (const CodeGenInstruction *CGI : Target.getInstructionsByEnumValue()) { in buildInfo() local
1685 const CodeGenInstruction &CGI = *II->DefRec.get<const CodeGenInstruction*>(); in buildInstructionOperandReference() local
H A DCodeGenDAGPatterns.cpp3780 CodeGenInstruction &CGI, ListInit *Pat, DAGInstMap &DAGInsts) { in parseInstructionPattern()
3999 CodeGenInstruction &CGI = Target.getInstruction(Instr); in ParseInstructions() local
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebtut.pod667 =head1 CGI chapter
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp505 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule() local
598 scc_iterator<CallGraph*> *CGI = (scc_iterator<CallGraph*>*)Context; in ReplaceNode() local
H A DLoopAccessAnalysis.cpp245 const RuntimeCheckingPtrGroup &CGI, const RuntimeCheckingPtrGroup &CGJ) { in tryToCreateDiffCheck()
339 const RuntimeCheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp535 const CodeGenInstruction *CGI = PartitionToInstr[PartitionIdx]; in applyForPartition() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1914 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder() local
1930 scc_iterator<CallGraph *> CGI = scc_begin(CG); in buildFunctionOrder() local