Home
last modified time | relevance | path

Searched refs:CallTy (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp154 template <typename DerivedCCG, typename FuncTy, typename CallTy>
186 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>;
188 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>;
204 struct CallInfo final : public std::pair<CallTy, unsigned /*Clone number*/> {
205 using Base = std::pair<CallTy, unsigned>;
207 CallInfo(CallTy Call = nullptr, unsigned CloneNo = 0) in CallInfo()
210 CallTy call() const { return this->first; } in call()
466 using CallContextInfo = std::tuple<CallTy, std::vector<uint64_t>,
511 calleesMatch(CallTy Call, EdgeIter &EI,
518 CallTy Call, const FuncTy *Func, const FuncTy *CallerFunc, in calleeMatchesFunc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp825 QualType CallTy = Msg->getArg(0)->getType(); in rewriteToNumberLiteral() local
828 if (Ctx.hasSameType(ArgTy, CallTy)) { in rewriteToNumberLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1345 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local
1363 Entry.Ty = CallTy; in getDynamicTLSAddr()
1370 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2617 Type *CallTy = Call->getType(); in createHvxIntrinsic() local
2618 if (RetTy == nullptr || CallTy == RetTy) in createHvxIntrinsic()
2621 assert(HST.isTypeForHVX(CallTy, /*IncludeBool=*/true)); in createHvxIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3937 Type *CallTy = Call.getType(); in visitCallBase() local
3939 if (RetArgTy->canLosslesslyBitCastTo(CallTy)) in visitCallBase()
3941 Call, Builder.CreateBitOrPointerCast(ReturnedArg, CallTy)); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1826 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local
1841 Entry.Ty = CallTy; in getDynamicTLSAddr()
1848 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7456 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr()
7470 Entry.Ty = CallTy; in getDynamicTLSAddr()
7477 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
7454 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); getDynamicTLSAddr() local