OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommutableOpIdx2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
136
unsigned
CommutableOpIdx2
= Idx2; (void)
CommutableOpIdx2
;
137
assert(findCommutedOpIndices(MI, CommutableOpIdx1,
CommutableOpIdx2
) &&
138
CommutableOpIdx1 == Idx1 &&
CommutableOpIdx2
== Idx2 &&
213
unsigned
CommutableOpIdx2
) {
217
ResultIdx2 =
CommutableOpIdx2
;
220
ResultIdx1 =
CommutableOpIdx2
;
221
else if (ResultIdx2 ==
CommutableOpIdx2
)
227
ResultIdx2 =
CommutableOpIdx2
;
228
else if (ResultIdx1 ==
CommutableOpIdx2
)
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 342 milliseconds