Home
last modified time | relevance | path

Searched defs:handleResult (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/Transforms/
H A DInliningUtils.h169 virtual Value handleResult(OpBuilder &builder, Operation *call, in handleResult() function
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp229 Error SimpleRemoteEPCServer::handleResult( handleResult() function in llvm::orc::SimpleRemoteEPCServer
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialectInterfaces.cpp357 Value handleResult(OpBuilder &builder, Operation *call, Operation *callable, in handleResult() function
/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.cpp143 void handleResult(Expected<tooling::AtomicChanges> Result) { in handleResult() function in clang::refactor::__anonfb6d027b0111::TestRefactoringResultConsumer
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp387 Error SimpleRemoteEPC::handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, handleResult() function in llvm::orc::SimpleRemoteEPC
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp115 Value InlinerInterface::handleResult(OpBuilder &builder, Operation *call, handleResult() function in InlinerInterface