| /freebsd/sbin/growfs/ |
| H A D | debug.h | 70 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument 72 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument 73 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument 74 #define DBG_DUMP_INO(F,C,M) (F)->fs_magic == FS_UFS1_MAGIC \ argument 77 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument 78 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument 79 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument 80 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument 81 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument 83 #define DBG_DUMP_SPTBL(F,C,M) dbg_dump_sptbl((F),(C),(M)) argument [all …]
|
| /freebsd/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() 165 delete M; in freeModulePtrSet() local
|
| /freebsd/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/crypto/krb5/src/include/ |
| H A D | k5-thread.h | 289 # define k5_os_mutex_finish_init(M) (0) argument 298 # define k5_os_mutex_init(M) pthread_mutex_init((M), 0) argument 299 # define k5_os_mutex_destroy(M) pthread_mutex_destroy((M)) argument 300 # define k5_os_mutex_lock(M) pthread_mutex_lock(M) argument 301 # define k5_os_mutex_unlock(M) pthread_mutex_unlock(M) argument 316 # define k5_os_mutex_finish_init(M) \ argument 319 # define k5_os_mutex_init(M) \ argument 322 # define k5_os_mutex_destroy(M) \ argument 343 # define k5_os_mutex_unlock(M) \ argument 364 #define k5_mutex_destroy(M) \ argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 30 static void appendToGlobalArray(StringRef ArrayName, Module &M, Function *F, in appendToGlobalArray() 74 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalCtors() 78 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalDtors() 82 static void transformGlobalArray(StringRef ArrayName, Module &M, in transformGlobalArray() 118 void llvm::transformGlobalCtors(Module &M, const GlobalCtorTransformFn &Fn) { in transformGlobalCtors() 122 void llvm::transformGlobalDtors(Module &M, const GlobalCtorTransformFn &Fn) { in transformGlobalDtors() 136 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList() 158 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() 162 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() 166 static void removeFromUsedList(Module &M, StringRef Name, in removeFromUsedList() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | smmintrin.h | 245 #define _mm_round_ps(X, M) \ argument 286 #define _mm_round_ss(X, Y, M) \ argument 320 #define _mm_round_pd(X, M) \ argument 361 #define _mm_round_sd(X, Y, M) \ argument 390 #define _mm_blend_pd(V1, V2, M) \ argument 418 #define _mm_blend_ps(V1, V2, M) \ argument 527 #define _mm_blend_epi16(V1, V2, M) \ argument 602 #define _mm_dp_ps(X, Y, M) \ argument 636 #define _mm_dp_pd(X, Y, M) \ argument 1173 #define _mm_test_mix_ones_zeros(M, V) _mm_testnzc_si128((M), (V)) argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 91 static void StripTypeNames(Module &M, bool PreserveDbgInfo) { in StripTypeNames() 120 static bool StripSymbolNames(Module &M, bool PreserveDbgInfo) { in StripSymbolNames() 146 static bool stripDebugDeclareImpl(Module &M) { in stripDebugDeclareImpl() 184 static bool stripDeadDebugInfoImpl(Module &M) { in stripDeadDebugInfoImpl() 271 PreservedAnalyses StripSymbolsPass::run(Module &M, ModuleAnalysisManager &AM) { in run() 279 PreservedAnalyses StripNonDebugSymbolsPass::run(Module &M, in run() 287 PreservedAnalyses StripDebugDeclarePass::run(Module &M, in run() 295 PreservedAnalyses StripDeadDebugInfoPass::run(Module &M, in run() 303 PreservedAnalyses StripDeadCGProfilePass::run(Module &M, in run()
|
| H A D | ElimAvailExtern.cpp | 59 static std::string getNewName(Module &M, const GlobalValue &GV) { in getNewName() 71 static void convertToLocalCopy(Module &M, Function &F) { in convertToLocalCopy() 108 static void convertToLocalCopy(Module &M, GlobalVariable &GV) { in convertToLocalCopy() 115 static bool eliminateAvailableExternally(Module &M, bool Convert) { in eliminateAvailableExternally() 160 EliminateAvailableExternallyPass::run(Module &M, ModuleAnalysisManager &MAM) { in run()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXContainerGlobals.cpp | 74 bool DXContainerGlobals::runOnModule(Module &M) { in runOnModule() 85 GlobalVariable *DXContainerGlobals::getFeatureFlags(Module &M) { in getFeatureFlags() 96 GlobalVariable *DXContainerGlobals::computeShaderHash(Module &M) { in computeShaderHash() 120 Module &M, Constant *Content, StringRef Name, StringRef SectionName) { in buildContainerGlobal() 128 GlobalVariable *DXContainerGlobals::buildSignature(Module &M, Signature &Sig, in buildSignature() 139 void DXContainerGlobals::addSignature(Module &M, in addSignature() 151 void DXContainerGlobals::addRootSignature(Module &M, in addRootSignature() 181 void DXContainerGlobals::addResourcesForPSV(Module &M, PSVRuntimeInfo &PSV) { in addResourcesForPSV() 252 Module &M, SmallVector<GlobalValue *> &Globals) { in addPipelineStateValidationInfo()
|
| H A D | DXILPostOptimizationValidation.cpp | 28 static void reportInvalidDirection(Module &M, DXILResourceMap &DRM) { in reportInvalidDirection() 54 static void reportOverlappingError(Module &M, ResourceInfo R1, in reportOverlappingError() 65 static void reportOverlappingBinding(Module &M, DXILResourceMap &DRM) { in reportOverlappingBinding() 87 static void reportErrors(Module &M, DXILResourceMap &DRM, in reportErrors() 101 DXILPostOptimizationValidation::run(Module &M, ModuleAnalysisManager &MAM) { in run() 111 bool runOnModule(Module &M) override { in runOnModule()
|
| H A D | DXILFinalizeLinkage.cpp | 20 static bool finalizeLinkage(Module &M) { in finalizeLinkage() 58 PreservedAnalyses DXILFinalizeLinkage::run(Module &M, in run() 65 bool DXILFinalizeLinkageLegacy::runOnModule(Module &M) { in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | IndirectThunks.h | 87 void doInitialization(Module &M) {} in doInitialization() 110 void init(Module &M) { in init() 125 Module &M = const_cast<Module &>(*MMI.getModule()); in createThunkFunction() local 196 bool doInitialization(Module &M) override { in doInitialization() 208 static void initTIs(Module &M, in initTIs()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 121 bool isEqual(const Matcher *M) const { in isEqual() 195 virtual bool isContradictoryImpl(const Matcher *M) const { return false; } in isContradictoryImpl() 238 bool isEqualImpl(const Matcher *M) const override { return false; } in isEqualImpl() 262 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() 293 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 307 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() 322 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() 339 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 359 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 374 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterUsageInfo.cpp | 46 bool PhysicalRegisterUsageInfo::doInitialization(Module &M) { in doInitialization() 51 bool PhysicalRegisterUsageInfo::doFinalization(Module &M) { in doFinalization() 102 Module &M, const PreservedAnalyses &PA, in invalidate() 110 PhysicalRegisterUsageAnalysis::run(Module &M, ModuleAnalysisManager &) { in run() 117 PhysicalRegisterUsageInfoPrinterPass::run(Module &M, in run()
|
| /freebsd/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 147 static bool createInitOrFiniKernel(Module &M, StringRef GlobalName, in createInitOrFiniKernel() 166 static bool lowerCtorsAndDtors(Module &M) { in lowerCtorsAndDtors() 177 bool runOnModule(Module &M) override { return lowerCtorsAndDtors(M); } in runOnModule() 182 PreservedAnalyses AMDGPUCtorDtorLoweringPass::run(Module &M, in run()
|
| /freebsd/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() 114 GlobalVariable *createBinDesc(Module &M, ArrayRef<ArrayRef<char>> Bufs, in createBinDesc() 189 Function *createUnregisterFunction(Module &M, GlobalVariable *BinDesc, in createUnregisterFunction() 212 void createRegisterFunction(Module &M, GlobalVariable *BinDesc, in createRegisterFunction() 254 StructType *getFatbinWrapperTy(Module &M) { in getFatbinWrapperTy() 266 GlobalVariable *createFatbinDesc(Module &M, ArrayRef<char> Image, bool IsHIP, in createFatbinDesc() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 35 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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | mutex.h | 62 atomic_u32 M = {}; global() variable 64 sync_mutex_t M = {}; global() variable 72 ScopedLock(HybridMutex & M) ScopedLock() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 59 static Function *createInitOrFiniKernelFunction(Module &M, bool IsCtor) { in createInitOrFiniKernelFunction() 97 Module &M = *F.getParent(); in createInitOrFiniCalls() local 175 static bool createInitOrFiniGlobals(Module &M, GlobalVariable *GV, in createInitOrFiniGlobals() 214 static bool createInitOrFiniKernel(Module &M, StringRef GlobalName, in createInitOrFiniKernel() 236 static bool lowerCtorsAndDtors(Module &M) { in lowerCtorsAndDtors() 247 bool runOnModule(Module &M) override { return lowerCtorsAndDtors(M); } in runOnModule() 252 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() 176 Module *M, Function *F, Constant *C, IRBuilder<> &Builder) { in remapConstantVectorOrConstantAggregate() 214 Value *GenericToNVVM::remapConstantExpr(Module *M, Function *F, ConstantExpr *C, in remapConstantExpr() 295 bool GenericToNVVMLegacyPass::runOnModule(Module &M) { in runOnModule() 299 PreservedAnalyses GenericToNVVMPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PerfectShuffle.h | 6592 inline unsigned getPerfectShuffleCost(llvm::ArrayRef<int> M) { in getPerfectShuffleCost() 6627 inline bool isZIPMask(ArrayRef<int> M, unsigned NumElts, in isZIPMask() 6660 inline bool isUZPMask(ArrayRef<int> M, unsigned NumElts, in isUZPMask() 6687 inline bool isTRNMask(ArrayRef<int> M, unsigned NumElts, in isTRNMask() 6703 inline bool isREVMask(ArrayRef<int> M, unsigned EltSize, unsigned NumElts, in isREVMask()
|
| /freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | EntryPointStats.cpp | 55 static void checkStatName(const EntryPointStat *M) { in checkStatName() 84 auto ByName = [Name](const EntryPointStat *M) { return M->name() == Name; }; in isRegistered() 123 for (auto *M : StatsRegistry->CounterStats) { in consumeUnsignedStats() local 127 for (auto *M : StatsRegistry->UnsignedMaxStats) { in consumeUnsignedStats() local 131 for (auto *M : StatsRegistry->UnsignedStats) { in consumeUnsignedStats() local 140 auto GetName = [](const EntryPointStat *M) { return M->name(); }; in getStatNames() 161 for (auto *M : StatsRegistry->BoolStats) { in consumeBoolStats() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
| H A D | HipStdPar.cpp | 106 static inline void clearModule(Module &M) { // TODO: simplify. in clearModule() 117 static inline void maybeHandleGlobals(Module &M) { in maybeHandleGlobals() 140 const SmallPtrSet<const Function *, N>& Reachable, Module &M) { in removeUnreachableFunctions() 189 HipStdParAcceleratorCodeSelectionPass::run(Module &M, in run() 285 HipStdParAllocationInterpositionPass::run(Module &M, ModuleAnalysisManager&) { in run()
|