Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp137 const LibFunc &Func) { in performCallDomainErrorOnly()
189 const LibFunc &Func) { in performCallRangeErrorOnly()
227 const LibFunc &Func) { in performCallErrors()
300 LibFunc Func; in checkCandidate() local
320 const LibFunc &Func) { in generateOneRangeCond()
342 const LibFunc &Func) { in generateTwoRangeCond()
421 const LibFunc &Func) { in generateCondForPow()
506 LibFunc Func; in perform() local
H A DRelLookupTableConverter.cpp90 static GlobalVariable *createRelLookupTable(Function &Func, in createRelLookupTable()
135 Function &Func = *BB->getParent(); in convertToRelLookupTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp246 void MetadataStreamerV2::emitKernelLanguage(const Function &Func) { in emitKernelLanguage()
264 void MetadataStreamerV2::emitKernelAttrs(const Function &Func) { in emitKernelAttrs()
282 void MetadataStreamerV2::emitKernelArgs(const Function &Func) { in emitKernelArgs()
290 auto Func = Arg.getParent(); in emitKernelArg() local
383 void MetadataStreamerV2::emitHiddenKernelArgs(const Function &Func) { in emitHiddenKernelArgs()
457 auto &Func = MF.getFunction(); in emitKernel() local
630 void MetadataStreamerV3::emitKernelLanguage(const Function &Func, in emitKernelLanguage()
649 void MetadataStreamerV3::emitKernelAttrs(const Function &Func, in emitKernelAttrs()
670 void MetadataStreamerV3::emitKernelArgs(const Function &Func, in emitKernelArgs()
684 auto Func = Arg.getParent(); in emitKernelArg() local
[all …]
H A DAMDGPULowerModuleLDSPass.cpp99 static void markUsedByKernel(IRBuilder<> &Builder, Function *Func, in markUsedByKernel()
249 Function *Func = &I; in runOnModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreading.cpp65 llvm::unique_function<void()> Func, in llvm_execute_on_thread_async()
75 llvm::unique_function<void()> Func, in llvm_execute_on_thread_async()
126 llvm::unique_function<void()> Func, in llvm_execute_on_thread_async()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp92 PPCLowerMASSVEntries::createMASSVFuncName(Function &Func, in createMASSVFuncName()
102 bool PPCLowerMASSVEntries::handlePowSpecialCases(CallInst *CI, Function &Func, in handlePowSpecialCases()
131 bool PPCLowerMASSVEntries::lowerMASSVCall(CallInst *CI, Function &Func, in lowerMASSVCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp191 LibFunc Func; in isMemcmp() local
199 LibFunc Func; in isBcmp() local
209 LibFunc Func; in getName() local
223 MemOPSizeOpt(Function &Func, BlockFrequencyInfo &BFI, in MemOPSizeOpt()
255 LibFunc Func; in visitCallInst() local
264 Function &Func; member in __anonf0c1fc8e0211::MemOPSizeOpt
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp256 for (auto &Func : I.getValue()) in mergeRecordsFromWriter() local
263 for (const auto &Func : PD) { in shouldEncodeData() local
410 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
432 const InstrProfRecord &Func, in writeRecordInText()
489 for (const auto &Func : I.getValue()) in writeText() local
501 const FuncPair &Func = record.second; in writeText() local
506 const FuncPair &Func = record.second; in writeText() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp89 for (auto &Func : Obj.functions()) { in dumpCustomSection() local
145 for (const wasm::WasmInitFunc &Func : Obj.linkingData().InitFunctions) { in dumpCustomSection() local
261 for (const auto &Func : Obj.functionTypes()) { in dump() local
342 for (auto &Func : Obj.functions()) { in dump() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DContext.cpp30 Function *Func = P->getFunction(FD); in isPotentialConstantExpr() local
113 bool Context::Run(State &Parent, Function *Func, APValue &Result) { in Run()
H A DProgram.h77 auto *Func = new Function(*this, Def, std::forward<Ts>(Args)...); in createFunction() local
84 auto *Func = new Function(*this, std::forward<Ts>(Args)...); in createFunction() local
H A DDisasm.cpp64 for (auto &Func : Funcs) { in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h83 U Func; member
87 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) { in serialize_conditional()
99 U Func; member
162 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp47 FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr, in createCallInstWithColors()
107 Function *Func = EP.get(IsRetainRV ? ARCRuntimeEntryPointKind::RetainRV in insertRVCallWithColors() local
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp41 if (auto Func = dyn_cast_or_null<PDBSymbolFunc>(Symbol.get())) { in getLineInfoForAddress() local
141 auto *Func = dyn_cast_or_null<PDBSymbolFunc>(FuncSymbol.get()); in getFunctionName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.cpp40 static bool originalTypeIsF128(const Type *Ty, const char *Func) { in originalTypeIsF128()
134 const char *Func) { in PreAnalyzeCallOperands()
H A DMipsCCState.h92 const char *Func) { in AnalyzeCallOperands()
121 const char *Func) { in AnalyzeCallResult()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp69 MainFunction Func = StringSwitch<MainFunction>(argv[1]) in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp262 static const BasicBlock *getFirstFunctionBlock(const Function *Func) { in getFirstFunctionBlock()
268 const Function *Func) in OptimizationRemark()
296 const Function *Func) in OptimizationRemarkMissed()
331 const Function *Func) in OptimizationRemarkAnalysis()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp250 auto *Func = Function::Create(FuncTy, GlobalValue::InternalLinkage, in createRegisterFunction() local
276 auto *Func = Function::Create(FuncTy, GlobalValue::InternalLinkage, in createUnregisterFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/InterfaceStub/
H A DELFStub.h30 Func = ELF::STT_FUNC, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.cpp23 bool isKernelCC(Function *Func) { in isKernelCC()

1234567