Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp301 ArrayRef<TypeSetByHwMode> ChildTypes = Dst.getExtTypes(); in getInstResultType() local
302 if (ChildTypes.size() < 1) in getInstResultType()
308 if (ChildTypes.front().isMachineValueType()) { in getInstResultType()
309 MaybeOpTy = MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy); in getInstResultType()
1013 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild.getExtTypes(); in importChildMatcher() local
1014 if (ChildTypes.size() != 1) in importChildMatcher()
1053 OM.addTypeCheckPredicate(ChildTypes.front(), OperandIsAPointer)) in importChildMatcher()
1151 ValueTypeByHwMode VT = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()
1189 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode(); in importChildMatcher()