Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp227 template <typename DerivedCCG, typename FuncTy, typename CallTy>
259 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>;
261 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>;
277 struct CallInfo final : public std::pair<CallTy, unsigned /*Clone number*/> {
278 using Base = std::pair<CallTy, unsigned>;
280 CallInfo(CallTy Call = nullptr, unsigned CloneNo = 0) in CallInfo()
283 CallTy call() const { return this->first; } in call()
614 CallTy Call;
676 calleesMatch(CallTy Call, EdgeIter &EI,
681 const FuncTy *getCalleeFunc(CallTy Call) { in getCalleeFunc()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1030 const FunctionType *CallTy) const { in isCompatibleSignature()
1040 return getNumArgs() == CallTy->getNumParams(); in isCompatibleSignature()
1044 if (FuncTy == CallTy) in isCompatibleSignature()
1048 if (NumParams != CallTy->getNumParams()) in isCompatibleSignature()
1053 Type *CallArgTy = CallTy->getParamType(I); in isCompatibleSignature()
/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.cpp1316 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local
1334 Entry.Ty = CallTy; in getDynamicTLSAddr()
1341 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2618 Type *CallTy = Call->getType(); in createHvxIntrinsic() local
2619 if (RetTy == nullptr || CallTy == RetTy) in createHvxIntrinsic()
2622 assert(HST.isTypeForHVX(CallTy, /*IncludeBool=*/true)); in createHvxIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4235 Type *CallTy = Call.getType(); in visitCallBase() local
4237 if (RetArgTy->canLosslesslyBitCastTo(CallTy)) in visitCallBase()
4239 Call, Builder.CreateBitOrPointerCast(ReturnedArg, CallTy)); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2991 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local
3006 Entry.Ty = CallTy; in getDynamicTLSAddr()
3013 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8827 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local
8841 Entry.Ty = CallTy; in getDynamicTLSAddr()
8848 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()