Home
last modified time | relevance | path

Searched defs:getLocReg (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h126 Register getLocReg() const { return std::get<Register>(Data); } in getLocReg() function
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h148 unsigned getLocReg() const { assert(isRegLoc()); return Loc; } in getLocReg() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h150 Register getLocReg() const { assert(isRegLoc()); return Loc; } in getLocReg() function