HomeSort by relevance Sort by last modified time
    Searched refs:Memo (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
FastISelEmitter.cpp 540 InstructionMemo Memo = {
551 SimplePatterns[Operands][OpcodeName][VT][RetVT][PredicateCheck] = Memo;
619 const InstructionMemo &Memo = PI->second;
631 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
632 if ((*Memo.PhysRegs)[i] != "")
635 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
639 if (Memo.SubRegNo.empty()) {
640 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs,
642 OS << "(" << InstNS << Memo.Name << ", ";
643 OS << InstNS << Memo.RC->getName() << "RegisterClass"
    [all...]
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 576 InstructionMemo Memo = {
597 std::make_pair(complexity, Memo));
634 const InstructionMemo &Memo = PI->second;
635 std::string PredicateCheck = Memo.PredicateCheck;
648 "name:" + Memo.Name + " predicate: " +
655 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
656 if ((*Memo.PhysRegs)[i] != "")
659 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
663 if (Memo.SubRegNo.empty()) {
664 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 229 auto Memo = MemoMap.find(ChildPad);
230 if (Memo == MemoMap.end()) {
237 Value *ChildUnwindDestToken = Memo->second;
267 auto Memo = MemoMap.find(ChildPad);
268 if (Memo == MemoMap.end()) {
275 ChildUnwindDestToken = Memo->second;
299 // parent pad. Record this in the memo map, and check to see if the
340 /// quadratic run-time given that approach, it uses a memo map to avoid
353 auto Memo = MemoMap.find(EHPad);
354 if (Memo != MemoMap.end()
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 1218 milliseconds