OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommuteAnyOperandIndex
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp
160
unsigned CommuteIdx0 = TargetInstrInfo::
CommuteAnyOperandIndex
;
161
unsigned CommuteIdx1 = TargetInstrInfo::
CommuteAnyOperandIndex
;
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
127
/// value '
CommuteAnyOperandIndex
').
312
static const unsigned
CommuteAnyOperandIndex
= ~0U;
318
/// '
CommuteAnyOperandIndex
', which means that the method is free to choose
320
/// '
CommuteAnyOperandIndex
' then the method looks for 2 different commutable
332
unsigned OpIdx1 =
CommuteAnyOperandIndex
,
333
unsigned OpIdx2 =
CommuteAnyOperandIndex
) const;
339
/// '
CommuteAnyOperandIndex
' then the method arbitrarily picks a commutable
341
/// If both of INPUT values are set to '
CommuteAnyOperandIndex
' then method
348
/// unsigned Op1 = 1, Op2 =
CommuteAnyOperandIndex
;
[
all
...]
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
201
if ((OpIdx1 ==
CommuteAnyOperandIndex
|| OpIdx2 ==
CommuteAnyOperandIndex
) &&
214
if (ResultIdx1 ==
CommuteAnyOperandIndex
&&
215
ResultIdx2 ==
CommuteAnyOperandIndex
) {
218
} else if (ResultIdx1 ==
CommuteAnyOperandIndex
) {
225
} else if (ResultIdx2 ==
CommuteAnyOperandIndex
) {
[
all
...]
RegisterCoalescer.cpp
678
// commutable operand which is expressed by '
CommuteAnyOperandIndex
'value
686
unsigned NewDstIdx = TargetInstrInfo::
CommuteAnyOperandIndex
;
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp
682
Operand0 = TargetInstrInfo::
CommuteAnyOperandIndex
;
683
Operand1 = TargetInstrInfo::
CommuteAnyOperandIndex
;
[
all
...]
/external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp
728
unsigned CommOpIdx2 = TargetInstrInfo::
CommuteAnyOperandIndex
;
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 1210 milliseconds