Home
last modified time | relevance | path

Searched refs:LocRegLo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp2022 unsigned LocRegLo = VA.getLocReg(); in LowerCall() local
2023 unsigned LocRegHigh = getNextIntArgReg(LocRegLo); in LowerCall()
2024 RegsToPass.push_back(std::make_pair(LocRegLo, Lo)); in LowerCall()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2761 unsigned LocRegLo = VA.getLocReg(); in LowerCall() local
2762 unsigned LocRegHigh = getNextIntArgReg(LocRegLo); in LowerCall()
2763 RegsToPass.push_back(std::make_pair(LocRegLo, Lo)); in LowerCall()