Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp1010 bool HasVCTP = false; in ConvertVPSEL() local
1015 HasVCTP = true; in ConvertVPSEL()
1019 if (!HasVCTP || MI.getOpcode() != ARM::MVE_VPSEL) in ConvertVPSEL()