Home
last modified time | relevance | path

Searched defs:isConvergent (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp84 bool GenericConvergenceVerifier<SSAContext>::isConvergent( in isConvergent() function in GenericConvergenceVerifier
/llvm-project/llvm/lib/CodeGen/
H A DMachineConvergenceVerifier.cpp95 return MI.isConvergent(); in isConvergent() function in GenericConvergenceVerifier
/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h98 bool isConvergent; global() member
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp850 buildIntrinsic(Intrinsic::ID ID,ArrayRef<Register> ResultRegs,bool HasSideEffects,bool isConvergent) buildIntrinsic() argument
863 bool isConvergent = Attrs.hasFnAttr(Attribute::Convergent); buildIntrinsic() local
870 buildIntrinsic(Intrinsic::ID ID,ArrayRef<DstOp> Results,bool HasSideEffects,bool isConvergent) buildIntrinsic() argument
882 bool isConvergent = Attrs.hasFnAttr(Attribute::Convergent); buildIntrinsic() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h282 bool isConvergent : 1; variable
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h415 bool isConvergent() const { return Flags & (1ULL << MCID::Convergent); } in isConvergent() function
/llvm-project/llvm/include/llvm/IR/
H A DFunction.h602 bool isConvergent() const { isConvergent() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h527 bool isConvergent() const { isConvergent() function