HomeSort by relevance Sort by last modified time
    Searched defs:Commute (Results 1 - 7 of 7) sorted by null

  /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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetInstrInfo.cpp 154 // No idea how to commute this instruction. Target should implement its own.
163 "This only knows how to commute register operands so far");
747 bool Commute;
748 if (isReassociationCandidate(Root, Commute)) {
753 if (Commute) {
    [all...]
  /external/v8/src/compiler/
instruction-selector.h 139 void Commute() {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/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 406 milliseconds