Home
last modified time | relevance | path

Searched refs:SelIdx (Results 1 – 3 of 3) 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/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()