Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h209 ValueTypeByHwMode getValueTypeByHwMode() const;
230 return getValueTypeByHwMode().isPointer(); in isPointer()
235 return getValueTypeByHwMode().PtrAddrSpace; in getPtrAddrSpace()
270 return VTS.getValueTypeByHwMode(); in getConcrete()
697 return Types[ResNo].getValueTypeByHwMode(); in getType()
DInfoByHwMode.h145 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec,
DInfoByHwMode.cpp109 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec, in getValueTypeByHwMode() function in llvm
DCodeGenDAGPatterns.cpp87 ValueTypeByHwMode TypeSetByHwMode::getValueTypeByHwMode() const { in getValueTypeByHwMode() function in TypeSetByHwMode
1455 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1487 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1584 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint()
1661 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst()
2196 return TypeSetByHwMode(getValueTypeByHwMode(R, CGH)); in getImplicitType()
2228 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2807 New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this); in ParseTreePattern()
DGlobalISelEmitter.cpp4250 ValueTypeByHwMode VT = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
4288 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
5001 Target.getSuperRegForSubReg(Ty.getValueTypeByHwMode(), CGRegs, SubIdx); in inferSuperRegisterClass()
DCodeGenRegisters.cpp754 VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes())); in CodeGenRegisterClass()