Searched refs:RemoveOperand (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp155 start->RemoveOperand(i);
156 start->RemoveOperand(i-1);
181 phi->RemoveOperand(i);
182 phi->RemoveOperand(i-1);
H A DExpandPostRAPseudos.cpp114 MI->RemoveOperand(3); // SubIdx
115 MI->RemoveOperand(1); // Imm
H A DProcessImplicitDefs.cpp128 MI->RemoveOperand(i);
H A DTailDuplication.cpp418 MI->RemoveOperand(SrcOpIdx+1);
419 MI->RemoveOperand(SrcOpIdx);
492 II->RemoveOperand(i+1);
493 II->RemoveOperand(i);
500 // We reuse the location to avoid expensive RemoveOperand calls.
537 II->RemoveOperand(Idx+1);
538 II->RemoveOperand(Idx);
H A DEarlyIfConversion.cpp495 PI.PHI->RemoveOperand(i-1);
496 PI.PHI->RemoveOperand(i-2);
H A DLiveRangeEdit.cpp309 MI->RemoveOperand(i-1);
H A DMachineInstr.cpp731 /// RemoveOperand - Erase an operand from an instruction, leaving it with one
734 void MachineInstr::RemoveOperand(unsigned OpNo) { function in class:MachineInstr
1725 RemoveOperand(OpIdx);
1790 RemoveOperand(OpIdx);
H A DTwoAddressInstructionPass.cpp1594 mi->RemoveOperand(3);
1598 mi->RemoveOperand(1);
1695 MI->RemoveOperand(j);
H A DInlineSpiller.cpp1158 FoldMI->RemoveOperand(i - 1);
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp199 Branch->RemoveOperand(2);
200 Branch->RemoveOperand(1);
201 Branch->RemoveOperand(0);
399 Branch->RemoveOperand(CCUse);
400 Branch->RemoveOperand(2);
401 Branch->RemoveOperand(1);
402 Branch->RemoveOperand(0);
/external/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp223 MI->RemoveOperand(1);
230 MI->RemoveOperand(1);
H A DHexagonHardwareLoops.cpp1486 PN->RemoveOperand(i+1);
1487 PN->RemoveOperand(i);
H A DHexagonInstrInfo.cpp944 MI->RemoveOperand(i);
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp844 I->RemoveOperand(0);
976 MI->RemoveOperand(0); // Remove the explicit ST(0) operand
1024 MI->RemoveOperand(NumOps-1); // Remove explicit ST(0) operand
1076 MI->RemoveOperand(1); // Drop the source operand.
1077 MI->RemoveOperand(0); // Drop the destination operand.
1276 MI->RemoveOperand(1);
1300 MI->RemoveOperand(0);
1301 MI->RemoveOperand(1);
1707 MI->RemoveOperand(i);
/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp458 do MI.RemoveOperand(FrameRegIdx+1);
494 MI.RemoveOperand(MI.getNumOperands()-1);
530 MI.RemoveOperand(FrameRegIdx+1);
H A DThumb1RegisterInfo.cpp326 MI.RemoveOperand(Op);
377 MI.RemoveOperand(FrameRegIdx+1);
H A DARMBaseInstrInfo.cpp1218 MI->RemoveOperand(ImpDefIdx);
1986 MI->RemoveOperand(i);
2014 MI.RemoveOperand(FrameRegIdx+1);
4083 MI->RemoveOperand(i-1);
4101 MI->RemoveOperand(i-1);
4133 MI->RemoveOperand(i-1);
4168 MI->RemoveOperand(i-1);
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp153 MI.RemoveOperand(I);
H A DMipsLongBranch.cpp430 I.Br->RemoveOperand(0);
H A DMipsConstantIslandPass.cpp1707 I->RemoveOperand(1);
1708 I->RemoveOperand(1);
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp249 I.RemoveOperand(oi - 1);
250 I.RemoveOperand(oi - 2);
H A DAArch64InstrInfo.cpp733 CmpInstr->RemoveOperand(Cmp_NZCV);
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1085 /// RemoveOperand - Erase an operand from an instruction, leaving it with one
1088 void RemoveOperand(unsigned i);
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1139 MI->RemoveOperand(0);
1147 MI->RemoveOperand(0);
1155 MI->RemoveOperand(0);
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp1264 Inst->RemoveOperand(i);
1301 Inst->RemoveOperand(2); // Remove old immediate.

Completed in 804 milliseconds

12