Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22337 EVT MatchVT = Match.getValueType(); in MatchVectorAllEqualTest() local
22339 CmpNull ? DAG.getConstant(0, DL, MatchVT) in MatchVectorAllEqualTest()
22340 : DAG.getAllOnesConstant(DL, MatchVT), in MatchVectorAllEqualTest()
43386 EVT MatchVT = Match.getValueType(); in combinePredicateReduction() local
43387 unsigned NumElts = MatchVT.getVectorNumElements(); in combinePredicateReduction()
43412 if (TLI.isTypeLegal(MatchVT)) { in combinePredicateReduction()