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

  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 159 start->RemoveOperand(i);
160 start->RemoveOperand(i-1);
185 phi->RemoveOperand(i);
186 phi->RemoveOperand(i-1);
ExpandPostRAPseudos.cpp 113 MI->RemoveOperand(3); // SubIdx
114 MI->RemoveOperand(1); // Imm
ProcessImplicitDefs.cpp 131 MI->RemoveOperand(i);
TailDuplication.cpp 408 MI->RemoveOperand(SrcOpIdx+1);
409 MI->RemoveOperand(SrcOpIdx);
482 II->RemoveOperand(i+1);
483 II->RemoveOperand(i);
490 // We reuse the location to avoid expensive RemoveOperand calls.
527 II->RemoveOperand(Idx+1);
528 II->RemoveOperand(Idx);
    [all...]
EarlyIfConversion.cpp 494 PI.PHI->RemoveOperand(i-1);
495 PI.PHI->RemoveOperand(i-2);
LiveRangeEdit.cpp 304 MI->RemoveOperand(i-1);
MachineInstr.cpp 711 /// RemoveOperand - Erase an operand from an instruction, leaving it with one
714 void MachineInstr::RemoveOperand(unsigned OpNo) {
    [all...]
TwoAddressInstructionPass.cpp     [all...]
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 200 Branch->RemoveOperand(2);
201 Branch->RemoveOperand(1);
202 Branch->RemoveOperand(0);
400 Branch->RemoveOperand(CCUse);
401 Branch->RemoveOperand(2);
402 Branch->RemoveOperand(1);
403 Branch->RemoveOperand(0);
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 222 MI->RemoveOperand(1);
229 MI->RemoveOperand(1);
HexagonHardwareLoops.cpp     [all...]
HexagonInstrInfo.cpp 939 MI->RemoveOperand(i);
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 843 I->RemoveOperand(0);
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 444 do MI.RemoveOperand(FrameRegIdx+1);
480 MI.RemoveOperand(MI.getNumOperands()-1);
516 MI.RemoveOperand(FrameRegIdx+1);
Thumb1RegisterInfo.cpp 328 MI.RemoveOperand(Op);
379 MI.RemoveOperand(FrameRegIdx+1);
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 388 I.Br->RemoveOperand(0);
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 463 milliseconds