Home
last modified time | relevance | path

Searched refs:Memo (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp592 InstructionMemo Memo(Pattern.getDstPattern().getOperator()->getName(), in collectPatterns() local
607 std::move(Memo)); in collectPatterns()
644 const InstructionMemo &Memo = PI->second; in emitInstructionCode() local
645 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 …]
/freebsd/contrib/file/magic/Magdir/
H A Dclarion20 # Memo files
H A Ddatabase678 # FoxPro Forms Memo *.SCT
681 # FoxPro Report Memo *.FRT
H A Danimation335 # GRR too general as it catches also FoxPro Memo example NG.FPT
337 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp284 auto Memo = MemoMap.find(ChildPad); in getUnwindDestTokenHelper() local
285 if (Memo == MemoMap.end()) { in getUnwindDestTokenHelper()
292 Value *ChildUnwindDestToken = Memo->second; in getUnwindDestTokenHelper()
322 auto Memo = MemoMap.find(ChildPad); in getUnwindDestTokenHelper() local
323 if (Memo == MemoMap.end()) { in getUnwindDestTokenHelper()
330 ChildUnwindDestToken = Memo->second; in getUnwindDestTokenHelper()
408 auto Memo = MemoMap.find(EHPad); in getUnwindDestToken() local
409 if (Memo != MemoMap.end()) in getUnwindDestToken()
410 return Memo->second; in getUnwindDestToken()
475 auto Memo = MemoMap.find(UselessPad); in getUnwindDestToken() local
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3491.txt17 Status of this Memo
H A Drfc4013.txt14 Status of This Memo
H A Drfc4518.txt15 Status of This Memo
H A Drfc3490.txt18 Status of this Memo
H A Drfc3492.txt15 Status of this Memo
H A Drfc3454.txt16 Status of this Memo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1182 PairMapType Memo; // Memoization map for distance calculation. in pruneCandidates() local
1185 pruneUsesTooFar(I.first, RPO, Memo); in pruneCandidates()
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-lg-p895.dts454 label = "Memo";
/freebsd/sys/contrib/zlib/doc/
H A Drfc1950.txt16 Status of This Memo
H A Drfc1952.txt14 Status of This Memo
H A Drfc1951.txt14 Status of This Memo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11568 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() local
11663 Uses.push_back(Memo); in ReplaceAllUsesOfValuesWith()