Home
last modified time | relevance | path

Searched refs:isGenericType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h117 bool isGenericType() const { in isGenericType() function
123 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp336 if (!OpInfo[i].isGenericType()) in getAction()
384 return OpInfo.isGenericType() in verify()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp1469 if (!OpInfo.isGenericType()) in getTypeToPrint()
H A DMachineVerifier.cpp940 if (!MCID.OpInfo[I].isGenericType()) in verifyPreISelGenericInstruction()