Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3516 ArrayRef<TypeSetByHwMode> ChildTypes = Dst->getExtTypes(); in getInstResultType() local
3517 if (ChildTypes.size() != 1) in getInstResultType()
3521 if (ChildTypes.front().isMachineValueType()) { in getInstResultType()
3523 MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in getInstResultType()
4206 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); in importChildMatcher() local
4207 if (ChildTypes.size() != 1) in importChildMatcher()
4325 ValueTypeByHwMode VT = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
4363 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
4491 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer() local
4492 if (ChildTypes.size() != 1) in importExplicitUseRenderer()
[all …]