OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommutableOpIdx1
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
135
unsigned
CommutableOpIdx1
= Idx1; (void)
CommutableOpIdx1
;
137
assert(findCommutedOpIndices(MI,
CommutableOpIdx1
, CommutableOpIdx2) &&
138
CommutableOpIdx1
== Idx1 && CommutableOpIdx2 == Idx2 &&
212
unsigned
CommutableOpIdx1
,
216
ResultIdx1 =
CommutableOpIdx1
;
219
if (ResultIdx2 ==
CommutableOpIdx1
)
222
ResultIdx1 =
CommutableOpIdx1
;
226
if (ResultIdx1 ==
CommutableOpIdx1
)
229
ResultIdx2 =
CommutableOpIdx1
;
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 93 milliseconds