Home
last modified time | relevance | path

Searched refs:getTempTypeIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h301 TempTypeIdx getTempTypeIdx() const { in getTempTypeIdx() function
315 Table << MatchTable::IntValue(1, Ty.getTempTypeIdx());
1279 TempTypeIdx getTempTypeIdx(RuleMatcher &Rule);
H A DGlobalISelCombinerEmitter.cpp149 return OM.getTempTypeIdx(RM); in getLLTCodeGenOrTempType()
H A DGlobalISelMatchTable.cpp1305 TempTypeIdx OperandMatcher::getTempTypeIdx(RuleMatcher &Rule) { in getTempTypeIdx() function in llvm::gi::OperandMatcher