Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp59 unsigned CheckStartIdx = 0, e = MI->getNumOperands(); in PatchPointOpers() local
60 while (CheckStartIdx < e && MI->getOperand(CheckStartIdx).isReg() && in PatchPointOpers()
61 MI->getOperand(CheckStartIdx).isDef() && in PatchPointOpers()
62 !MI->getOperand(CheckStartIdx).isImplicit()) in PatchPointOpers()
63 ++CheckStartIdx; in PatchPointOpers()
65 assert(getMetaIdx() == CheckStartIdx && in PatchPointOpers()
/external/llvm/lib/CodeGen/
DStackMaps.cpp44 unsigned CheckStartIdx = 0, e = MI->getNumOperands(); in PatchPointOpers() local
45 while (CheckStartIdx < e && MI->getOperand(CheckStartIdx).isReg() && in PatchPointOpers()
46 MI->getOperand(CheckStartIdx).isDef() && in PatchPointOpers()
47 !MI->getOperand(CheckStartIdx).isImplicit()) in PatchPointOpers()
48 ++CheckStartIdx; in PatchPointOpers()
50 assert(getMetaIdx() == CheckStartIdx && in PatchPointOpers()