Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h216 MVT getMachineValueType() const { in getMachineValueType() function
632 return Types[ResNo].getMachineValueType().SimpleTy; in getSimpleType()
DGlobalISelEmitter.cpp1496 if (VTy.getMachineValueType() == MVT::iPTR && OperandIsAPointer) { in addTypeCheckPredicate()
1501 auto OpTyOrNone = MVTToLLT(VTy.getMachineValueType().SimpleTy); in addTypeCheckPredicate()
3558 MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in importExplicitUseRenderer()
3595 OpTyOrNone = MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in importExplicitUseRenderer()
DCodeGenDAGPatterns.cpp1284 if (T0.getMachineValueType() != MVT::Other) { in getPatternSize()