Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h215 MVT getMachineValueType() const { in getMachineValueType() function
704 return Types[ResNo].getMachineValueType().SimpleTy; in getSimpleType()
H A DGlobalISelEmitter.cpp1715 if (VTy.getMachineValueType() == MVT::iPTR && OperandIsAPointer) { in addTypeCheckPredicate()
1720 auto OpTyOrNone = MVTToLLT(VTy.getMachineValueType().SimpleTy); in addTypeCheckPredicate()
3510 MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in getInstResultType()
4483 OpTyOrNone = MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in importExplicitUseRenderer()
4729 auto OpTy = MVTToLLT(ExtTy.getMachineValueType().SimpleTy); in importExplicitDefRenderers()
H A DCodeGenDAGPatterns.cpp1419 if (T0.getMachineValueType() != MVT::Other) { in getPatternSize()