Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h116 bool isGenericType() const { in isGenericType() function
122 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp493 if (!OpInfo[i].isGenericType()) in getAction()
699 return OpInfo.isGenericType() in verify()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1525 if (!OpInfo.isGenericType()) in getTypeToPrint()
H A DMachineVerifier.cpp903 if (!MCID.OpInfo[I].isGenericType()) in verifyPreISelGenericInstruction()