HomeSort by relevance Sort by last modified time
    Searched refs:RemoveOperand (Results 1 - 15 of 15) 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 125 MI->RemoveOperand(3); // SubIdx
126 MI->RemoveOperand(1); // Imm
ProcessImplicitDefs.cpp 157 MI->RemoveOperand(j);
268 RMI->RemoveOperand(OpIdx-j);
TailDuplication.cpp 401 MI->RemoveOperand(SrcOpIdx+1);
402 MI->RemoveOperand(SrcOpIdx);
472 II->RemoveOperand(i+1);
473 II->RemoveOperand(i);
480 // We reuse the location to avoid expensive RemoveOperand calls.
519 II->RemoveOperand(Idx+1);
520 II->RemoveOperand(Idx);
    [all...]
MachineInstr.cpp 700 /// RemoveOperand - Erase an operand from an instruction, leaving it with one
703 void MachineInstr::RemoveOperand(unsigned OpNo) {
    [all...]
TwoAddressInstructionPass.cpp     [all...]
RegisterCoalescer.cpp     [all...]
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 840 I->RemoveOperand(0);
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 409 do MI.RemoveOperand(FrameRegIdx+1);
445 MI.RemoveOperand(MI.getNumOperands()-1);
481 MI.RemoveOperand(FrameRegIdx+1);
Thumb1RegisterInfo.cpp 368 MI.RemoveOperand(Op);
418 MI.RemoveOperand(FrameRegIdx+1);
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 179 MI->RemoveOperand(1);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]

Completed in 725 milliseconds