Searched refs:getPrototype (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h153 static const char *getPrototype() { function in class:llvm::orc::rpc::Function
988 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
992 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
1133 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
1164 LocalFunctionIds[Func::getPrototype()] = NewFnId;
1179 LocalFunctionIds[Func::getPrototype()] = NewFnId;
1230 auto I = RemoteFunctionIds.find(Func::getPrototype());
1244 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) {
1245 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr;
1247 return make_error<CouldNotNegotiate>(Func::getPrototype());
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1242 std::string NVPTXTargetLowering::getPrototype( function in class:NVPTXTargetLowering
1626 // NVPTXAsmPrinter::printReturnValStr and NVPTXTargetLowering::getPrototype.
1680 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h225 Function *getPrototype() const { function in class:llvm::AnyCoroIdRetconInst
H A DCoroutines.cpp382 auto Prototype = ContinuationId->getPrototype();

Completed in 130 milliseconds