Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h118 bool isGenericType() const { in isGenericType() function
124 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp336 if (!OpInfo[i].isGenericType()) in getAction()
384 return OpInfo.isGenericType() in verify()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp1524 if (!OpInfo.isGenericType()) in getTypeToPrint()
H A DMachineVerifier.cpp981 if (!MCID.operands()[I].isGenericType()) in verifyPreISelGenericInstruction()