Home
last modified time | relevance | path

Searched refs:MC (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp44 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/
DTargetRegisterInfo.h64 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/
Dbullet_5.pass.cpp316 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/
Dmediamonitor.h66 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/
DLLVMBuild.txt1 ;===- ./lib/MC/MCDisassembler/LLVMBuild.txt --------------------*- Conf -*--===;
21 parent = MC
22 required_libraries = MC Support
/external/llvm/lib/MC/MCParser/
DLLVMBuild.txt1 ;===- ./lib/MC/MCParser/LLVMBuild.txt --------------------------*- Conf -*--===;
21 parent = MC
22 required_libraries = MC Support
/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp36 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/
DTGParser.h134 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,
DTGParser.cpp40 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/
Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
/external/llvm/test/CodeGen/Thumb/
Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
/external/llvm/test/CodeGen/AArch64/
Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
/external/llvm/lib/MC/
DLLVMBuild.txt1 ;===- ./lib/MC/LLVMBuild.txt -----------------------------------*- Conf -*--===;
23 name = MC
/external/llvm/test/MC/ARM/
Dcoff-debugging-secrel.ll8 ; 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/
Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
/external/llvm/test/CodeGen/X86/
Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
/external/llvm/test/CodeGen/SPARC/
Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
/external/llvm/
DAndroid.mk42 lib/MC \
43 lib/MC/MCDisassembler \
44 lib/MC/MCParser \
/external/llvm/test/CodeGen/Mips/
Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
/external/llvm/test/CodeGen/PowerPC/
Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp309 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/
Dwired.html.err161 <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/
DMultiClassDefName.td25 multiclass MC<string name> {
30 defm : MC<"foo">;
/external/llvm/examples/HowToUseJIT/
DCMakeLists.txt5 MC
/external/llvm/examples/Fibonacci/
DCMakeLists.txt5 MC

12345678910>>...16