Home
last modified time | relevance | path

Searched defs:Func (Results 1 – 25 of 206) sorted by relevance

123456789

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp131 const LibFunc &Func) { in performCallDomainErrorOnly() argument
183 const LibFunc &Func) { in performCallRangeErrorOnly() argument
221 performCallErrors(CallInst * CI,const LibFunc & Func) performCallErrors() argument
294 LibFunc Func; checkCandidate() local
314 generateOneRangeCond(CallInst * CI,const LibFunc & Func) generateOneRangeCond() argument
336 generateTwoRangeCond(CallInst * CI,const LibFunc & Func) generateTwoRangeCond() argument
415 generateCondForPow(CallInst * CI,const LibFunc & Func) generateCondForPow() argument
488 LibFunc Func; perform() local
[all...]
H A DRelLookupTableConverter.cpp93 static GlobalVariable *createRelLookupTable(Function &Func, in createRelLookupTable() argument
138 Function &Func = *BB->getParent(); in convertToRelLookupTable() local
H A DSampleProfileInference.cpp602 FlowAdjuster(const ProfiParams &Params, FlowFunction &Func) in FlowAdjuster() argument
1043 FlowFunction &Func; global() member in __anoncacc37820111::FlowAdjuster
1057 initializeNetwork(const ProfiParams & Params,MinCostMaxFlow & Network,FlowFunction & Func) initializeNetwork() argument
1185 extractWeights(const ProfiParams & Params,MinCostMaxFlow & Network,FlowFunction & Func) extractWeights() argument
1221 verifyInput(const FlowFunction & Func) verifyInput() argument
1258 verifyOutput(const FlowFunction & Func) verifyOutput() argument
1323 applyFlowInference(const ProfiParams & Params,FlowFunction & Func) applyFlowInference() argument
1365 applyFlowInference(FlowFunction & Func) applyFlowInference() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.per_jd.cpp25 __orc_rt_coff_onexit_per_jd(OnExitFunction Func) { in __orc_rt_coff_onexit_per_jd()
29 ORC_RT_INTERFACE int __orc_rt_coff_atexit_per_jd(AtExitFunction Func) { in __orc_rt_coff_atexit_per_jd()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h105 std::vector<TargetLowering::ArgListEntry> &FuncArgs, const char *Func) { in PreAnalyzeCallOperands()
117 const char *Func) { in AnalyzeCallOperands()
145 void PreAnalyzeCallResult(const Type *RetTy, const char *Func) { in PreAnalyzeCallResult()
153 const char *Func) { in PreAnalyzeCallResult()
163 const char *Func) { in AnalyzeCallResult()
H A DMipsCCState.cpp39 bool MipsCCState::originalTypeIsF128(const Type *Ty, const char *Func) { in originalTypeIsF128()
134 const char *Func) { in PreAnalyzeCallOperand()
146 const char *Func) { in PreAnalyzeCallOperands()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp213 emitKernelLanguage(const Function & Func,msgpack::MapDocNode Kern) emitKernelLanguage() argument
232 emitKernelAttrs(const Function & Func,msgpack::MapDocNode Kern) emitKernelAttrs() argument
259 auto &Func = MF.getFunction(); emitKernelArgs() local
273 auto Func = Arg.getParent(); emitKernelArg() local
386 auto &Func = MF.getFunction(); emitHiddenKernelArgs() local
530 auto &Func = MF.getFunction(); emitKernel() local
567 auto &Func = MF.getFunction(); emitHiddenKernelArgs() local
673 emitKernelAttrs(const Function & Func,msgpack::MapDocNode Kern) emitKernelAttrs() argument
[all...]
/freebsd-src/contrib/elftoolchain/addr2line/
H A Daddr2line.c48 struct Func { struct
56 struct Func *inlined_caller; argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp359 interp__builtin_fmax(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fmax() argument
450 interp__builtin_isfpclass(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_isfpclass() argument
467 interp__builtin_fpclassify(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fpclassify() argument
504 interp__builtin_fabs(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fabs() argument
513 interp__builtin_popcount(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_popcount() argument
523 interp__builtin_parity(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_parity() argument
532 interp__builtin_clrsb(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_clrsb() argument
541 interp__builtin_bitreverse(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_bitreverse() argument
551 interp__builtin_classify_type(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_classify_type() argument
568 interp__builtin_expect(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_expect() argument
587 interp__builtin_rotate(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call,bool Right) interp__builtin_rotate() argument
608 interp__builtin_ffs(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_ffs() argument
620 interp__builtin_addressof(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_addressof() argument
[all...]
H A DContext.cpp32 Func = Compiler<ByteCodeEmitter>(*this, *P).compileFunc(FD); in isPotentialConstantExpr() local
207 Func argument
273 const Function *Func = P->getFunction(FD); getOrCreateFunction() local
[all...]
H A DProgram.h98 auto *Func = new Function(*this, Def, std::forward<Ts>(Args)...); createFunction() local
105 auto *Func = new Function(*this, std::forward<Ts>(Args)...); createFunction() local
H A DFunctionPointer.h26 FunctionPointer(const Function *Func) : Func(Func), Valid(true) { in FunctionPointer() argument
[all...]
H A DInterpFrame.cpp24 InterpFrame(InterpState & S,const Function * Func,InterpFrame * Caller,CodePtr RetPC) InterpFrame() argument
53 InterpFrame(InterpState & S,const Function * Func,CodePtr RetPC) InterpFrame() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp95 createMASSVFuncName(Function & Func,const PPCSubtarget * Subtarget) createMASSVFuncName() argument
105 handlePowSpecialCases(CallInst * CI,Function & Func,Module & M) handlePowSpecialCases() argument
134 lowerMASSVCall(CallInst * CI,Function & Func,Module & M,const PPCSubtarget * Subtarget) lowerMASSVCall() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp145 LibFunc Func; in isMemcmp() local
153 LibFunc Func; in isBcmp() local
163 LibFunc Func; in getName() local
177 MemOPSizeOpt(Function & Func,BlockFrequencyInfo & BFI,OptimizationRemarkEmitter & ORE,DominatorTree * DT,TargetLibraryInfo & TLI) MemOPSizeOpt() argument
209 LibFunc Func; visitCallInst() local
218 Function &Func; global() member in __anon2f7048d50111::MemOPSizeOpt
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h82 U Func; member
86 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) { in serialize_conditional()
98 U Func; member
161 serialize_array_impl<T, U> serialize_array(ArrayRef<T> &Item, U Func) { in serialize_array()
H A DTypeCollection.h34 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp25 FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr, in createCallInstWithColors() argument
84 Function *Func = *objcarc::getAttachedARCFunction(AnnotatedCall); in insertRVCallWithColors() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h210 FlowFunction Func = createFlowFunction(BasicBlocks, BlockIndex); in apply() local
245 FlowFunction Func; in createFlowFunction() local
303 BlockEdgeMap &Successors, FlowFunction &Func) {} in findUnlikelyJumps()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h226 void forEachCallbackCallSite(const CallBase &CB, UnaryFunction Func) { in forEachCallbackCallSite()
238 void forEachCallbackFunction(const CallBase &CB, UnaryFunction Func) { in forEachCallbackFunction()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp76 bool isInsertCall(const FunctionDecl *Func) { in isInsertCall()
87 bool isEmplaceCall(const FunctionDecl *Func) { in isEmplaceCall()
98 bool isEraseCall(const FunctionDecl *Func) { in isEraseCall()
112 bool isEraseAfterCall(const FunctionDecl *Func) { in isEraseAfterCall()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp43 if (auto Func = dyn_cast_or_null<PDBSymbolFunc>(Symbol.get())) { in getLineInfoForAddress() local
150 auto *Func = dyn_cast_or_null<PDBSymbolFunc>(FuncSymbol.get()); in getFunctionName() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp358 for (auto &Func : I.getValue()) mergeRecordsFromWriter() local
385 for (const auto &Func : PD) { shouldEncodeData() local
692 validateRecord(const InstrProfRecord & Func) validateRecord() argument
711 writeRecordInText(StringRef Name,uint64_t Hash,const InstrProfRecord & Func,InstrProfSymtab & Symtab,raw_fd_ostream & OS) writeRecordInText() argument
784 for (const auto &Func : I.getValue()) writeText() local
799 const FuncPair &Func = record.second; writeText() local
804 const FuncPair &Func = record.second; writeText() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp68 MainFunction Func = StringSwitch<MainFunction>(argv[1]) in main() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCycleAnalysis.cpp62 bool CycleInfoWrapperPass::runOnFunction(Function &Func) { in runOnFunction() argument

123456789