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

  /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...]
InstructionCombining.cpp 195 Changed = !I.swapOperands();
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
SIInstrInfo.h 57 void swapOperands(MachineInstr &Inst) const;
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 214 cast<BinaryOperator>(I)->swapOperands();
665 Op->swapOperands();
704 Op->swapOperands();
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 536 bool swapOperands();
    [all...]
Instructions.h     [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/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 531 milliseconds