Searched refs:Func (Results 176 - 197 of 197) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2902 Value *(ScalarExprEmitter::*Func)(const BinOpInfo &),
2995 Result = (this->*Func)(OpInfo);
3031 Value *(ScalarExprEmitter::*Func)(const BinOpInfo &)) {
3034 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS);
H A DCGOpenMPRuntime.cpp826 RValue Func = RValue::get(Reduction.second); local
827 CodeGenFunction::OpaqueValueMapping Map(CGF, OVE, Func);
5533 RValue Func = RValue::get(Reduction.first); local
5534 CodeGenFunction::OpaqueValueMapping Map(CGF, OVE, Func);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2779 if (FunctionDecl *Func = dyn_cast<FunctionDecl>(*Alloc)) {
2780 if (Func->getNumParams() == Params.size()) {
2782 for (auto *P : Func->parameters())
2789 Func->setVisibleDespiteOwningModule();
H A DSemaDecl.cpp8081 for (LookupResult::iterator Func = Prev.begin(), FuncEnd = Prev.end();
8082 Func != FuncEnd; ++Func) {
8083 FunctionDecl *FD = dyn_cast<FunctionDecl>(*Func);
H A DSemaChecking.cpp5787 Expr *Func = Call->getCallee(); local
5799 if (checkVAStartIsInVariadicFunction(*this, Func))
H A DSemaOpenMP.cpp5572 FunctionDecl *Func,
5576 if (!Func->isDependentContext() && Func->hasAttrs()) {
5578 Func->specific_attrs<OMPDeclareVariantAttr>()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp507 template <typename Func> static void forBothCUs(DwarfCompileUnit &CU, Func F) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2892 LibFunc Func;
2896 if (!F || F->hasLocalLinkage() || !TLI->getLibFunc(*F, Func))
2904 switch (Func) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2837 if (const auto *Func = dyn_cast<FunctionDecl>(D))
2838 return Func->doesThisDeclarationHaveABody() || HasBody;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4405 std::string Func = "__" + FuncName + "_block_func_" + BlockNumber; local
4422 FD = SynthBlockInitFunctionDecl(Func);
H A DRewriteModernObjC.cpp5257 std::string Func = "__" + FuncName + "_block_func_" + BlockNumber; local
5282 FD = SynthBlockInitFunctionDecl(Func);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp887 if (const Function *Func = dyn_cast<Function>(V))
888 return new SlotTracker(Func);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1631 GlobalAddressSDNode *Func = dyn_cast<GlobalAddressSDNode>(Callee.getNode()); local
1672 // Both indirect calls and libcalls have nullptr Func. In order to distinguish
1675 bool isIndirectCall = !Func && CS;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp538 BoUpSLP(Function *Func, ScalarEvolution *Se, TargetTransformInfo *Tti, argument
542 : F(Func), SE(Se), TTI(Tti), TLI(TLi), AA(Aa), LI(Li), DT(Dt), AC(AC),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3623 SDValue Func = DAG.getExternalSymbol(TLI.getLibcallName(LC), PtrVT); local
3628 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args))
H A DSelectionDAGBuilder.cpp7620 LibFunc Func; local
7622 F->hasName() && LibInfo->getLibFunc(*F, Func) &&
7623 LibInfo->hasOptimizedCodeGen(Func)) {
7624 switch (Func) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4495 void MarkFunctionReferenced(SourceLocation Loc, FunctionDecl *Func,
9699 FunctionDecl *Func,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp651 case Func:
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1915 Func,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10694 MCSymbol *Func = getParser().getContext().getOrCreateSymbol( local
10696 getParser().getStreamer().EmitThumbFunc(Func);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10610 Function *Func = Intrinsic::getDeclaration(M, Id); local
10611 return Builder.CreateCall(Func, {});
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25295 const Function *Func =
25297 CallingConv::ID CC = Func->getCallingConv();
25310 FunctionType *FTy = Func->getFunctionType();
25311 const AttributeList &Attrs = Func->getAttributes();
25313 if (!Attrs.isEmpty() && !Func->isVarArg()) {
[all...]

Completed in 803 milliseconds

12345678