HomeSort by relevance Sort by last modified time
    Searched defs:isRegLoc (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 116 bool isRegLoc() const { return !isMem; }
121 unsigned getLocReg() const { assert(isRegLoc()); return Loc; }
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 143 bool isRegLoc() const { return !isMem; }
148 unsigned getLocReg() const { assert(isRegLoc()); return Loc; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
CallingConvLower.h 144 bool isRegLoc() const { return !isMem; }
149 unsigned getLocReg() const { assert(isRegLoc()); return Loc; }

Completed in 257 milliseconds