Searched refs:verifyVectorElementMatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 296 bool verifyVectorElementMatch(LLT Ty0, LLT Ty1, const MachineInstr *MI); 1036 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch() function in MachineVerifier 1354 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction() 1420 verifyVectorElementMatch(DstTy, MaskTy, MI); in verifyPreISelGenericInstruction() 1446 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction() 1475 verifyVectorElementMatch(SelTy, CondTy, MI); in verifyPreISelGenericInstruction() 2196 verifyVectorElementMatch(SrcTy, DstTy, MI); in verifyPreISelGenericInstruction() 2214 if (!verifyVectorElementMatch(DestTy, SrcTy, MI)) in verifyPreISelGenericInstruction()
|