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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h118 bool isGenericType() const { function in class:llvm::MCOperandInfo
124 assert(isGenericType() && "non-generic types don't have an index");
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp339 if (!OpInfo[i].isGenericType())
387 return OpInfo.isGenericType()
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1550 if (!OpInfo.isGenericType())
H A DMachineVerifier.cpp1053 if (!MCID.operands()[I].isGenericType())

Completed in 359 milliseconds