Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp232 bool verifyVectorElementMatch(LLT Ty0, LLT Ty1, const MachineInstr *MI);
956 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch() function in MachineVerifier
1258 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction()
1314 verifyVectorElementMatch(DstTy, MaskTy, MI); in verifyPreISelGenericInstruction()
1339 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction()
1365 verifyVectorElementMatch(SelTy, CondTy, MI); in verifyPreISelGenericInstruction()
1801 if (!verifyVectorElementMatch(DestTy, SrcTy, MI)) in verifyPreISelGenericInstruction()