Searched refs:verifyVectorElementMatch (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 225 bool verifyVectorElementMatch(LLT Ty0, LLT Ty1, const MachineInstr *MI); 933 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch() function in MachineVerifier 1186 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction() 1242 verifyVectorElementMatch(DstTy, MaskTy, MI); in verifyPreISelGenericInstruction() 1267 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction() 1293 verifyVectorElementMatch(SelTy, CondTy, MI); in verifyPreISelGenericInstruction() 1730 if (!verifyVectorElementMatch(DestTy, SrcTy, MI)) in verifyPreISelGenericInstruction()
|