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

/freebsd-12-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
991 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
995 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
1136 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
1167 LocalFunctionIds[Func::getPrototype()] = NewFnId;
1182 LocalFunctionIds[Func::getPrototype()] = NewFnId;
1233 auto I = RemoteFunctionIds.find(Func::getPrototype());
1247 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) {
1248 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr;
1250 return make_error<CouldNotNegotiate>(Func::getPrototype());
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1259 std::string NVPTXTargetLowering::getPrototype( function in class:NVPTXTargetLowering
1645 // NVPTXAsmPrinter::printReturnValStr and NVPTXTargetLowering::getPrototype.
1698 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h225 Function *getPrototype() const { function in class:llvm::AnyCoroIdRetconInst
H A DCoroutines.cpp383 auto Prototype = ContinuationId->getPrototype();

Completed in 184 milliseconds