Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h98 bool isGenericType() const { in isGenericType() function
104 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp350 if (!OpInfo[i].isGenericType()) in getAction()
553 return OpInfo.isGenericType() in verify()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1415 if (!OpInfo.isGenericType()) in getTypeToPrint()
H A DMachineVerifier.cpp947 if (!MCID.OpInfo[I].isGenericType()) in visitMachineInstrBefore()