Searched refs:getValueTypeByHwMode (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 210 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 D | InfoByHwMode.h | 143 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec,
|
| H A D | InfoByHwMode.cpp | 105 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec, in getValueTypeByHwMode() function in llvm
|
| H A D | CodeGenDAGPatterns.cpp | 101 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 D | GlobalISelEmitter.cpp | 4369 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 D | CodeGenRegisters.cpp | 752 VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes())); in CodeGenRegisterClass()
|