| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | avx512erintrin.h | 35 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument 38 #define _mm512_maskz_exp2a23_pd(M, A) \ argument 59 #define _mm512_mask_exp2a23_ps(S, M, A) \ argument 62 #define _mm512_maskz_exp2a23_ps(M, A) \ argument 87 #define _mm512_maskz_rsqrt28_pd(M, A) \ argument 111 #define _mm512_maskz_rsqrt28_ps(M, A) \ argument 138 #define _mm_maskz_rsqrt28_ss(M, A, B) \ argument 190 #define _mm512_maskz_rcp28_pd(M, A) \ argument 214 #define _mm512_maskz_rcp28_ps(M, A) \ argument 241 #define _mm_maskz_rcp28_ss(M, A, B) \ argument [all …]
|
| H A D | smmintrin.h | 239 #define _mm_round_ps(X, M) \ argument 280 #define _mm_round_ss(X, Y, M) \ argument 314 #define _mm_round_pd(X, M) \ argument 355 #define _mm_round_sd(X, Y, M) \ argument 384 #define _mm_blend_pd(V1, V2, M) \ argument 412 #define _mm_blend_ps(V1, V2, M) \ argument 521 #define _mm_blend_epi16(V1, V2, M) \ argument 596 #define _mm_dp_ps(X, Y, M) \ argument 630 #define _mm_dp_pd(X, Y, M) \ argument 1167 #define _mm_test_mix_ones_zeros(M, V) _mm_testnzc_si128((M), (V)) argument [all …]
|
| /freebsd-14.2/sbin/growfs/ |
| H A D | debug.h | 72 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument 123 #define DBG_DUMP_HEX(F,C,M) argument 125 #define DBG_DUMP_CG(F,C,M) argument 126 #define DBG_DUMP_CSUM(F,C,M) argument 127 #define DBG_DUMP_INO(F,C,M) argument 128 #define DBG_DUMP_IBLK(F,C,M,L) argument 129 #define DBG_DUMP_INMAP(F,C,M) argument 130 #define DBG_DUMP_FRMAP(F,C,M) argument 131 #define DBG_DUMP_CLMAP(F,C,M) argument 132 #define DBG_DUMP_CLSUM(F,C,M) argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 94 void addModule(std::unique_ptr<Module> M) { in addModule() 98 bool removeModule(Module *M) { in removeModule() 103 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 107 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 113 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 117 bool ownsModule(Module* M) { in ownsModule() 122 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 136 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 166 delete M; in freeModulePtrSet() local
|
| H A D | MCJIT.cpp | 45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() 105 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() 114 bool MCJIT::removeModule(Module *M) { in removeModule() 146 std::unique_ptr<MemoryBuffer> MCJIT::emitObject(Module *M) { in emitObject() 189 void MCJIT::generateCodeForModule(Module *M) { in generateCodeForModule() 264 for (auto *M : OwnedModules.added()) in finalizeObject() local 267 for (auto *M : ModsToAdd) in finalizeObject() local 273 void MCJIT::finalizeModule(Module *M) { in finalizeModule() 307 Module *M = *I; in findModuleForSymbol() local 377 Module *M = findModuleForSymbol(Name, CheckFunctionsOnly); in findSymbol() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | interval_map_test.cpp | 20 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() local 29 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() local 141 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() local 152 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() local 165 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() local 178 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() local 196 IntervalMap<unsigned, S, IntervalCoalescing::Disabled> M; in TEST() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitWriter.cpp | 20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() 39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle() 43 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M) { in LLVMWriteBitcodeToMemoryBuffer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 28 static void appendToGlobalArray(StringRef ArrayName, Module &M, Function *F, in appendToGlobalArray() 113 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() 121 static void removeFromUsedList(Module &M, StringRef Name, in removeFromUsedList() 151 void llvm::removeFromUsedLists(Module &M, in removeFromUsedLists() 157 void llvm::setKCFIType(Module &M, Function &F, StringRef MangledType) { in setKCFIType() 190 Function *llvm::createSanitizerCtor(Module &M, StringRef CtorName) { in createSanitizerCtor() 205 Module &M, StringRef CtorName, StringRef InitName, in createSanitizerCtorAndInitFunctions() 250 Module &M, StringRef CtorName, StringRef InitName, in getOrCreateSanitizerCtorAndInitFunctions() 300 std::string llvm::getUniqueModuleId(Module *M) { in getUniqueModuleId() 332 void llvm::embedBufferInModule(Module &M, MemoryBufferRef Buf, in embedBufferInModule() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 31 IntegerType *getSizeTTy(Module &M) { in getSizeTTy() 41 StructType *getDeviceImageTy(Module &M) { in getDeviceImageTy() 52 PointerType *getDeviceImagePtrTy(Module &M) { in getDeviceImagePtrTy() 62 StructType *getBinDescTy(Module &M) { in getBinDescTy() 72 PointerType *getBinDescPtrTy(Module &M) { in getBinDescPtrTy() 187 void createRegisterFunction(Module &M, GlobalVariable *BinDesc, in createRegisterFunction() 215 void createUnregisterFunction(Module &M, GlobalVariable *BinDesc, in createUnregisterFunction() 246 StructType *getFatbinWrapperTy(Module &M) { in getFatbinWrapperTy() 320 Function *createRegisterGlobalsFunction(Module &M, bool IsHIP, in createRegisterGlobalsFunction() 595 Error offloading::wrapCudaBinary(Module &M, ArrayRef<char> Image, in wrapCudaBinary() [all …]
|
| H A D | Utility.cpp | 18 StructType *offloading::getEntryTy(Module &M) { in getEntryTy() 32 offloading::getOffloadingEntryInitializer(Module &M, Constant *Addr, in getOffloadingEntryInitializer() 59 void offloading::emitOffloadingEntry(Module &M, Constant *Addr, StringRef Name, in emitOffloadingEntry() 82 offloading::getOffloadEntryArray(Module &M, StringRef SectionName) { in getOffloadEntryArray()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 90 static void StripTypeNames(Module &M, bool PreserveDbgInfo) { in StripTypeNames() 119 static bool StripSymbolNames(Module &M, bool PreserveDbgInfo) { in StripSymbolNames() 145 static bool stripDebugDeclareImpl(Module &M) { in stripDebugDeclareImpl() 183 static bool stripDeadDebugInfoImpl(Module &M) { in stripDeadDebugInfoImpl() 270 PreservedAnalyses StripSymbolsPass::run(Module &M, ModuleAnalysisManager &AM) { in run() 278 PreservedAnalyses StripNonDebugSymbolsPass::run(Module &M, in run() 286 PreservedAnalyses StripDebugDeclarePass::run(Module &M, in run() 294 PreservedAnalyses StripDeadDebugInfoPass::run(Module &M, in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 121 bool isEqual(const Matcher *M) const { in isEqual() 296 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 346 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 366 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 403 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 427 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 450 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 474 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 545 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 597 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCtorDtorLowering.cpp | 30 static Function *createInitOrFiniKernelFunction(Module &M, bool IsCtor) { in createInitOrFiniKernelFunction() 73 Module &M = *F.getParent(); in createInitOrFiniCalls() local 145 static bool createInitOrFiniKernel(Module &M, StringRef GlobalName, in createInitOrFiniKernel() 164 static bool lowerCtorsAndDtors(Module &M) { in lowerCtorsAndDtors() 175 bool runOnModule(Module &M) override { return lowerCtorsAndDtors(M); } in runOnModule() 180 PreservedAnalyses AMDGPUCtorDtorLoweringPass::run(Module &M, in run()
|
| H A D | AMDGPUUnifyMetadata.cpp | 55 bool unifyVersionMD(Module &M, StringRef Name, bool PickFirst) { in unifyVersionMD() 88 bool unifyExtensionMD(Module &M, StringRef Name) { in unifyExtensionMD() 107 bool unifyMetadataImpl(Module &M) { in unifyMetadataImpl() 136 bool AMDGPUUnifyMetadata::runOnModule(Module &M) { in runOnModule() 140 PreservedAnalyses AMDGPUUnifyMetadataPass::run(Module &M, in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 38 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()() 70 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache() 77 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled() 89 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 51 static void addKernelMetadata(Module &M, GlobalValue *GV) { in addKernelMetadata() 90 static Function *createInitOrFiniKernelFunction(Module &M, bool IsCtor) { in createInitOrFiniKernelFunction() 128 Module &M = *F.getParent(); in createInitOrFiniCalls() local 206 static bool createInitOrFiniGlobals(Module &M, GlobalVariable *GV, in createInitOrFiniGlobals() 245 static bool createInitOrFiniKernel(Module &M, StringRef GlobalName, in createInitOrFiniKernel() 267 static bool lowerCtorsAndDtors(Module &M) { in lowerCtorsAndDtors() 278 bool runOnModule(Module &M) override { return lowerCtorsAndDtors(M); } in runOnModule() 283 PreservedAnalyses NVPTXCtorDtorLoweringPass::run(Module &M, in run()
|
| H A D | NVPTXGenericToNVVM.cpp | 56 bool GenericToNVVM::runOnModule(Module &M) { in runOnModule() 137 Value *GenericToNVVM::remapConstant(Module *M, Function *F, Constant *C, in remapConstant() 177 Module *M, Function *F, Constant *C, IRBuilder<> &Builder) { in remapConstantVectorOrConstantAggregate() 215 Value *GenericToNVVM::remapConstantExpr(Module *M, Function *F, ConstantExpr *C, in remapConstantExpr() 304 bool GenericToNVVMLegacyPass::runOnModule(Module &M) { in runOnModule() 308 PreservedAnalyses GenericToNVVMPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
|
| /freebsd-14.2/sys/contrib/ck/include/gcc/ |
| H A D | ck_pr.h | 58 #define CK_PR_LOAD(S, M, T) \ argument 156 #define CK_PR_CAS(S, M, T) \ in CK_PR_FENCE() argument 213 #define CK_PR_FAA(S, M, T) \ argument 239 #define CK_PR_BINARY(K, S, M, T) \ argument 269 #define CK_PR_UNARY(S, M, T) \ argument 283 #define CK_PR_UNARY_S(S, M) CK_PR_UNARY(S, M, M) argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | mutex.h | 75 atomic_u32 M = {}; variable 77 sync_mutex_t M = {}; variable 85 explicit ScopedLock(HybridMutex &M) ACQUIRE(M) : Mutex(M) { Mutex.lock(); } in ScopedLock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpLowering.cpp | 32 static void lowerIntrinsic(dxil::OpCode DXILOp, Function &F, Module &M) { in lowerIntrinsic() 56 static bool lowerIntrinsics(Module &M) { in lowerIntrinsics() 82 PreservedAnalyses run(Module &M, ModuleAnalysisManager &) { in run() 93 bool runOnModule(Module &M) override { return lowerIntrinsics(M); } in runOnModule()
|
| H A D | DXILResourceAnalysis.cpp | 21 dxil::Resources DXILResourceAnalysis::run(Module &M, in run() 30 PreservedAnalyses DXILResourcePrinterPass::run(Module &M, in run() 43 bool DXILResourceWrapper::runOnModule(Module &M) { in runOnModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | SymbolSize.cpp | 30 if (auto *M = dyn_cast<MachOObjectFile>(&O)) in getSectionID() local 40 if (auto *M = dyn_cast<MachOObjectFile>(&O)) in getSymbolSectionID() local 42 if (const auto *M = dyn_cast<WasmObjectFile>(&O)) in getSymbolSectionID() local 44 if (const auto *M = dyn_cast<XCOFFObjectFile>(&O)) in getSymbolSectionID() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
| H A D | HipStdPar.cpp | 109 static inline void clearModule(Module &M) { // TODO: simplify. in clearModule() 120 static inline void maybeHandleGlobals(Module &M) { in maybeHandleGlobals() 142 const SmallPtrSet<const Function *, N>& Reachable, Module &M) { in removeUnreachableFunctions() 191 HipStdParAcceleratorCodeSelectionPass::run(Module &M, in run() 277 HipStdParAllocationInterpositionPass::run(Module &M, ModuleAnalysisManager&) { in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | IndirectThunks.h | 34 void doInitialization(Module &M) {} in doInitialization() 39 void init(Module &M) { in init() 54 Module &M = const_cast<Module &>(*MMI.getModule()); in createThunkFunction() local
|
| /freebsd-14.2/sys/contrib/ck/include/gcc/ppc/ |
| H A D | ck_pr.h | 96 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument 123 #define CK_PR_STORE(S, M, T, C, I) \ argument 149 #define CK_PR_CAS(N, T, M) \ argument 197 #define CK_PR_FAS(N, M, T, W) \ argument 220 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument 254 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
|