Home
last modified time | relevance | path

Searched refs:getSimple (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInfoByHwMode.cpp51 return getSimple() == T.getSimple(); in operator ==()
83 OS << getMVTName(getSimple()); in writeToStream()
H A DInfoByHwMode.h103 InfoT getSimple() const { in getSimple() function
H A DDAGISelMatcherGen.cpp38 VT = VVT.getSimple().SimpleTy; in getRegisterValueType()
45 assert((!T.isSimple() || T.getSimple().SimpleTy == VT) && in getRegisterValueType()
H A DCodeGenInstruction.cpp462 return RegVTs[0].getSimple().SimpleTy; in HasOneImplicitDefWithKnownVT()
H A DFastISelEmitter.cpp176 OS << "VT == " << getEnumName(VVT.getSimple().SimpleTy) << " && "; in emitImmediatePredicate()
H A DCodeGenRegisters.cpp797 : VTs[0].getSimple().getSizeInBits(); in CodeGenRegisterClass()
875 MVT T = VT.getSimple(); in hasType()
H A DRegisterInfoEmitter.cpp1091 RegSize = RC.RSI.getSimple().RegSize; in runMCDesc()
H A DCodeGenDAGPatterns.cpp1866 return Constraint.VVT.getSimple().SimpleTy; in getKnownType()
2735 if (!VVT.isSimple() || VVT.getSimple() != MVT::Untyped) in ApplyTypeConstraints()