Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22513 EVT MatchVT = Match.getValueType(); in MatchVectorAllEqualTest() local
22515 CmpNull ? DAG.getConstant(0, DL, MatchVT) in MatchVectorAllEqualTest()
22516 : DAG.getAllOnesConstant(DL, MatchVT), in MatchVectorAllEqualTest()
44380 EVT MatchVT = Match.getValueType(); in combinePredicateReduction() local
44381 unsigned NumElts = MatchVT.getVectorNumElements(); in combinePredicateReduction()
44406 if (TLI.isTypeLegal(MatchVT)) { in combinePredicateReduction()