Home
last modified time | relevance | path

Searched refs:RemoveOperand (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp152 start->RemoveOperand(i); in runOnMachineFunction()
153 start->RemoveOperand(i-1); in runOnMachineFunction()
178 phi->RemoveOperand(i); in runOnMachineFunction()
179 phi->RemoveOperand(i-1); in runOnMachineFunction()
DExpandPostRAPseudos.cpp115 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg()
116 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
DTailDuplication.cpp417 MI->RemoveOperand(SrcOpIdx+1); in ProcessPHI()
418 MI->RemoveOperand(SrcOpIdx); in ProcessPHI()
494 II->RemoveOperand(i+1); in UpdateSuccessorsPHIs()
495 II->RemoveOperand(i); in UpdateSuccessorsPHIs()
539 II->RemoveOperand(Idx+1); in UpdateSuccessorsPHIs()
540 II->RemoveOperand(Idx); in UpdateSuccessorsPHIs()
DProcessImplicitDefs.cpp129 MI->RemoveOperand(i); in processImplicitDef()
DEarlyIfConversion.cpp504 PI.PHI->RemoveOperand(i-1); in rewritePHIOperands()
505 PI.PHI->RemoveOperand(i-2); in rewritePHIOperands()
DLiveRangeEdit.cpp313 MI->RemoveOperand(i-1); in eliminateDeadDef()
DTwoAddressInstructionPass.cpp1701 mi->RemoveOperand(3); in runOnMachineFunction()
1705 mi->RemoveOperand(1); in runOnMachineFunction()
1802 MI->RemoveOperand(j); in eliminateRegSequence()
DMachineInstr.cpp829 void MachineInstr::RemoveOperand(unsigned OpNo) { in RemoveOperand() function in MachineInstr
1847 RemoveOperand(OpIdx); in addRegisterKilled()
1911 RemoveOperand(OpIdx); in addRegisterDead()
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp159 MI.RemoveOperand(3); in shortenFPConv()
160 MI.RemoveOperand(2); in shortenFPConv()
161 MI.RemoveOperand(1); in shortenFPConv()
162 MI.RemoveOperand(0); in shortenFPConv()
DSystemZElimCompare.cpp210 Branch->RemoveOperand(0); in convertToBRCT()
411 Branch->RemoveOperand(CCUse); in fuseCompareAndBranch()
412 Branch->RemoveOperand(2); in fuseCompareAndBranch()
413 Branch->RemoveOperand(1); in fuseCompareAndBranch()
414 Branch->RemoveOperand(0); in fuseCompareAndBranch()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp794 I->RemoveOperand(0); in popStackAfter()
953 MI->RemoveOperand(0); // Remove the explicit ST(0) operand in handleZeroArgFP()
998 MI->RemoveOperand(NumOps-1); // Remove explicit ST(0) operand in handleOneArgFP()
1049 MI->RemoveOperand(1); // Drop the source operand. in handleOneArgFPRW()
1050 MI->RemoveOperand(0); // Drop the destination operand. in handleOneArgFPRW()
1248 MI->RemoveOperand(1); in handleCompareFP()
1272 MI->RemoveOperand(0); in handleCondMovFP()
1273 MI->RemoveOperand(1); in handleCondMovFP()
1544 MI->RemoveOperand(i); in handleSpecialFP()
/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp222 MI->RemoveOperand(1); in runOnMachineFunction()
229 MI->RemoveOperand(1); in runOnMachineFunction()
DHexagonRegisterInfo.cpp142 MI.RemoveOperand(FIOp+1); in eliminateFrameIndex()
DHexagonEarlyIfConv.cpp794 PN->RemoveOperand(i+1); in updatePhiNodes()
795 PN->RemoveOperand(i); in updatePhiNodes()
DHexagonExpandCondsets.cpp1116 MI->RemoveOperand(i-1); in removeImplicitUses()
1143 MI->RemoveOperand(i-1); in postprocessUndefImplicitUses()
/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp467 do MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
503 MI.RemoveOperand(MI.getNumOperands()-1); in rewriteT2FrameIndex()
539 MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
DARMBaseInstrInfo.cpp1335 MI->RemoveOperand(ImpDefIdx); in expandPostRAPseudo()
2130 MI->RemoveOperand(i); in tryFoldSPUpdateIntoPushPop()
2158 MI.RemoveOperand(FrameRegIdx+1); in rewriteARMFrameIndex()
4265 MI->RemoveOperand(i-1); in setExecutionDomain()
4283 MI->RemoveOperand(i-1); in setExecutionDomain()
4315 MI->RemoveOperand(i-1); in setExecutionDomain()
4350 MI->RemoveOperand(i-1); in setExecutionDomain()
DThumbRegisterInfo.cpp335 MI.RemoveOperand(Op); in removeOperands()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1042 MI.RemoveOperand(Src2ModIdx); in removeModOperands()
1043 MI.RemoveOperand(Src1ModIdx); in removeModOperands()
1044 MI.RemoveOperand(Src0ModIdx); in removeModOperands()
1092 UseMI->RemoveOperand(AMDGPU::getNamedOperandIdx(Opc, in FoldImmediate()
1094 UseMI->RemoveOperand(AMDGPU::getNamedOperandIdx(Opc, in FoldImmediate()
1144 UseMI->RemoveOperand(AMDGPU::getNamedOperandIdx(Opc, in FoldImmediate()
1146 UseMI->RemoveOperand(AMDGPU::getNamedOperandIdx(Opc, in FoldImmediate()
1764 Inst->RemoveOperand(1); in swapOperands()
2560 Inst->RemoveOperand(i); in moveToVALU()
2588 Inst->RemoveOperand(2); // Remove old immediate. in moveToVALU()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp249 I.RemoveOperand(oi - 1); in updateTailPHIs()
250 I.RemoveOperand(oi - 2); in updateTailPHIs()
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp153 MI.RemoveOperand(I); in eraseGPOpnd()
DMipsConstantIslandPass.cpp1700 I->RemoveOperand(1); in prescanForConstants()
1701 I->RemoveOperand(1); in prescanForConstants()
DMipsLongBranch.cpp432 I.Br->RemoveOperand(0); in expandToLongBranch()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1164 void RemoveOperand(unsigned i);
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1334 MI->RemoveOperand(0); in PredicateInstruction()
1342 MI->RemoveOperand(0); in PredicateInstruction()
1350 MI->RemoveOperand(0); in PredicateInstruction()

12