Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp138 const LibFunc &Func) { in performCallDomainErrorOnly()
190 const LibFunc &Func) { in performCallRangeErrorOnly()
228 const LibFunc &Func) { in performCallErrors()
301 LibFunc Func; in checkCandidate() local
321 const LibFunc &Func) { in generateOneRangeCond()
343 const LibFunc &Func) { in generateTwoRangeCond()
422 const LibFunc &Func) { in generateCondForPow()
507 LibFunc Func; in perform() local
H A DSampleProfileInference.cpp601 FlowAdjuster(const ProfiParams &Params, FlowFunction &Func) in FlowAdjuster()
1042 FlowFunction &Func; member in __anon16945f270111::FlowAdjuster
1056 FlowFunction &Func) { in initializeNetwork()
1184 FlowFunction &Func) { in extractWeights()
1220 void verifyInput(const FlowFunction &Func) { in verifyInput()
1244 void verifyOutput(const FlowFunction &Func) { in verifyOutput()
1308 void llvm::applyFlowInference(const ProfiParams &Params, FlowFunction &Func) { in applyFlowInference()
1333 void llvm::applyFlowInference(FlowFunction &Func) { in applyFlowInference()
H A DRelLookupTableConverter.cpp93 static GlobalVariable *createRelLookupTable(Function &Func, in createRelLookupTable()
138 Function &Func = *BB->getParent(); in convertToRelLookupTable() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp244 void MetadataStreamerYamlV2::emitKernelLanguage(const Function &Func) { in emitKernelLanguage()
262 void MetadataStreamerYamlV2::emitKernelAttrs(const Function &Func) { in emitKernelAttrs()
280 void MetadataStreamerYamlV2::emitKernelArgs(const Function &Func, in emitKernelArgs()
289 auto Func = Arg.getParent(); in emitKernelArg() local
379 void MetadataStreamerYamlV2::emitHiddenKernelArgs(const Function &Func, in emitHiddenKernelArgs()
462 auto &Func = MF.getFunction(); in emitKernel() local
638 void MetadataStreamerMsgPackV3::emitKernelLanguage(const Function &Func, in emitKernelLanguage()
657 void MetadataStreamerMsgPackV3::emitKernelAttrs(const Function &Func, in emitKernelAttrs()
684 auto &Func = MF.getFunction(); in emitKernelArgs() local
698 auto Func = Arg.getParent(); in emitKernelArg() local
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp95 PPCLowerMASSVEntries::createMASSVFuncName(Function &Func, in createMASSVFuncName()
105 bool PPCLowerMASSVEntries::handlePowSpecialCases(CallInst *CI, Function &Func, in handlePowSpecialCases()
134 bool PPCLowerMASSVEntries::lowerMASSVCall(CallInst *CI, Function &Func, in lowerMASSVCall()
/openbsd-src/gnu/llvm/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, in MemOPSizeOpt()
209 LibFunc Func; in visitCallInst() local
218 Function &Func; member in __anon5bf58a5a0111::MemOPSizeOpt
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp93 for (auto &Func : Obj.functions()) { in dumpCustomSection() local
149 for (const wasm::WasmInitFunc &Func : Obj.linkingData().InitFunctions) { in dumpCustomSection() local
264 for (const auto &Func : Obj.functions()) { in dump() local
351 for (auto &Func : Obj.functions()) { in dump() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp291 for (auto &Func : I.getValue()) in mergeRecordsFromWriter() local
315 for (const auto &Func : PD) { in shouldEncodeData() local
583 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
602 const InstrProfRecord &Func, in writeRecordInText()
662 for (const auto &Func : I.getValue()) in writeText() local
674 const FuncPair &Func = record.second; in writeText() local
679 const FuncPair &Func = record.second; in writeText() local
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DContext.cpp31 Function *Func = P->getFunction(FD); in isPotentialConstantExpr() local
126 bool Context::Run(State &Parent, Function *Func, APValue &Result) { in Run()
H A DProgram.h98 auto *Func = new Function(*this, Def, std::forward<Ts>(Args)...); in createFunction() local
105 auto *Func = new Function(*this, std::forward<Ts>(Args)...); in createFunction() local
H A DInterpFrame.cpp23 InterpFrame::InterpFrame(InterpState &S, const Function *Func, in InterpFrame()
52 InterpFrame::InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC) in InterpFrame()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp25 FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr, in createCallInstWithColors()
84 Function *Func = *objcarc::getAttachedARCFunction(AnnotatedCall); in insertRVCallWithColors() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename17.C18 typename B<U>::A_Type B<U>::Func() in Func() function
H A Dtypename6.C20 A<U>::A_Type B<U>::Func() in Func() function
H A Dtypename3.C19 B<U>::A_Type B<U>::Func() { // WARNING - implicit typename in Func() function
H A Dtypename4.C25 C<U>::A_Type C<U>::Func() { // WARNING - implicit typename in Func() function
H A Dtypename5.C25 void C<U>::Func(A_Type) { // WARNING - implicit typename in Func() function

12345678