Home
last modified time | relevance | path

Searched refs:getCGI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1535 const CodeGenInstruction *DstI = DstMIBuilder.getCGI(); in importExplicitDefRenderers()
1603 const CodeGenInstruction *DstI = DstMIBuilder.getCGI(); in importExplicitUseRenderers()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2380 const CodeGenInstruction *getCGI() const { return I; } in getCGI() function