/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 282 for (auto &MP : InsertedPHIs) in insertUse() 283 if (MemoryPhi *Phi = cast_or_null<MemoryPhi>(MP)) in insertUse() 288 // Set every incoming edge {BB, MP->getBlock()} of MemoryPhi MP to NewDef. 289 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock() argument 293 int i = MP->getBasicBlockIndex(BB); in setMemoryPhiValueForBlock() 297 for (auto BBIter = MP->block_begin() + i; BBIter != MP->block_end(); in setMemoryPhiValueForBlock() 301 MP->setIncomingValue(i, NewDef); in setMemoryPhiValueForBlock() 444 for (auto &MP in insertDef() 1230 onlySingleValue(MemoryPhi *MP) onlySingleValue() argument [all...] |
H A D | MemorySSA.cpp | 1796 const auto *MP = cast<MemoryPhi>(Replacee); in dominatesUse() local 1800 for (const Use &Arg : MP->operands()) { in dominatesUse() 1802 !DT->dominates(Replacer->getBlock(), MP->getIncomingBlock(Arg))) in dominatesUse() 2135 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() 2136 BasicBlock *UseBB = MP->getIncomingBlock(Dominatee); in dominates()
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
H A D | testpi-7.c | 190 #define MP "\t\t\t" in med_prio_thread() macro 199 debug(DBG_INFO, MP "thread %d writing flag\n", t->id); in med_prio_thread() 203 debug(DBG_DEBUG, MP "ready to start work\n"); in med_prio_thread() 210 debug(DBG_DEBUG, MP "done working -- time to sleep\n"); in med_prio_thread() 212 debug(DBG_INFO, MP "thread %d resetting m_flag\n", in med_prio_thread() 219 #undef MP in med_prio_thread() macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 437 /// required by module pass MP. Instantiate analysis pass, by using 439 Pass* getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F) override; 450 ModulePass *MP = getContainedPass(Index); 451 MP->dumpPassStructure(Offset + 1); 453 OnTheFlyManagers.find(MP); 456 dumpLastUses(MP, Offset+1); 527 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); 528 return MP; 1570 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1573 dumpPassInfo(MP, EXECUTION_MS in runOnModule() 1667 getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F) getOnTheFlyPass() argument [all...] |
/third_party/backends/backend/ |
H A D | hs2p-scsi.c | 856 mode_select (int fd, MP * settings) in mode_select() 861 MP mp; /* Hdr + Parameters */ in mode_select() 892 DBG (DBG_error, "PRINTING MP HEADER:\n"); in mode_select() 894 DBG (DBG_error, "PRINTING MP PAGES:\n"); in mode_select() 904 mode_sense (int fd, MP * buf, SANE_Byte page_code) in mode_sense() 908 MP msp; /* Mode Sense Page in mode_sense() 958 DBG (DBG_error, "PRINTING MP HEADER:\n"); in mode_sense() 960 DBG (DBG_error, "PRINTING MP PAGES:\n"); in mode_sense() 1826 mode_sense (fd, (MP *) & buf, (SANE_Byte) PAGE_CODE_CONNECTION); in connection_parameters() 1848 status = mode_select (fd, (MP *) in connection_parameters() [all...] |
H A D | hs2p-scsi.h | 472 } MP; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | Graph.h | 142 InternalEdgeMapT *MP; member in llvm::xray::Graph::NeighborEdgeIteratorT 151 const EdgeValueType>(this->I, MP, SI); in operator NeighborEdgeIteratorT() 160 MP(_MP), SI(_SI) {} in NeighborEdgeIteratorT() 164 return *(MP->find({*(this->I), SI})); in operator *() 166 return *(MP->find({SI, *(this->I)})); in operator *()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 927 auto *MP = dyn_cast<MemoryPhi>(V); 928 assert(MP && "Should have been an instruction or a MemoryPhi"); 929 return MP->getBlock(); 1678 if (auto *MP = dyn_cast<MemoryPhi>(From)) { 1679 OldClass->memory_erase(MP); 1680 NewClass->memory_insert(MP); 2886 const MemoryPhi *MP = cast<MemoryPhi>(&Def); 2887 TOPClass->memory_insert(MP); 2888 MemoryPhiState.insert({MP, MPS_TOP}); 3021 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 86 auto MP = getMethodKind(); in isVirtual() local 87 return MP != MethodKind::Vanilla && MP != MethodKind::Friend && in isVirtual() 88 MP != MethodKind::Static; in isVirtual() 93 auto MP = getMethodKind(); in isIntroducedVirtual() local 94 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual() 95 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 673 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local 709 genCondTfrFor(ST, At, DR, DSR, MP, true, ReadUndef, false); in split() 711 genCondTfrFor(SF, At, DR, DSR, MP, false, ReadUndef, true); in split() 945 MachineOperand &MP = TfrI.getOperand(1); in predicate() local 958 Register PredR = MP.getReg(); in predicate() 1052 predicateAt(MD, *DefI, PastDefIt, MP, Cond, UpdRegs); in predicate() 1054 predicateAt(MD, *DefI, TfrIt, MP, Cond, UpdRegs); in predicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 1101 MemoryPhi *MP = dyn_cast<MemoryPhi>(Access); in getPhiArgBlock() local 1102 assert(MP && "Tried to get phi arg block when not iterating over a PHI"); in getPhiArgBlock() 1103 return MP->getIncomingBlock(ArgNo); in getPhiArgBlock() 1110 if (const MemoryPhi *MP = dyn_cast<MemoryPhi>(Access)) in operator *() 1111 return MP->getIncomingValue(ArgNo); in operator *() 1118 if (const MemoryPhi *MP = dyn_cast<MemoryPhi>(Access)) { in operator ++() 1119 if (++ArgNo >= MP->getNumIncomingValues()) { in operator ++()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Module.h | 889 inline Module *unwrap(LLVMModuleProviderRef MP) { in unwrap() argument 890 return reinterpret_cast<Module*>(MP); in unwrap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 296 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in doInitialization() 297 MP->beginAssembly(M, *MI, *this); in doInitialization() 1548 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(**--I)) in doFinalization() 1549 MP->finishAssembly(M, *MI, *this); in doFinalization() 3122 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in emitStackMaps() 3123 if (MP->emitStackMaps(SM, *this)) in emitStackMaps()
|
/third_party/eudev/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/lame/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/lame/libmp3lame/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/lame/mpglib/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/lame/frontend/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/lame/misc/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/node/deps/cares/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/node/deps/cares/config/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/libevdev/build-aux/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/skia/third_party/externals/libpng/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | depcomp | 177 ## it if -MD -MP comes after the -MF stuff. Hmm. 185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 964 EvalTable[MP] = &Simulator::Evaluate_MP; in EvalTableInit() 1676 constexpr long double MP = in ComputeSignedRoundingResult() local 1687 } else if (0.0 < a && a <= MP) { in ComputeSignedRoundingResult() 1689 } else if (MP < a && a <= PINF && n == MP) { in ComputeSignedRoundingResult() 1691 } else if (MP < a && a <= PINF && n > MP) { in ComputeSignedRoundingResult() 1704 constexpr long double MP = in ComputeLogicalRoundingResult() local 1709 } else if (0.0 < a && a <= MP) { in ComputeLogicalRoundingResult() 1711 } else if (MP < in ComputeLogicalRoundingResult() 7705 constexpr long double MP = ComputeSignedRoundingConditionCode() local 7801 constexpr long double MP = ComputeLogicalRoundingConditionCode() local [all...] |