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

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

Completed in 82 milliseconds