Home
last modified time | relevance | path

Searched refs:getConvOp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp18 auto GenericConvergenceVerifier<SSAContext>::getConvOp(const Instruction &I) in getConvOp() function in GenericConvergenceVerifier
63 CheckOrNull(Def && getConvOp(*Def) != CONV_NONE, in findAndCheckConvergenceTokenUsed()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineConvergenceVerifier.cpp19 auto GenericConvergenceVerifier<MachineSSAContext>::getConvOp( in getConvOp() function in GenericConvergenceVerifier
63 if (getConvOp(*Def) == CONV_NONE) in findAndCheckConvergenceTokenUsed()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h64 ConvOpKind ConvOp = getConvOp(I); in visit()
166 Check(getConvOp(*User) == CONV_LOOP, in verify()
203 if (getConvOp(I) != CONV_NONE) in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericConvergenceVerifier.h75 static ConvOpKind getConvOp(const InstructionT &I);