Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
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 DCodeEmitterGen.cpp101 CodeGenInstruction &CGI = Target.getInstruction(R); in addCodeToMergeInOperand() local
366 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues() local
430 if (any_of(NumberedInstructions, [](const CodeGenInstruction *CGI) { in run()
440 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run() local
H A DAsmWriterInst.cpp49 AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI, unsigned CGIIndex, in AsmWriterInst()
H A DVarLenCodeEmitterGen.cpp229 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run() local
358 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues() local
451 CodeGenInstruction &CGI = Target.getInstruction(R); in getInstructionCaseForEncoding() local
H A DAsmWriterInst.h83 const CodeGenInstruction *CGI; variable
H A DCodeGenTarget.cpp522 const CodeGenInstruction *CGI = I.second.get(); in ComputeInstrsByEnum() local
H A DDecoderEmitter.cpp1858 const CodeGenInstruction &CGI) { in parseVarLenInstOperand()
1964 const CodeGenInstruction &CGI, unsigned Opc, in populateInstruction()
2492 any_of(NumberedInstructions, [](const CodeGenInstruction *CGI) { in run()
H A DDAGISelMatcherEmitter.cpp939 const CodeGenInstruction &CGI = EN->getInstruction(); in EmitMatcher() local
H A DGlobalISelCombinerEmitter.cpp478 auto &CGI = CGP.getInst(); in getMCOIOperandTypes() local
1955 for (const CodeGenInstruction *CGI : AOP.insts()) { in emitMatchPattern() local
H A DAsmMatcherEmitter.cpp1519 for (const CodeGenInstruction *CGI : Target.getInstructionsByEnumValue()) { in buildInfo() local
1688 const CodeGenInstruction &CGI = *cast<const CodeGenInstruction *>(II->DefRec); in buildInstructionOperandReference() local
H A DDAGISelMatcher.h1027 const CodeGenInstruction &CGI; variable
H A DCodeGenDAGPatterns.cpp3776 CodeGenInstruction &CGI, ListInit *Pat, DAGInstMap &DAGInsts) { in parseInstructionPattern()
3993 CodeGenInstruction &CGI = Target.getInstruction(Instr); in ParseInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp506 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule() local
599 scc_iterator<CallGraph*> *CGI = (scc_iterator<CallGraph*>*)Context; in ReplaceNode() local
H A DLoopAccessAnalysis.cpp253 const RuntimeCheckingPtrGroup &CGI, const RuntimeCheckingPtrGroup &CGJ) { in tryToCreateDiffCheck()
375 const RuntimeCheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1962 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder() local