HomeSort by relevance Sort by last modified time
    Searched refs:MP (Results 26 - 50 of 258) sorted by null

12 3 4 5 6 7 8 91011

  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 338 /// required by module pass MP. Instantiate analysis pass, by using
340 virtual Pass* getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F);
353 ModulePass *MP = getContainedPass(Index);
354 MP->dumpPassStructure(Offset + 1);
356 OnTheFlyManagers.find(MP);
359 dumpLastUses(MP, Offset+1);
435 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]);
436 return MP;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 143 InternalEdgeMapT *MP;
152 const EdgeValueType>(this->I, MP, SI);
161 MP(_MP), SI(_SI) {}
165 return *(MP->find({*(this->I), SI}));
167 return *(MP->find({SI, *(this->I)}));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 143 InternalEdgeMapT *MP;
152 const EdgeValueType>(this->I, MP, SI);
161 MP(_MP), SI(_SI) {}
165 return *(MP->find({*(this->I), SI}));
167 return *(MP->find({SI, *(this->I)}));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 143 InternalEdgeMapT *MP;
152 const EdgeValueType>(this->I, MP, SI);
161 MP(_MP), SI(_SI) {}
165 return *(MP->find({*(this->I), SI}));
167 return *(MP->find({SI, *(this->I)}));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 143 InternalEdgeMapT *MP;
152 const EdgeValueType>(this->I, MP, SI);
161 MP(_MP), SI(_SI) {}
165 return *(MP->find({*(this->I), SI}));
167 return *(MP->find({SI, *(this->I)}));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 143 InternalEdgeMapT *MP;
152 const EdgeValueType>(this->I, MP, SI);
161 MP(_MP), SI(_SI) {}
165 return *(MP->find({*(this->I), SI}));
167 return *(MP->find({SI, *(this->I)}));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 143 InternalEdgeMapT *MP;
152 const EdgeValueType>(this->I, MP, SI);
161 MP(_MP), SI(_SI) {}
165 return *(MP->find({*(this->I), SI}));
167 return *(MP->find({SI, *(this->I)}));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 143 InternalEdgeMapT *MP;
152 const EdgeValueType>(this->I, MP, SI);
161 MP(_MP), SI(_SI) {}
165 return *(MP->find({*(this->I), SI}));
167 return *(MP->find({SI, *(this->I)}));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 143 InternalEdgeMapT *MP;
152 const EdgeValueType>(this->I, MP, SI);
161 MP(_MP), SI(_SI) {}
165 return *(MP->find({*(this->I), SI}));
167 return *(MP->find({SI, *(this->I)}));
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 790 MemoryPhi *MP = dyn_cast<MemoryPhi>(Access);
791 assert(MP && "Tried to get phi arg block when not iterating over a PHI");
792 return MP->getIncomingBlock(ArgNo);
798 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Access))
799 return MP->getIncomingValue(ArgNo);
805 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Access)) {
806 if (++ArgNo >= MP->getNumIncomingValues()) {
    [all...]
  /external/libexif/
config.rpath 97 sysv4*MP*)
406 sysv4*MP*)
511 sysv4*MP*)
  /toolchain/binutils/binutils-2.25/
config.rpath 97 sysv4*MP*)
403 sysv4*MP*)
506 sysv4*MP*)
  /external/llvm/lib/Transforms/Utils/
MemorySSA.cpp 581 const auto *MP = cast<MemoryPhi>(Replacee);
585 for (const Use &Arg : MP->operands()) {
587 !DT->dominates(Replacer->getBlock(), MP->getIncomingBlock(Arg)))
595 static MemoryAccess *onlySingleValue(MemoryPhi *MP) {
598 for (auto &Arg : MP->operands()) {
641 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) {
647 NewDefTarget = onlySingleValue(MP);
648 assert((NewDefTarget || MP->use_empty()) &&
722 if (MemoryPhi *MP = getMemoryAccess(&B)) {
723 for (User *U : MP->users())
    [all...]
  /build/make/tools/makeparallel/
Makefile 30 MAKEPARALLEL_CXXFLAGS := -Wall -Werror -MMD -MP
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.s 62 .byte 0x66,0x83,0xc8,0x03 #orl $0x0000003, %eax # Set PE bit (bit #0) & MP bit (bit #1)
  /external/clang/test/SemaCXX/
MicrosoftSuper.cpp 75 template <void (Base1::*MP)(int)>
  /external/libxml2/VxWorks/
Makefile 19 FLAGS += $(DEFINE_CC) $(CC_ARCH_SPEC) -MD -MP -D_VX_CPU=_VX_$(CPU) -D_VX_TOOL_FAMILY=gnu -D_VX_TOOL=$(TOOL)
  /external/syslinux/dos/
Makefile 75 $(NASM) $(NASMOPT) -f bin -o $@ -MP -MD .$@.d -l $*.lst $<
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 524 for (const auto &MP : Matchers) {
526 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
528 if (MP.first.matches(Node, this, &Builder)) {
529 MatchVisitor Visitor(ActiveASTContext, MP.second);
548 auto &MP = Matchers[I];
550 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
552 if (MP.first.matchesNoKindCheck(DynNode, this, &Builder)) {
553 MatchVisitor Visitor(ActiveASTContext, MP.second);
    [all...]
  /frameworks/compile/slang/
RSCCOptions.td 105 def MP : Flag<["-"], "MP">, HelpText<"Also emit phony target for dependency files">;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7a-mp.d 1 #name: ARM V7-A+MP instructions
2 #as: -march=armv7-a+mp
4 #source: arch7ar-mp.s
arch7r-mp.d 1 #name: ARM V7-R+MP instructions
2 #as: -march=armv7-r+mp
4 #source: arch7ar-mp.s
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 481 if (const PathDiagnosticMacroPiece *MP =
488 FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
521 ProcessMacroPiece(os, *MP, 0);
577 if (const PathDiagnosticMacroPiece *MP =
579 num = ProcessMacroPiece(os, *MP, num);
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 59 auto MP = getMethodKind();
60 return MP != MethodKind::Vanilla && MP != MethodKind::Friend &&
61 MP != MethodKind::Static;
66 auto MP = getMethodKind();
67 return MP == MethodKind::IntroducingVirtual ||
68 MP == MethodKind::PureIntroducingVirtual;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h     [all...]

Completed in 1113 milliseconds

12 3 4 5 6 7 8 91011