Home
last modified time | relevance | path

Searched defs:checkResult (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/examples/transform-opt/
H A Dmlir-transform-opt.cpp195 llvm::LogicalResult checkResult(llvm::LogicalResult result) { in checkResult() function in __anoncbfcadac0211::TransformSourceMgr
/llvm-project/llvm/unittests/Target/X86/
H A DTernlogTest.cpp115 void checkResult(const Value *V) { in checkResult() function
/llvm-project/flang/lib/Lower/
H A DIO.cpp235 makeNextConditionalOn(fir::FirOpBuilder & builder,mlir::Location loc,bool checkResult,mlir::Value ok,bool inLoop=false) makeNextConditionalOn() argument
641 genNamelistIO(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,mlir::func::FuncOp funcOp,Fortran::semantics::Symbol & symbol,bool checkResult,mlir::Value & ok,Fortran::lower::StatementContext & stmtCtx) genNamelistIO() argument
714 genOutputItemList(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const std::list<Fortran::parser::OutputItem> & items,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genOutputItemList() argument
867 genInputItemList(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const std::list<Fortran::parser::InputItem> & items,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genInputItemList() argument
926 genIoLoop(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const D & ioImpliedDo,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genIoLoop() argument
1387 threadSpecs(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const A & specList,bool checkResult,mlir::Value & ok) threadSpecs() argument
2416 threadInquire(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const std::list<Fortran::parser::InquireSpec> & ispecs,bool checkResult,mlir::Value & ok,Fortran::lower::StatementContext & stmtCtx) threadInquire() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp30 static testing::AssertionResult checkResult(Twine Name, const KnownBits &Exact, in checkResult() function
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp774 LogicalResult checkResult = in checkAndRecordHandleInvalidation() local