Home
last modified time | relevance | path

Searched refs:getValueTypeByHwMode (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h210 ValueTypeByHwMode getValueTypeByHwMode() const;
231 return getValueTypeByHwMode().isPointer(); in isPointer()
236 return getValueTypeByHwMode().PtrAddrSpace; in getPtrAddrSpace()
270 return VTS.getValueTypeByHwMode(); in getConcrete()
703 return Types[ResNo].getValueTypeByHwMode(); in getType()
H A DInfoByHwMode.h143 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec,
H A DInfoByHwMode.cpp105 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec, in getValueTypeByHwMode() function in llvm
H A DCodeGenDAGPatterns.cpp101 ValueTypeByHwMode TypeSetByHwMode::getValueTypeByHwMode() const { in getValueTypeByHwMode() function in TypeSetByHwMode
1556 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1588 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1687 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint()
1765 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst()
2303 return TypeSetByHwMode(getValueTypeByHwMode(R, CGH)); in getImplicitType()
2318 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2337 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2727 const ValueTypeByHwMode VVT = getValueTypeByHwMode(T, CGH); in ApplyTypeConstraints()
2936 New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this); in ParseTreePattern()
H A DGlobalISelEmitter.cpp4369 ValueTypeByHwMode VT = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
4407 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
5121 Target.getSuperRegForSubReg(Ty.getValueTypeByHwMode(), CGRegs, SubIdx, in inferSuperRegisterClass()
H A DCodeGenRegisters.cpp752 VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes())); in CodeGenRegisterClass()