Home
last modified time | relevance | path

Searched refs:PhysRegs (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp38 std::vector<std::string>* PhysRegs; member
631 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) { in printFunctionDefinitions()
632 if ((*Memo.PhysRegs)[i] != "") in printFunctionDefinitions()
635 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n"; in printFunctionDefinitions()
640 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs, in printFunctionDefinitions()
646 Operands.PrintArguments(OS, *Memo.PhysRegs); in printFunctionDefinitions()
722 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) { in printFunctionDefinitions()
723 if ((*Memo.PhysRegs)[i] != "") in printFunctionDefinitions()
726 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n"; in printFunctionDefinitions()
732 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs, in printFunctionDefinitions()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp39 std::vector<std::string> PhysRegs; member
43 std::string SubRegNo, std::vector<std::string> PhysRegs, in InstructionMemo()
45 : Name(Name), RC(RC), SubRegNo(SubRegNo), PhysRegs(PhysRegs), in InstructionMemo()
661 for (unsigned i = 0; i < Memo.PhysRegs.size(); ++i) { in emitInstructionCode()
662 if (Memo.PhysRegs[i] != "") in emitInstructionCode()
664 << "TII.get(TargetOpcode::COPY), " << Memo.PhysRegs[i] in emitInstructionCode()
670 Operands.PrintManglingSuffix(OS, Memo.PhysRegs, ImmediatePredicates, in emitInstructionCode()
676 Operands.PrintArguments(OS, Memo.PhysRegs); in emitInstructionCode()
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp39 std::vector<std::string>* PhysRegs; member
655 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) { in emitInstructionCode()
656 if ((*Memo.PhysRegs)[i] != "") in emitInstructionCode()
659 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n"; in emitInstructionCode()
664 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs, in emitInstructionCode()
670 Operands.PrintArguments(OS, *Memo.PhysRegs); in emitInstructionCode()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.h393 std::vector<unsigned> PhysRegs; in addEmergencySpill() local
394 PhysRegs.push_back(PhysReg); in addEmergencySpill()
395 EmergencySpillMap.insert(std::make_pair(MI, PhysRegs)); in addEmergencySpill()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp371 SmallVector<unsigned, 8> PhysRegs; in lowerCall() local
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc15827 // {Name, #PhysRegs, #CostEntries, IndexToCostTbl}
16366 // {Name, #PhysRegs, #CostEntries, IndexToCostTbl}