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

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 664 unsigned Operand0, Operand1;
678 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1);
682 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex;
684 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) {
686 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 699 unsigned Operand0, Operand1;
713 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1);
717 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex;
719 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) {
721 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]

Completed in 648 milliseconds