Home
last modified time | relevance | path

Searched defs:cgi (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h
/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h1088 EmitNodeMatcher(const CodeGenInstruction &cgi, in MorphNodeToMatcher() argument
1020 EmitNodeMatcherCommon(const CodeGenInstruction & cgi,ArrayRef<MVT::SimpleValueType> vts,ArrayRef<unsigned> operands,bool hasChain,bool hasInGlue,bool hasOutGlue,bool hasmemrefs,int numfixedarityoperands,bool isMorphNodeTo) EmitNodeMatcherCommon() argument
1068 EmitNodeMatcher(const CodeGenInstruction & cgi,ArrayRef<MVT::SimpleValueType> vts,ArrayRef<unsigned> operands,bool hasChain,bool hasInGlue,bool hasOutGlue,bool hasmemrefs,int numfixedarityoperands,unsigned firstresultslot) EmitNodeMatcher() argument
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp288 llvm::scc_iterator<const CallGraph *> cgi = llvm::scc_begin(&cg); in runTransformOnCGSCCs() local