Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp155 start->RemoveOperand(i); in runOnMachineFunction()
156 start->RemoveOperand(i-1); in runOnMachineFunction()
181 phi->RemoveOperand(i); in runOnMachineFunction()
182 phi->RemoveOperand(i-1); in runOnMachineFunction()
DExpandPostRAPseudos.cpp114 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg()
115 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
DTailDuplication.cpp418 MI->RemoveOperand(SrcOpIdx+1); in ProcessPHI()
419 MI->RemoveOperand(SrcOpIdx); in ProcessPHI()
492 II->RemoveOperand(i+1); in UpdateSuccessorsPHIs()
493 II->RemoveOperand(i); in UpdateSuccessorsPHIs()
537 II->RemoveOperand(Idx+1); in UpdateSuccessorsPHIs()
538 II->RemoveOperand(Idx); in UpdateSuccessorsPHIs()
DProcessImplicitDefs.cpp128 MI->RemoveOperand(i); in processImplicitDef()
DEarlyIfConversion.cpp495 PI.PHI->RemoveOperand(i-1); in rewritePHIOperands()
496 PI.PHI->RemoveOperand(i-2); in rewritePHIOperands()
DLiveRangeEdit.cpp309 MI->RemoveOperand(i-1); in eliminateDeadDef()
DTwoAddressInstructionPass.cpp1594 mi->RemoveOperand(3); in runOnMachineFunction()
1598 mi->RemoveOperand(1); in runOnMachineFunction()
1695 MI->RemoveOperand(j); in eliminateRegSequence()
DMachineInstr.cpp734 void MachineInstr::RemoveOperand(unsigned OpNo) { in RemoveOperand() function in MachineInstr
1725 RemoveOperand(OpIdx); in addRegisterKilled()
1790 RemoveOperand(OpIdx); in addRegisterDead()
DInlineSpiller.cpp1158 FoldMI->RemoveOperand(i - 1); in foldMemoryOperand()
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp199 Branch->RemoveOperand(2); in convertToBRCT()
200 Branch->RemoveOperand(1); in convertToBRCT()
201 Branch->RemoveOperand(0); in convertToBRCT()
399 Branch->RemoveOperand(CCUse); in fuseCompareAndBranch()
400 Branch->RemoveOperand(2); in fuseCompareAndBranch()
401 Branch->RemoveOperand(1); in fuseCompareAndBranch()
402 Branch->RemoveOperand(0); in fuseCompareAndBranch()
/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp223 MI->RemoveOperand(1); in runOnMachineFunction()
230 MI->RemoveOperand(1); in runOnMachineFunction()
DHexagonHardwareLoops.cpp1486 PN->RemoveOperand(i+1); in createPreheaderForLoop()
1487 PN->RemoveOperand(i); in createPreheaderForLoop()
DHexagonInstrInfo.cpp944 MI->RemoveOperand(i); in PredicateInstruction()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp844 I->RemoveOperand(0); in popStackAfter()
976 MI->RemoveOperand(0); // Remove the explicit ST(0) operand in handleZeroArgFP()
1024 MI->RemoveOperand(NumOps-1); // Remove explicit ST(0) operand in handleOneArgFP()
1076 MI->RemoveOperand(1); // Drop the source operand. in handleOneArgFPRW()
1077 MI->RemoveOperand(0); // Drop the destination operand. in handleOneArgFPRW()
1276 MI->RemoveOperand(1); in handleCompareFP()
1300 MI->RemoveOperand(0); in handleCondMovFP()
1301 MI->RemoveOperand(1); in handleCondMovFP()
1707 MI->RemoveOperand(i); in handleSpecialFP()
/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp458 do MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
494 MI.RemoveOperand(MI.getNumOperands()-1); in rewriteT2FrameIndex()
530 MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
DThumb1RegisterInfo.cpp326 MI.RemoveOperand(Op); in removeOperands()
377 MI.RemoveOperand(FrameRegIdx+1); in rewriteFrameIndex()
DARMBaseInstrInfo.cpp1218 MI->RemoveOperand(ImpDefIdx); in expandPostRAPseudo()
1986 MI->RemoveOperand(i); in tryFoldSPUpdateIntoPushPop()
2014 MI.RemoveOperand(FrameRegIdx+1); in rewriteARMFrameIndex()
4083 MI->RemoveOperand(i-1); in setExecutionDomain()
4101 MI->RemoveOperand(i-1); in setExecutionDomain()
4133 MI->RemoveOperand(i-1); in setExecutionDomain()
4168 MI->RemoveOperand(i-1); in setExecutionDomain()
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp153 MI.RemoveOperand(I); in eraseGPOpnd()
DMipsLongBranch.cpp430 I.Br->RemoveOperand(0); in expandToLongBranch()
DMipsConstantIslandPass.cpp1707 I->RemoveOperand(1); in prescanForConstants()
1708 I->RemoveOperand(1); in prescanForConstants()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp249 I.RemoveOperand(oi - 1); in updateTailPHIs()
250 I.RemoveOperand(oi - 2); in updateTailPHIs()
DAArch64InstrInfo.cpp733 CmpInstr->RemoveOperand(Cmp_NZCV); in optimizeCompareInstr()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1088 void RemoveOperand(unsigned i);
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1139 MI->RemoveOperand(0); in PredicateInstruction()
1147 MI->RemoveOperand(0); in PredicateInstruction()
1155 MI->RemoveOperand(0); in PredicateInstruction()
/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp1264 Inst->RemoveOperand(i); in moveToVALU()
1301 Inst->RemoveOperand(2); // Remove old immediate. in moveToVALU()

12