OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Commuted
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
MachineCSE.cpp
479
bool
Commuted
= false;
482
Commuted
= true;
637
if (
Commuted
)
TwoAddressInstructionPass.cpp
58
STATISTIC(NumCommuted , "Number of instructions
commuted
to coalesce");
59
STATISTIC(NumAggrCommuted , "Number of instructions aggressively
commuted
");
656
DEBUG(dbgs() << "2addr:
COMMUTED
TO: " << *NewMI);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineCSE.cpp
378
bool
Commuted
= false;
382
Commuted
= true;
465
if (
Commuted
)
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 177 milliseconds