Searched refs:Memo (Results 1 – 17 of 17) sorted by relevance
592 InstructionMemo Memo(Pattern.getDstPattern().getOperator()->getName(), in collectPatterns() local607 std::move(Memo)); in collectPatterns()644 const InstructionMemo &Memo = PI->second; in emitInstructionCode() local645 std::string PredicateCheck = Memo.PredicateCheck; in emitInstructionCode()657 Memo.Name + " predicate: " + PredicateCheck); in emitInstructionCode()663 for (unsigned i = 0; i < Memo.PhysRegs.size(); ++i) { in emitInstructionCode()664 if (Memo.PhysRegs[i] != "") in emitInstructionCode()666 << "TII.get(TargetOpcode::COPY), " << Memo.PhysRegs[i] in emitInstructionCode()671 if (Memo.SubRegNo.empty()) { in emitInstructionCode()672 Operands.PrintManglingSuffix(OS, Memo.PhysRegs, ImmediatePredicates, in emitInstructionCode()[all …]
20 # Memo files
678 # FoxPro Forms Memo *.SCT681 # FoxPro Report Memo *.FRT
335 # GRR too general as it catches also FoxPro Memo example NG.FPT337 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
284 auto Memo = MemoMap.find(ChildPad); in getUnwindDestTokenHelper() local285 if (Memo == MemoMap.end()) { in getUnwindDestTokenHelper()292 Value *ChildUnwindDestToken = Memo->second; in getUnwindDestTokenHelper()322 auto Memo = MemoMap.find(ChildPad); in getUnwindDestTokenHelper() local323 if (Memo == MemoMap.end()) { in getUnwindDestTokenHelper()330 ChildUnwindDestToken = Memo->second; in getUnwindDestTokenHelper()408 auto Memo = MemoMap.find(EHPad); in getUnwindDestToken() local409 if (Memo != MemoMap.end()) in getUnwindDestToken()410 return Memo->second; in getUnwindDestToken()475 auto Memo = MemoMap.find(UselessPad); in getUnwindDestToken() local[all …]
17 Status of this Memo
14 Status of This Memo
15 Status of This Memo
18 Status of this Memo
15 Status of this Memo
16 Status of this Memo
1182 PairMapType Memo; // Memoization map for distance calculation. in pruneCandidates() local1185 pruneUsesTooFar(I.first, RPO, Memo); in pruneCandidates()
454 label = "Memo";
16 Status of This Memo
11568 for (UseMemo &Memo : Uses) in NodeDeleted()11569 if (Memo.User == N) in NodeDeleted()11570 Memo.User = nullptr; in NodeDeleted()11662 UseMemo Memo = { *UI, i, &Use }; in ReplaceAllUsesOfValuesWith() local11663 Uses.push_back(Memo); in ReplaceAllUsesOfValuesWith()