| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | avx512erintrin.h | 36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument 41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument 49 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument 52 #define _mm512_maskz_exp2a23_pd(M, A) \ argument 60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument 65 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument 73 #define _mm512_mask_exp2a23_ps(S, M, A) \ argument 76 #define _mm512_maskz_exp2a23_ps(M, A) \ argument 85 #define _mm512_mask_rsqrt28_round_pd(S, M, A, R) __extension__ ({ \ argument 90 #define _mm512_maskz_rsqrt28_round_pd(M, A, R) __extension__ ({ \ argument [all …]
|
| HD | smmintrin.h | 63 #define _mm_round_ps(X, M) __extension__ ({ \ argument 67 #define _mm_round_ss(X, Y, M) __extension__ ({ \ argument 72 #define _mm_round_pd(X, M) __extension__ ({ \ argument 76 #define _mm_round_sd(X, Y, M) __extension__ ({ \ argument 82 #define _mm_blend_pd(V1, V2, M) __extension__ ({ \ argument 89 #define _mm_blend_ps(V1, V2, M) __extension__ ({ \ argument 119 #define _mm_blend_epi16(V1, V2, M) __extension__ ({ \ argument 146 #define _mm_dp_ps(X, Y, M) __extension__ ({ \ argument 151 #define _mm_dp_pd(X, Y, M) __extension__ ({\ argument 279 #define _mm_test_mix_ones_zeros(M, V) _mm_testnzc_si128((M), (V)) argument [all …]
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| HD | MCJIT.h | 98 void addModule(std::unique_ptr<Module> M) { in addModule() 102 bool removeModule(Module *M) { in removeModule() 107 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 111 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 117 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 121 bool ownsModule(Module* M) { in ownsModule() 126 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 140 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 160 Module *M = *I; in markAllLoadedModulesAsFinalized() local 174 Module *M = *I; in freeModulePtrSet() local [all …]
|
| HD | MCJIT.cpp | 46 MCJIT::createJIT(std::unique_ptr<Module> M, in createJIT() 68 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> tm, in MCJIT() 104 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() 109 bool MCJIT::removeModule(Module *M) { in removeModule() 141 std::unique_ptr<MemoryBuffer> MCJIT::emitObject(Module *M) { in emitObject() 179 void MCJIT::generateCodeForModule(Module *M) { in generateCodeForModule() 244 for (auto M : OwnedModules.added()) in finalizeObject() local 247 for (auto M : ModsToAdd) in finalizeObject() local 253 void MCJIT::finalizeModule(Module *M) { in finalizeModule() 286 Module *M = *I; in findModuleForSymbol() local [all …]
|
| /NextBSD/sbin/growfs/ |
| HD | debug.h | 69 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument 71 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument 72 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument 73 #define DBG_DUMP_INO(F,C,M) (F)->fs_magic == FS_UFS1_MAGIC \ argument 76 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument 77 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument 78 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument 79 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument 80 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument 82 #define DBG_DUMP_SPTBL(F,C,M) dbg_dump_sptbl((F),(C),(M)) argument [all …]
|
| /NextBSD/contrib/ngatm/libngatm/ |
| HD | sscopcust.h | 111 #define MSGQ_REMOVE(Q,M) TAILQ_REMOVE(Q,M,link) argument 112 #define MSGQ_INSERT_BEFORE(B,M) TAILQ_INSERT_BEFORE(B,M,link) argument 113 #define MSGQ_APPEND(Q,M) TAILQ_INSERT_TAIL(Q,M,link) argument 200 #define MBUF_FREE(M) do { if(M) uni_msg_destroy(M); } while(0) argument 203 #define MBUF_DUP(M) uni_msg_dup(M) argument 206 #define MBUF_LEN(M) uni_msg_len((M)) argument 213 #define MBUF_TRAIL32(M,I) uni_msg_trail32((M), (I)) argument 218 #define MBUF_STRIP32(M) uni_msg_strip32((M)) argument 223 #define MBUF_GET32(M) uni_msg_get32((M)) argument 228 #define MBUF_APPEND32(M,W) uni_msg_append32((M), (W)) argument [all …]
|
| /NextBSD/sys/contrib/ngatm/netnatm/ |
| HD | unimsg.h | 55 #define uni_msg_len(M) ((size_t)((M)->b_wptr - (M)->b_rptr)) argument 58 #define uni_msg_space(M) ((size_t)((M)->b_lim - (M)->b_wptr)) argument 61 #define uni_msg_leading(M) ((size_t)((M)->b_rptr - (M)->b_buf)) argument 64 #define uni_msg_size(M) ((size_t)((M)->b_lim - (M)->b_buf)); argument 68 #define uni_msg_ensure(M, S) \ argument
|
| /NextBSD/contrib/llvm/lib/Bitcode/Writer/ |
| HD | 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()
|
| /NextBSD/sys/netgraph/atm/sscop/ |
| HD | ng_sscop_cust.h | 143 #define MSGQ_REMOVE(Q, M) TAILQ_REMOVE(Q, M, link) argument 144 #define MSGQ_INSERT_BEFORE(B, M) TAILQ_INSERT_BEFORE(B, M, link) argument 145 #define MSGQ_APPEND(Q, M) TAILQ_INSERT_TAIL(Q, M, link) argument 236 #define MBUF_FREE(M) do { if ((M)) m_freem((M)); } while(0) argument 237 #define MBUF_DUP(M) m_copypacket((M), M_NOWAIT) argument 238 #define MBUF_LEN(M) ((size_t)(M)->m_pkthdr.len) argument 245 #define MBUF_TRAIL32(M ,I) ng_sscop_mbuf_trail32((M), (I)) argument 259 #define MBUF_STRIP32(M) ng_sscop_mbuf_strip32((M)) argument 271 #define MBUF_GET32(M) ng_sscop_mbuf_get32((M)) argument 286 #define MBUF_APPEND32(M, W) \ argument [all …]
|
| /NextBSD/contrib/llvm/tools/lli/ |
| HD | OrcLazyJIT.cpp | 65 return [](std::unique_ptr<Module> M) { return M; }; in createDebugDumper() 68 return [](std::unique_ptr<Module> M) { in createDebugDumper() 87 return [](std::unique_ptr<Module> M) { in createDebugDumper() 95 return [](std::unique_ptr<Module> M) { in createDebugDumper() 114 int llvm::runOrcLazyJIT(std::unique_ptr<Module> M, int ArgC, char* ArgV[]) { in runOrcLazyJIT()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | DebugInfo.cpp | 114 void DebugInfoFinder::InitializeTypeMap(const Module &M) { in InitializeTypeMap() 122 void DebugInfoFinder::processModule(const Module &M) { in processModule() 148 else if (auto *M = dyn_cast<DIModule>(Entity)) in processModule() local 155 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation() 206 } else if (auto *M = dyn_cast<DIModule>(Scope)) { in processScope() local 225 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare() 242 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() 327 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() 369 unsigned llvm::getDebugMetadataVersionFromModule(const Module &M) { in getDebugMetadataVersionFromModule() 377 llvm::makeSubprogramMap(const Module &M) { in makeSubprogramMap()
|
| HD | IRBuilder.cpp | 31 Module &M = *BB->getParent()->getParent(); in CreateGlobalString() local 88 Module *M = BB->getParent()->getParent(); in CreateMemSet() local 115 Module *M = BB->getParent()->getParent(); in CreateMemCpy() local 146 Module *M = BB->getParent()->getParent(); in CreateMemMove() local 174 Module *M = BB->getParent()->getParent(); in CreateLifetimeStart() local 189 Module *M = BB->getParent()->getParent(); in CreateLifetimeEnd() local 199 Module *M = BB->getParent()->getParent(); in CreateAssumption() local 244 Module *M = BB->getParent()->getParent(); in CreateMaskedIntrinsic() local 278 Module *M = BB->getParent()->getParent(); in CreateGCStatepointCall() local 311 Module *M = BB->getParent()->getParent(); in CreateGCStatepointInvoke() local [all …]
|
| HD | PassManager.cpp | 19 FunctionAnalysisManagerModuleProxy::run(Module &M) { in run() 31 Module &M, const PreservedAnalyses &PA) { in invalidate()
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | BuildLibCalls.cpp | 41 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitStrLen() local 66 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitStrNLen() local 92 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitStrChr() local 116 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitStrNCmp() local 143 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitStrCpy() local 166 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitStrNCpy() local 193 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitMemCpyChk() local 217 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitMemChr() local 239 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitMemCmp() local 283 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitUnaryFloatFnCall() local [all …]
|
| HD | ModuleUtils.cpp | 25 Module &M, Function *F, int Priority) { in appendToGlobalArray() 73 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority) { in appendToGlobalCtors() 77 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority) { in appendToGlobalDtors() 82 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSetImpl<GlobalValue *> &Set, in collectUsedGlobalVariables() 109 Module &M, StringRef CtorName, StringRef InitName, in createSanitizerCtorAndInitFunctions()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | DAGISelMatcher.h | 105 bool isEqual(const Matcher *M) const { in isEqual() 185 virtual bool isContradictoryImpl(const Matcher *M) const { return false; } in isContradictoryImpl() 230 bool isEqualImpl(const Matcher *M) const override { return false; } in isEqualImpl() 257 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() 292 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 311 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() 330 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() 351 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() 371 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() 394 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ModuleManager.cpp | 304 ModuleManager::visit(bool (*Visitor)(ModuleFile &M, void *UserData), in visit() 320 for (ModuleIterator M = begin(), MEnd = end(); M != MEnd; ++M) { in visit() local 339 M = CurrentModule->Imports.begin(), in visit() local 367 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit() local 393 M = NextModule->Imports.begin(), in visit() local 413 static void markVisitedDepthFirst(ModuleFile &M, in markVisitedDepthFirst() 428 ModuleFile &M, in visitDepthFirst() 429 ModuleManager::DFSPreorderControl (*PreorderVisitor)(ModuleFile &M, in visitDepthFirst() 431 bool (*PostorderVisitor)(ModuleFile &M, void *UserData), void *UserData, in visitDepthFirst() 464 ModuleManager::DFSPreorderControl (*PreorderVisitor)(ModuleFile &M, in visitDepthFirst() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ParentMap.cpp | 29 static void BuildParentMap(MapTy& M, Stmt* S, in BuildParentMap() 97 MapTy *M = new MapTy(); in ParentMap() local 116 MapTy *M = reinterpret_cast<MapTy *>(Impl); in setParent() local 121 MapTy* M = (MapTy*) Impl; in getParent() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | ObjCUnusedIVarsChecker.cpp | 33 static void Scan(IvarUsageMap& M, const Stmt *S) { in Scan() 64 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan() 78 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) { in Scan() 97 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID, in Scan() 112 IvarUsageMap M; in checkObjCUnusedIvar() local
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | StripSymbols.cpp | 176 static void StripTypeNames(Module &M, bool PreserveDbgInfo) { in StripTypeNames() 206 static bool StripSymbolNames(Module &M, bool PreserveDbgInfo) { in StripSymbolNames() 232 bool StripSymbols::runOnModule(Module &M) { in runOnModule() 240 bool StripNonDebugSymbols::runOnModule(Module &M) { in runOnModule() 244 bool StripDebugDeclare::runOnModule(Module &M) { in runOnModule() 289 bool StripDeadDebugInfo::runOnModule(Module &M) { in runOnModule()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonBitTracker.cpp | 319 RegisterCell M = eMLS(rc(2), eIMM(im(3), W0)); in evaluate() local 324 RegisterCell M = eMLS(rc(2), rc(3)); in evaluate() local 329 RegisterCell M = eMLS(eIMM(im(2), W0), rc(3)); in evaluate() local 334 RegisterCell M = eMLS(rc(2), eIMM(im(3), W0)); in evaluate() local 339 RegisterCell M = eMLS(rc(2), rc(3)); in evaluate() local 394 RegisterCell M = eMLS(rc(1), rc(2)); in evaluate() local 404 RegisterCell M = eMLS(rc(1), rc(2)); in evaluate() local 408 RegisterCell M = eMLS(rc(2), eIMM(im(3), W0)); in evaluate() local 413 RegisterCell M = eMLS(rc(2), eIMM(im(3), W0)); in evaluate() local 418 RegisterCell M = eMLS(rc(2), rc(3)); in evaluate() local [all …]
|
| /NextBSD/sys/netgraph/atm/ |
| HD | ngatmbase.h | 52 #define uni_msg_destroy(M) _uni_msg_destroy((M), __FILE__, __LINE__) argument 53 #define uni_msg_unpack_mbuf(M, PP) \ argument
|
| /NextBSD/contrib/llvm/include/llvm/ProfileData/ |
| HD | SampleProfWriter.h | 51 bool write(const Module &M, StringMap<FunctionSamples> &P) { in write() 90 bool write(const Module &M, StringMap<FunctionSamples> &P) { in write() 101 bool write(const Module &M, StringMap<FunctionSamples> &P) { in write()
|
| /NextBSD/contrib/llvm/tools/bugpoint/ |
| HD | CrashDebugger.cpp | 141 Module *M = CloneModule(BD.getProgram(), VMap); in TestGlobalVariables() local 206 static void RemoveFunctionReferences(Module *M, const char* Name) { in RemoveFunctionReferences() 238 Module *M = CloneModule(BD.getProgram(), VMap); in TestFuncs() local 345 Module *M = CloneModule(BD.getProgram(), VMap); in TestBlocks() local 453 Module *M = CloneModule(BD.getProgram(), VMap); in TestInsts() local 512 Module *M = CloneModule(BD.getProgram()); in DebugACrash() local 649 std::unique_ptr<Module> M = in DebugACrash() local 674 Module *M = CloneModule(BD.getProgram()); in DebugACrash() local 690 static bool TestForOptimizerCrash(const BugDriver &BD, Module *M) { in TestForOptimizerCrash() 718 static bool TestForCodeGenCrash(const BugDriver &BD, Module *M) { in TestForCodeGenCrash()
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | aes-ccm.c | 28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() 117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() 132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() 149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 179 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad()
|