Home
last modified time | relevance | path

Searched refs:SelIdx (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.cpp1006 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) { in getSelectorIdentifierCursor() argument
1010 if (SelIdx == -1 || in getSelectorIdentifierCursor()
1011 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierCursor()
1015 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
1018 if (SelIdx == -1 || in getSelectorIdentifierCursor()
1019 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()
1023 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
DCXCursor.h271 CXCursor getSelectorIdentifierCursor(int SelIdx, CXCursor cursor);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2252 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local
2254 SelIdx--; in PostISelFolding()
2255 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
2291 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local
2294 SelIdx--; in PostISelFolding()
2297 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2351 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local
2353 SelIdx--; in PostISelFolding()
2354 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
2404 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local
2407 SelIdx--; in PostISelFolding()
2410 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()