OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Commute
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/compiler/
instruction-selector-impl.h
382
void
Commute
() {
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
132
// No idea how to
commute
this instruction. Target should implement its own.
141
"This only knows how to
commute
register operands so far");
639
bool
Commute
;
640
if (isReassociationCandidate(Root,
Commute
)) {
645
if (
Commute
) {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 1305 milliseconds