Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h119 bool isGenericType() const { in isGenericType() function
125 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp362 if (!OpInfo[i].isGenericType()) in getAction()
410 return OpInfo.isGenericType() in verify()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1718 if (!OpInfo.isGenericType()) in getTypeToPrint()
H A DMachineVerifier.cpp1133 if (!MCID.operands()[I].isGenericType()) in verifyPreISelGenericInstruction()