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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h219 MVT getMachineValueType() const { function in struct:llvm::TypeSetByHwMode
710 return Types[ResNo].getMachineValueType().SimpleTy;
H A DGlobalISelEmitter.cpp1621 if (VTy.getMachineValueType() == MVT::iPTR && OperandIsAPointer) {
1626 auto OpTyOrNone = MVTToLLT(VTy.getMachineValueType().SimpleTy);
3323 MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy);
4153 OpTyOrNone = MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy);
H A DCodeGenDAGPatterns.cpp1397 if (T0.getMachineValueType() != MVT::Other) {

Completed in 91 milliseconds