Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h221 MVT getMachineValueType() const { in getMachineValueType() function
705 return Types[ResNo].getMachineValueType().SimpleTy; in getSimpleType()
H A DGlobalISelEmitter.cpp298 MaybeOpTy = MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in getInstResultType()
1262 OpTyOrNone = MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in importExplicitUseRenderer()
1524 auto OpTy = MVTToLLT(ExtTy.getMachineValueType().SimpleTy); in importExplicitDefRenderers()
H A DGlobalISelMatchTable.cpp1365 if (VTy.getMachineValueType() == MVT::iPTR && OperandIsAPointer) { in addTypeCheckPredicate()
1370 auto OpTyOrNone = MVTToLLT(VTy.getMachineValueType().SimpleTy); in addTypeCheckPredicate()
H A DCodeGenDAGPatterns.cpp1455 if (T0.getMachineValueType() != MVT::Other) { in getPatternSize()