Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp159 start->RemoveOperand(i); in runOnMachineFunction()
160 start->RemoveOperand(i-1); in runOnMachineFunction()
185 phi->RemoveOperand(i); in runOnMachineFunction()
186 phi->RemoveOperand(i-1); in runOnMachineFunction()
DExpandPostRAPseudos.cpp113 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg()
114 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
DTailDuplication.cpp410 MI->RemoveOperand(SrcOpIdx+1); in ProcessPHI()
411 MI->RemoveOperand(SrcOpIdx); in ProcessPHI()
484 II->RemoveOperand(i+1); in UpdateSuccessorsPHIs()
485 II->RemoveOperand(i); in UpdateSuccessorsPHIs()
529 II->RemoveOperand(Idx+1); in UpdateSuccessorsPHIs()
530 II->RemoveOperand(Idx); in UpdateSuccessorsPHIs()
DProcessImplicitDefs.cpp131 MI->RemoveOperand(i); in processImplicitDef()
DEarlyIfConversion.cpp494 PI.PHI->RemoveOperand(i-1); in rewritePHIOperands()
495 PI.PHI->RemoveOperand(i-2); in rewritePHIOperands()
DLiveRangeEdit.cpp300 MI->RemoveOperand(i-1); in eliminateDeadDefs()
DTwoAddressInstructionPass.cpp1568 mi->RemoveOperand(3); in runOnMachineFunction()
1572 mi->RemoveOperand(1); in runOnMachineFunction()
1669 MI->RemoveOperand(j); in eliminateRegSequence()
DMachineInstr.cpp714 void MachineInstr::RemoveOperand(unsigned OpNo) { in RemoveOperand() function in MachineInstr
1697 RemoveOperand(OpIdx); in addRegisterKilled()
1762 RemoveOperand(OpIdx); in addRegisterDead()
DInlineSpiller.cpp1061 FoldMI->RemoveOperand(i - 1); in foldMemoryOperand()
/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp199 MI->RemoveOperand(1); in runOnMachineFunction()
206 MI->RemoveOperand(1); in runOnMachineFunction()
DHexagonHardwareLoops.cpp1493 PN->RemoveOperand(i+1); in createPreheaderForLoop()
1494 PN->RemoveOperand(i); in createPreheaderForLoop()
DHexagonInstrInfo.cpp1845 MI->RemoveOperand(i); in PredicateInstruction()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp842 I->RemoveOperand(0); in popStackAfter()
974 MI->RemoveOperand(0); // Remove the explicit ST(0) operand in handleZeroArgFP()
1022 MI->RemoveOperand(NumOps-1); // Remove explicit ST(0) operand in handleOneArgFP()
1074 MI->RemoveOperand(1); // Drop the source operand. in handleOneArgFPRW()
1075 MI->RemoveOperand(0); // Drop the destination operand. in handleOneArgFPRW()
1274 MI->RemoveOperand(1); in handleCompareFP()
1298 MI->RemoveOperand(0); in handleCondMovFP()
1299 MI->RemoveOperand(1); in handleCondMovFP()
1702 MI->RemoveOperand(i); in handleSpecialFP()
DX86InstrInfo.cpp3257 CmpInstr->RemoveOperand(0); in optimizeCompareInstr()
/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp409 do MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
445 MI.RemoveOperand(MI.getNumOperands()-1); in rewriteT2FrameIndex()
481 MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
DThumb1RegisterInfo.cpp328 MI.RemoveOperand(Op); in removeOperands()
379 MI.RemoveOperand(FrameRegIdx+1); in rewriteFrameIndex()
DARMBaseInstrInfo.cpp1164 MI->RemoveOperand(ImpDefIdx); in expandPostRAPseudo()
1820 MI.RemoveOperand(FrameRegIdx+1); in rewriteARMFrameIndex()
3842 MI->RemoveOperand(i-1); in setExecutionDomain()
3860 MI->RemoveOperand(i-1); in setExecutionDomain()
3892 MI->RemoveOperand(i-1); in setExecutionDomain()
3927 MI->RemoveOperand(i-1); in setExecutionDomain()
DARMISelLowering.cpp7430 MI->RemoveOperand(i); in AdjustInstrPostInstrSelection()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h993 void RemoveOperand(unsigned i);
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp383 I.Br->RemoveOperand(0); in expandToLongBranch()