Searched refs:getConvOp (Results 1 – 4 of 4) sorted by relevance
18 auto GenericConvergenceVerifier<SSAContext>::getConvOp(const Instruction &I) in getConvOp() function in GenericConvergenceVerifier63 CheckOrNull(Def && getConvOp(*Def) != CONV_NONE, in findAndCheckConvergenceTokenUsed()
19 auto GenericConvergenceVerifier<MachineSSAContext>::getConvOp( in getConvOp() function in GenericConvergenceVerifier63 if (getConvOp(*Def) == CONV_NONE) in findAndCheckConvergenceTokenUsed()
64 ConvOpKind ConvOp = getConvOp(I); in visit()166 Check(getConvOp(*User) == CONV_LOOP, in verify()203 if (getConvOp(I) != CONV_NONE) in verify()
75 static ConvOpKind getConvOp(const InstructionT &I);