OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelIdx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIOptimizeExecMaskingPreRA.cpp
81
// See if there is a def between \p AndIdx and \p
SelIdx
that needs to live
84
SlotIndex
SelIdx
) {
86
return (!AndLRQ.isKill() && AndLRQ.valueIn() != LR.Query(
SelIdx
).valueOut());
94
SlotIndex
SelIdx
= LIS->getInstructionIndex(Sel);
97
return isDefBetween(LIS->getInterval(Reg), AndIdx,
SelIdx
);
100
if (isDefBetween(LIS->getRegUnit(*UI), AndIdx,
SelIdx
))
R600ISelLowering.cpp
2160
int
SelIdx
= TII->getSelIdx(Opcode, OperandIdx[i]);
2162
SelIdx
--;
2163
SDValue &Sel = (
SelIdx
> -1) ? Ops[
SelIdx
] : FakeOp;
2199
int
SelIdx
= TII->getSelIdx(Opcode, OperandIdx[i]);
2202
SelIdx
--;
2205
SDValue &Sel = (
SelIdx
> -1) ? Ops[
SelIdx
] : FakeOp;
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
266
CXCursor getSelectorIdentifierCursor(int
SelIdx
, CXCursor cursor);
CXCursor.cpp
1169
CXCursor cxcursor::getSelectorIdentifierCursor(int
SelIdx
, CXCursor cursor) {
1173
if (
SelIdx
== -1 ||
1174
unsigned(
SelIdx
) >=
1178
newCursor.xdata =
SelIdx
;
1181
if (
SelIdx
== -1 ||
1182
unsigned(
SelIdx
) >=
1186
newCursor.xdata =
SelIdx
;
Completed in 18 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026