Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp58 unsigned CheckStartIdx = 0, e = MI->getNumOperands(); in PatchPointOpers() local
59 while (CheckStartIdx < e && MI->getOperand(CheckStartIdx).isReg() && in PatchPointOpers()
60 MI->getOperand(CheckStartIdx).isDef() && in PatchPointOpers()
61 !MI->getOperand(CheckStartIdx).isImplicit()) in PatchPointOpers()
62 ++CheckStartIdx; in PatchPointOpers()
64 assert(getMetaIdx() == CheckStartIdx && in PatchPointOpers()
/external/llvm-project/llvm/lib/CodeGen/
DStackMaps.cpp66 unsigned CheckStartIdx = 0, e = MI->getNumOperands(); in PatchPointOpers() local
67 while (CheckStartIdx < e && MI->getOperand(CheckStartIdx).isReg() && in PatchPointOpers()
68 MI->getOperand(CheckStartIdx).isDef() && in PatchPointOpers()
69 !MI->getOperand(CheckStartIdx).isImplicit()) in PatchPointOpers()
70 ++CheckStartIdx; in PatchPointOpers()
72 assert(getMetaIdx() == CheckStartIdx && in PatchPointOpers()