Searched refs:getValueTypeByHwMode (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 209 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()
|
D | InfoByHwMode.h | 145 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec,
|
D | InfoByHwMode.cpp | 109 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec, in getValueTypeByHwMode() function in llvm
|
D | CodeGenDAGPatterns.cpp | 87 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()
|
D | GlobalISelEmitter.cpp | 4250 ValueTypeByHwMode VT = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher() 4288 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher() 5001 Target.getSuperRegForSubReg(Ty.getValueTypeByHwMode(), CGRegs, SubIdx); in inferSuperRegisterClass()
|
D | CodeGenRegisters.cpp | 754 VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes())); in CodeGenRegisterClass()
|