Searched refs:verifyVectorElementMatch (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 245 bool verifyVectorElementMatch(LLT Ty0, LLT Ty1, const MachineInstr *MI); 994 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch() function in MachineVerifier 1299 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction() 1365 verifyVectorElementMatch(DstTy, MaskTy, MI); in verifyPreISelGenericInstruction() 1388 verifyVectorElementMatch(DstTy, SrcTy, MI); in verifyPreISelGenericInstruction() 1414 verifyVectorElementMatch(SelTy, CondTy, MI); in verifyPreISelGenericInstruction() 2081 if (!verifyVectorElementMatch(DestTy, SrcTy, MI)) in verifyPreISelGenericInstruction()
|