Searched refs:verifyVectorElementMatch (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 224 bool verifyVectorElementMatch(LLT Ty0, LLT Ty1, const MachineInstr *MI); 892 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch() function in MachineVerifier 1145 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction() 1201 verifyVectorElementMatch(DstTy, MaskTy, MI); in verifyPreISelGenericInstruction() 1226 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction() 1252 verifyVectorElementMatch(SelTy, CondTy, MI); in verifyPreISelGenericInstruction() 1669 if (!verifyVectorElementMatch(DestTy, SrcTy, MI)) in verifyPreISelGenericInstruction()
|