Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h213 ValueTypeByHwMode getValueTypeByHwMode() const;
229 return getValueTypeByHwMode().isPointer(); in isPointer()
234 return getValueTypeByHwMode().PtrAddrSpace; in getPtrAddrSpace()
268 return VTS.getValueTypeByHwMode(); in getConcrete()
696 return Types[ResNo].getValueTypeByHwMode(); in getType()
H A DInfoByHwMode.h181 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec,
H A DInfoByHwMode.cpp107 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec, in getValueTypeByHwMode() function in llvm
H A DCodeGenDAGPatterns.cpp104 ValueTypeByHwMode TypeSetByHwMode::getValueTypeByHwMode() const { in getValueTypeByHwMode() function in TypeSetByHwMode
1535 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1567 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1666 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint()
1744 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst()
2293 return TypeSetByHwMode(getValueTypeByHwMode(R, CGH)); in getImplicitType()
2308 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2327 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2719 const ValueTypeByHwMode VVT = getValueTypeByHwMode(T, CGH); in ApplyTypeConstraints()
2932 New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this); in ParseTreePattern()
H A DGlobalISelEmitter.cpp1089 ValueTypeByHwMode VT = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
1127 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
1858 Target.getSuperRegForSubReg(Ty.getValueTypeByHwMode(), CGRegs, SubIdx, in inferSuperRegisterClass()
H A DCodeGenRegisters.cpp752 VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes())); in CodeGenRegisterClass()