Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3469 ArrayRef<TypeSetByHwMode> ChildTypes = Dst->getExtTypes(); in getInstResultType() local
3470 if (ChildTypes.size() != 1) in getInstResultType()
3474 if (ChildTypes.front().isMachineValueType()) { in getInstResultType()
3476 MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in getInstResultType()
4142 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); in importChildMatcher() local
4143 if (ChildTypes.size() != 1) in importChildMatcher()
4165 OM.addTypeCheckPredicate(ChildTypes.front(), OperandIsAPointer)) in importChildMatcher()
4250 ValueTypeByHwMode VT = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
4288 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
4416 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer() local
[all …]