| /src/tests/fs/lfs/ |
| util.h | 26 #define MP "/mp"
|
| /src/tests/kernel/ |
| t_unmount.c | 57 #define MP "/mnt" 72 RL(rump_sys_mkdir(MP, 0777)); 73 RL(rump_sys_mount(MOUNT_TMPFS, MP, MNT_ASYNC, &args, sizeof(args))); 76 RL(rump_sys_chdir(MP)); 81 /* get vnode of MP, unlocked */ 82 RZ(rump_pub_namei(RUMP_NAMEI_LOOKUP, 0, MP, NULL, &vp, NULL)); 91 ATF_REQUIRE_ERRNO(EBUSY, rump_sys_unmount(MP, 0) == -1);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| MachOPlatform.h | 115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} 149 MachOPlatform ∓
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| nouveau_nvkm_subdev_clk_gt215.c | 118 u32 MP; 139 MP = M * P; 141 if (!MP) 144 return sclk * N / MP;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| Graph.h | 142 InternalEdgeMapT *MP; 151 const EdgeValueType>(this->I, MP, SI); 160 MP(_MP), SI(_SI) {} 164 return *(MP->find({*(this->I), SI})); 166 return *(MP->find({SI, *(this->I)}));
|
| /src/usr.bin/mail/ |
| format.c | 139 sfmtfield(const char **fmtbeg, const char *fmtch, struct message *mp) 151 if (mp == NULL) { 156 depth = mp->m_depth; 178 p = hfield(p, mp); 198 get_and_or_flags(struct message *mp, struct flags_s *flags) 200 for (/*EMPTY*/; mp; mp = mp->m_flink) { 201 flags->f_and &= mp->m_flag; 202 flags->f_or |= mp->m_flag [all...] |
| /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| ASTMatchFinder.cpp | 812 for (const auto &MP : Matchers) { 814 Timer.setBucket(&TimeByBucket[MP.second->getID()]); 816 if (MP.first.matches(Node, this, &Builder)) { 817 MatchVisitor Visitor(ActiveASTContext, MP.second); 836 auto &MP = Matchers[I]; 838 Timer.setBucket(&TimeByBucket[MP.second->getID()]); 842 TraversalKindScope RAII(getASTContext(), MP.first.getTraversalKind()); 848 if (MP.first.matches(DynNode, this, &Builder)) { 849 MatchVisitor Visitor(ActiveASTContext, MP.second);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| MemorySSA.h | 1098 MemoryPhi *MP = dyn_cast<MemoryPhi>(Access); 1099 assert(MP && "Tried to get phi arg block when not iterating over a PHI"); 1100 return MP->getIncomingBlock(ArgNo); 1107 if (const MemoryPhi *MP = dyn_cast<MemoryPhi>(Access)) 1108 return MP->getIncomingValue(ArgNo); 1115 if (const MemoryPhi *MP = dyn_cast<MemoryPhi>(Access)) { 1116 if (++ArgNo >= MP->getNumIncomingValues()) {
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| LLJIT.cpp | 548 std::unique_ptr<MachOPlatformSupport> MP( 550 return std::move(MP); 559 auto InitSeq = MP.getInitializerSequence(JD); 592 if (auto DeinitSeq = MP.getDeinitializerSequence(JD)) { 632 : J(J), MP(setupPlatform(J)), DlFcn(std::move(DlFcn)) { 662 cantFail(MP.setupJITDylib(J.getMainJITDylib())); 671 auto &MP = *Tmp; 673 return MP; 889 MachOPlatform &MP; 1178 auto MP = MachOPlatformSupport::Create(J, J.getMainJITDylib()) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| LegacyPassManager.cpp | 425 /// required by module pass MP. Instantiate analysis pass, by using 427 std::tuple<Pass *, bool> getOnTheFlyPass(Pass *MP, AnalysisID PI, 439 ModulePass *MP = getContainedPass(Index); 440 MP->dumpPassStructure(Offset + 1); 442 OnTheFlyManagers.find(MP); 445 dumpLastUses(MP, Offset+1); 516 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); 517 return MP; 1538 ModulePass *MP = getContainedPass(Index); 1541 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonExpandCondsets.cpp | 674 MachineOperand &MP = MI.getOperand(1); // Predicate register 710 genCondTfrFor(ST, At, DR, DSR, MP, true, ReadUndef, false); 712 genCondTfrFor(SF, At, DR, DSR, MP, false, ReadUndef, true); 946 MachineOperand &MP = TfrI.getOperand(1); 959 Register PredR = MP.getReg(); 1053 predicateAt(MD, *DefI, PastDefIt, MP, Cond, UpdRegs); 1055 predicateAt(MD, *DefI, TfrIt, MP, Cond, UpdRegs);
|
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ClangDiagnosticsEmitter.cpp | 1174 auto *MP = dyn_cast<MultiPiece>(D.Root); 1175 if (!MP) { 1176 MP = D.New<MultiPiece>(); 1177 MP->Pieces.push_back(D.Root); 1178 D.Root = MP; 1180 MP->Pieces.insert(MP->Pieces.begin(), Prefix);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| TypeRecord.h | 80 auto MP = getMethodKind(); 81 return MP != MethodKind::Vanilla && MP != MethodKind::Friend && 82 MP != MethodKind::Static; 87 auto MP = getMethodKind(); 88 return MP == MethodKind::IntroducingVirtual || 89 MP == MethodKind::PureIntroducingVirtual;
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| NewGVN.cpp | 960 auto *MP = dyn_cast<MemoryPhi>(V); 961 assert(MP && "Should have been an instruction or a MemoryPhi"); 962 return MP->getBlock(); 1645 if (auto *MP = dyn_cast<MemoryPhi>(From)) { 1646 OldClass->memory_erase(MP); 1647 NewClass->memory_insert(MP); 2867 const MemoryPhi *MP = cast<MemoryPhi>(&Def); 2868 TOPClass->memory_insert(MP); 2869 MemoryPhiState.insert({MP, MPS_TOP}); 3001 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| MasmParser.cpp | 575 parseMacroArgument(const MCAsmMacroParameter *MP, MCAsmMacroArgument &MA, 2897 bool MasmParser::parseMacroArgument(const MCAsmMacroParameter *MP, 2900 if (MP && MP->Vararg) { 2980 if (MA.empty() && MP) { 2981 if (MP->Required) { 2982 return TokError("missing value for required parameter '" + MP->Name + 2985 MA = MP->Value; 3039 const MCAsmMacroParameter *MP = nullptr; 3041 MP = &M->Parameters[PI] [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| ppc-opc.c | 3816 #define MP R 4518 /* A VX_MASK with the VA field fixed with a MP field. */ 6099 {"vcntmbb", VXVA(4,1602,24), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 6100 {"vcntmbh", VXVA(4,1602,26), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 6101 {"vcntmbw", VXVA(4,1602,28), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 6102 {"vcntmbd", VXVA(4,1602,30), VXVAM_MASK, POWER10, 0, {RT, VB, MP}},
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ppc-opc.c | 3816 #define MP R 4508 /* A VX_MASK with the VA field fixed with a MP field. */ 6071 {"vcntmbb", VXVA(4,1602,24), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 6072 {"vcntmbh", VXVA(4,1602,26), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 6073 {"vcntmbw", VXVA(4,1602,28), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 6074 {"vcntmbd", VXVA(4,1602,30), VXVAM_MASK, POWER10, 0, {RT, VB, MP}},
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ppc-opc.c | 3738 #define MP R 4418 /* A VX_MASK with the VA field fixed with a MP field. */ 5952 {"vcntmbb", VXVA(4,1602,24), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 5953 {"vcntmbh", VXVA(4,1602,26), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 5954 {"vcntmbw", VXVA(4,1602,28), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 5955 {"vcntmbd", VXVA(4,1602,30), VXVAM_MASK, POWER10, 0, {RT, VB, MP}},
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ppc-opc.c | 3738 #define MP R 4418 /* A VX_MASK with the VA field fixed with a MP field. */ 5952 {"vcntmbb", VXVA(4,1602,24), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 5953 {"vcntmbh", VXVA(4,1602,26), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 5954 {"vcntmbw", VXVA(4,1602,28), VXVAM_MASK, POWER10, 0, {RT, VB, MP}}, 5955 {"vcntmbd", VXVA(4,1602,30), VXVAM_MASK, POWER10, 0, {RT, VB, MP}},
|