/external/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 44 if (MoveChildMatcher *MC = dyn_cast<MoveChildMatcher>(N)) { in ContractNodes() local 46 if (RecordMatcher *RM = dyn_cast<RecordMatcher>(MC->getNext())) in ContractNodes() 47 if (MC->getChildNo() < 8) // Only have RecordChild0...7 in ContractNodes() 48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes() 51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() 52 if (MC->getChildNo() < 8 && // Only have CheckChildType0...7 in ContractNodes() 54 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType()); in ContractNodes() 56 if (CheckSameMatcher *CS = dyn_cast<CheckSameMatcher>(MC->getNext())) in ContractNodes() 57 if (MC->getChildNo() < 4) // Only have CheckChildSame0...3 in ContractNodes() 58 New = new CheckChildSameMatcher(MC->getChildNo(), CS->getMatchNumber()); in ContractNodes() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 64 const MCRegisterClass *MC; variable 78 unsigned getID() const { return MC->getID(); } in getID() 82 iterator begin() const { return MC->begin(); } in begin() 83 iterator end() const { return MC->end(); } in end() 86 unsigned getNumRegs() const { return MC->getNumRegs(); } in getNumRegs() 90 return MC->getRegister(i); in getRegister() 96 return MC->contains(Reg); in contains() 101 return MC->contains(Reg1, Reg2); in contains() 106 unsigned getSize() const { return MC->getSize(); } in getSize() 109 unsigned getAlignment() const { return MC->getAlignment(); } in getAlignment() [all …]
|
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_5.pass.cpp | 316 typedef MoveCaster MC; in main() typedef 317 runFunctorTestCase11<R(A&&) &, 1, LValueCaster, MC>(); in main() 318 runFunctorTestCase11<R(A&&) const &, 1, ConstCaster, MC>(); in main() 319 runFunctorTestCase11<R(A&&) volatile &, 1, VolatileCaster, MC>(); in main() 320 runFunctorTestCase11<R(A&&) const volatile &, 1, CVCaster, MC>(); in main() 321 runFunctorTestCase11<R(A&&) &&, 1, MoveCaster, MC>(); in main() 322 runFunctorTestCase11<R(A&&) const &&, 1, MoveConstCaster, MC>(); in main() 323 runFunctorTestCase11<R(A&&) volatile &&, 1, MoveVolatileCaster, MC>(); in main() 324 runFunctorTestCase11<R(A&&) const volatile &&, 1, MoveCVCaster, MC>(); in main()
|
/external/webrtc/talk/session/media/ |
D | mediamonitor.h | 66 template<class MC, class MI> 69 MediaMonitorT(MC* media_channel, rtc::Thread* worker_thread, in MediaMonitorT() 73 sigslot::signal2<MC*, const MI&> SignalUpdate; 89 MC* media_channel_;
|
/external/llvm/lib/MC/MCDisassembler/ |
D | LLVMBuild.txt | 1 ;===- ./lib/MC/MCDisassembler/LLVMBuild.txt --------------------*- Conf -*--===; 21 parent = MC 22 required_libraries = MC Support
|
/external/llvm/lib/MC/MCParser/ |
D | LLVMBuild.txt | 1 ;===- ./lib/MC/MCParser/LLVMBuild.txt --------------------------*- Conf -*--===; 21 parent = MC 22 required_libraries = MC Support
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 36 MCContext &MC = Printer.OutContext; in GetSymbolRef() local 63 ME = MCSymbolRefExpr::create(Symbol, RelocationType, MC); in GetSymbolRef() 66 ME = MCBinaryExpr::createAdd(ME, MCConstantExpr::create(MO.getOffset(), MC), in GetSymbolRef() 67 MC); in GetSymbolRef()
|
/external/llvm/lib/TableGen/ |
D | TGParser.h | 134 bool ParseObjectList(MultiClass *MC = nullptr); 135 bool ParseObject(MultiClass *MC); 138 Record *InstantiateMulticlassDef(MultiClass &MC, Record *DefProto, 142 bool ResolveMulticlassDefArgs(MultiClass &MC, Record *DefProto, 147 bool ResolveMulticlassDef(MultiClass &MC,
|
D | TGParser.cpp | 40 MultiClass *MC; member 42 SubMultiClassReference() : MC(nullptr) {} in SubMultiClassReference() 44 bool isInvalid() const { return MC == nullptr; } in isInvalid() 51 MC->dump(); in dump() 208 MultiClass *SMC = SubMultiClass.MC; in AddSubMultiClass() 462 if (MultiClass *MC = ParseMultiClassID()) in ParseSubClassReference() local 463 Result.Rec = &MC->Rec; in ParseSubClassReference() 511 Result.MC = ParseMultiClassID(); in ParseSubMultiClassReference() 512 if (!Result.MC) return Result; in ParseSubMultiClassReference() 523 Result.MC = nullptr; in ParseSubMultiClassReference() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | mature-mc-support.ll | 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
|
/external/llvm/test/CodeGen/Thumb/ |
D | mature-mc-support.ll | 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
|
/external/llvm/test/CodeGen/AArch64/ |
D | mature-mc-support.ll | 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
|
/external/llvm/lib/MC/ |
D | LLVMBuild.txt | 1 ;===- ./lib/MC/LLVMBuild.txt -----------------------------------*- Conf -*--===; 23 name = MC
|
/external/llvm/test/MC/ARM/ |
D | coff-debugging-secrel.ll | 8 ; ModuleID = '/Users/compnerd/work/llvm/test/MC/ARM/reduced.c' 22 !2 = !DIFile(filename: "/Users/compnerd/work/llvm/test/MC/ARM/reduced.c", directory: "/Users/compne… 23 !3 = !DIFile(filename: "/Users/compnerd/work/llvm/test/MC/ARM/reduced.c", directory: "/Users/compne…
|
/external/llvm/test/CodeGen/SystemZ/ |
D | mature-mc-support.ll | 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
|
/external/llvm/test/CodeGen/X86/ |
D | mature-mc-support.ll | 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
|
/external/llvm/test/CodeGen/SPARC/ |
D | mature-mc-support.ll | 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
|
/external/llvm/ |
D | Android.mk | 42 lib/MC \ 43 lib/MC/MCDisassembler \ 44 lib/MC/MCParser \
|
/external/llvm/test/CodeGen/Mips/ |
D | mature-mc-support.ll | 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mature-mc-support.ll | 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 309 for (MatchCallback *MC : Matchers->AllCallbacks) { in onStartOfTranslationUnit() 311 Timer.setBucket(&TimeByBucket[MC->getID()]); in onStartOfTranslationUnit() 312 MC->onStartOfTranslationUnit(); in onStartOfTranslationUnit() 319 for (MatchCallback *MC : Matchers->AllCallbacks) { in onEndOfTranslationUnit() 321 Timer.setBucket(&TimeByBucket[MC->getID()]); in onEndOfTranslationUnit() 322 MC->onEndOfTranslationUnit(); in onEndOfTranslationUnit() 520 template <typename T, typename MC> 521 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter()
|
/external/libxml2/result/HTML/ |
D | wired.html.err | 161 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 164 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 167 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 170 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 173 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 176 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 179 option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&OPs 182 lue="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&OPs=MDRTP&MT
|
/external/llvm/test/TableGen/ |
D | MultiClassDefName.td | 25 multiclass MC<string name> { 30 defm : MC<"foo">;
|
/external/llvm/examples/HowToUseJIT/ |
D | CMakeLists.txt | 5 MC
|
/external/llvm/examples/Fibonacci/ |
D | CMakeLists.txt | 5 MC
|