Searched refs:OutputRegs (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5602 std::set<unsigned> &OutputRegs, in MarkAllocatedRegs() argument 5607 MarkRegAndAliases(AssignedRegs.Regs[i], OutputRegs, TRI); in MarkAllocatedRegs() 5693 std::set<unsigned> &OutputRegs, in GetRegistersForValue() argument 5794 OpInfo.MarkAllocatedRegs(isOutReg, isInReg, OutputRegs, InputRegs, *TRI); in GetRegistersForValue() 5825 std::set<unsigned> OutputRegs, InputRegs; in visitInlineAsm() local 5988 GetRegistersForValue(DAG, TLI, getCurDebugLoc(), OpInfo, OutputRegs, in visitInlineAsm() 6000 GetRegistersForValue(DAG, TLI, getCurDebugLoc(), OpInfo, OutputRegs, in visitInlineAsm()
|