HomeSort by relevance Sort by last modified time
    Searched refs:swapOperands (Results 1 - 25 of 29) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 725 LHS->swapOperands();
    [all...]
InstructionCombining.cpp 181 Changed = !I.swapOperands();
    [all...]
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 332 /// swapOperands - Exchange the two operands to this instruction.
337 bool swapOperands();
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
SIInstrInfo.h 57 void swapOperands(MachineInstr &Inst) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 214 cast<BinaryOperator>(I)->swapOperands();
665 Op->swapOperands();
704 Op->swapOperands();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 164 void swapOperands(unsigned First, unsigned Second) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Reassociate.cpp 229 cast<BinaryOperator>(I)->swapOperands();
682 Op->swapOperands();
721 Op->swapOperands();
    [all...]
NewGVN.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 536 bool swapOperands();
    [all...]
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h 564 bool swapOperands();
    [all...]
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
SIInstrInfo.h 80 void swapOperands(MachineInstr &Inst) const;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp 310 bool Success = !I->swapOperands();
311 assert(Success && "swapOperands failed");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 1866 milliseconds

1 2