Searched refs:PhysRegs (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FastISelEmitter.cpp | 38 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/ |
D | FastISelEmitter.cpp | 39 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/ |
D | FastISelEmitter.cpp | 39 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/ |
D | VirtRegMap.h | 393 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/ |
D | AArch64CallLowering.cpp | 371 SmallVector<unsigned, 8> PhysRegs; in lowerCall() local
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 15827 // {Name, #PhysRegs, #CostEntries, IndexToCostTbl} 16366 // {Name, #PhysRegs, #CostEntries, IndexToCostTbl}
|