Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp61 bool GenericConvergenceVerifier<SSAContext>::isConvergent( isConvergent() function in GenericConvergenceVerifier
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h
H A DCodeGenInstruction.h
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp797 buildIntrinsic(Intrinsic::ID ID,ArrayRef<Register> ResultRegs,bool HasSideEffects,bool isConvergent) buildIntrinsic() argument
810 bool isConvergent = Attrs.hasFnAttr(Attribute::Convergent); buildIntrinsic() local
817 buildIntrinsic(Intrinsic::ID ID,ArrayRef<DstOp> Results,bool HasSideEffects,bool isConvergent) buildIntrinsic() argument
829 bool isConvergent = Attrs.hasFnAttr(Attribute::Convergent); buildIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h470 bool isConvergent() const { isConvergent() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h415 bool isConvergent() const { return Flags & (1ULL << MCID::Convergent); } in isConvergent() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h584 bool isConvergent() const { isConvergent() function