Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h154 static const char *getPrototype() { in getPrototype() function
990 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()
994 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()
1135 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()
1166 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()
1181 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()
1232 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()
1246 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId()
1247 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()
1249 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h493 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1253 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1692 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); in LowerCall()