Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 914) sorted by relevance

12345678910>>...37

/freebsd/sbin/growfs/
H A Ddebug.h70 #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 DMCJIT.h94 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 DMCJIT.cpp45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT()
66 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT()
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
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_map_test.cpp20 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/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp65 bool DXContainerGlobals::runOnModule(Module &M) { in runOnModule()
75 GlobalVariable *DXContainerGlobals::getFeatureFlags(Module &M) { in getFeatureFlags()
86 GlobalVariable *DXContainerGlobals::computeShaderHash(Module &M) { in computeShaderHash()
110 Module &M, Constant *Content, StringRef Name, StringRef SectionName) { in buildContainerGlobal()
118 GlobalVariable *DXContainerGlobals::buildSignature(Module &M, Signature &Sig, in buildSignature()
129 void DXContainerGlobals::addSignature(Module &M, in addSignature()
142 Module &M, SmallVector<GlobalValue *> &Globals) { in addPipelineStateValidationInfo()
H A DDXILResourceAnalysis.cpp21 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/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h239 #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/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp20 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/Transforms/Utils/
H A DModuleUtils.cpp29 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()
92 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList()
114 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed()
118 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed()
122 static void removeFromUsedList(Module &M, StringRef Name, in removeFromUsedList()
152 void llvm::removeFromUsedLists(Module &M, in removeFromUsedLists()
158 void llvm::setKCFIType(Module &M, Function &F, StringRef MangledType) { in setKCFIType()
180 FunctionCallee llvm::declareSanitizerInitFunction(Module &M, StringRef InitName, in declareSanitizerInitFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCtorDtorLowering.cpp30 static Function *createInitOrFiniKernelFunction(Module &M, bool IsCtor) { in createInitOrFiniKernelFunction() argument
64 Module &M = *F.getParent(); createInitOrFiniCalls() local
114 createInitOrFiniKernel(Module & M,StringRef GlobalName,bool IsCtor) createInitOrFiniKernel() argument
133 lowerCtorsAndDtors(Module & M) lowerCtorsAndDtors() argument
144 runOnModule(Module & M) runOnModule() argument
149 run(Module & M,ModuleAnalysisManager & AM) run() argument
[all...]
H A DAMDGPUUnifyMetadata.cpp55 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/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PerfectShuffle.h6591 inline unsigned getPerfectShuffleCost(llvm::ArrayRef<int> M) { in getPerfectShuffleCost()
6626 inline bool isZIPMask(ArrayRef<int> M, unsigned NumElts, in isZIPMask()
6659 inline bool isUZPMask(ArrayRef<int> M, unsigned NumElts, in isUZPMask()
6686 inline bool isTRNMask(ArrayRef<int> M, unsigned NumElts, in isTRNMask()
6702 inline bool isREVMask(ArrayRef<int> M, unsigned EltSize, unsigned NumElts, in isREVMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h87 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/lib/Transforms/IPO/
H A DStripSymbols.cpp84 StripTypeNames(Module & M,bool PreserveDbgInfo) StripTypeNames() argument
113 StripSymbolNames(Module & M,bool PreserveDbgInfo) StripSymbolNames() argument
139 stripDebugDeclareImpl(Module & M) stripDebugDeclareImpl() argument
177 stripDeadDebugInfoImpl(Module & M) stripDeadDebugInfoImpl() argument
263 run(Module & M,ModuleAnalysisManager & AM) run() argument
271 run(Module & M,ModuleAnalysisManager & AM) run() argument
279 run(Module & M,ModuleAnalysisManager & AM) run() argument
287 run(Module & M,ModuleAnalysisManager & AM) run() argument
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h121 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/ExecutionEngine/Orc/
H A DCompileUtils.cpp38 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/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp31 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/compiler-rt/lib/scudo/standalone/
H A Dmutex.h62 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 DNVPTXCtorDtorLowering.cpp52 static void addKernelMetadata(Module &M, GlobalValue *GV) { in addKernelMetadata()
91 static Function *createInitOrFiniKernelFunction(Module &M, bool IsCtor) { in createInitOrFiniKernelFunction()
129 Module &M = *F.getParent(); in createInitOrFiniCalls() local
207 static bool createInitOrFiniGlobals(Module &M, GlobalVariable *GV, in createInitOrFiniGlobals()
246 static bool createInitOrFiniKernel(Module &M, StringRef GlobalName, in createInitOrFiniKernel()
268 static bool lowerCtorsAndDtors(Module &M) { in lowerCtorsAndDtors()
279 bool runOnModule(Module &M) override { return lowerCtorsAndDtors(M); } in runOnModule()
284 PreservedAnalyses NVPTXCtorDtorLoweringPass::run(Module &M, in run()
H A DNVPTXGenericToNVVM.cpp56 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()
296 bool GenericToNVVMLegacyPass::runOnModule(Module &M) { in runOnModule()
300 PreservedAnalyses GenericToNVVMPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
/freebsd/sys/contrib/ck/include/gcc/
H A Dck_pr.h58 #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/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp109 static inline void clearModule(Module &M) { // TODO: simplify. in clearModule()
120 static inline void maybeHandleGlobals(Module &M) { in maybeHandleGlobals()
143 const SmallPtrSet<const Function *, N>& Reachable, Module &M) { in removeUnreachableFunctions()
192 HipStdParAcceleratorCodeSelectionPass::run(Module &M, in run()
278 HipStdParAllocationInterpositionPass::run(Module &M, ModuleAnalysisManager&) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp30 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/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h96 #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
/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h90 #define CK_PR_LOAD(S, M, T, I) \ argument
101 #define CK_PR_LOAD_64(S, M, T, I) \ argument
136 #define CK_PR_STORE(S, M, T, I) \ argument
147 #define CK_PR_STORE_64(S, M, T, I) \ argument
191 #define CK_PR_NEG(N, M, T, W, R) \ argument

12345678910>>...37