/external/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 155 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()
|
D | ExpandPostRAPseudos.cpp | 114 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg() 115 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
|
D | TailDuplication.cpp | 418 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()
|
D | ProcessImplicitDefs.cpp | 128 MI->RemoveOperand(i); in processImplicitDef()
|
D | EarlyIfConversion.cpp | 495 PI.PHI->RemoveOperand(i-1); in rewritePHIOperands() 496 PI.PHI->RemoveOperand(i-2); in rewritePHIOperands()
|
D | LiveRangeEdit.cpp | 309 MI->RemoveOperand(i-1); in eliminateDeadDef()
|
D | TwoAddressInstructionPass.cpp | 1594 mi->RemoveOperand(3); in runOnMachineFunction() 1598 mi->RemoveOperand(1); in runOnMachineFunction() 1695 MI->RemoveOperand(j); in eliminateRegSequence()
|
D | MachineInstr.cpp | 734 void MachineInstr::RemoveOperand(unsigned OpNo) { in RemoveOperand() function in MachineInstr 1725 RemoveOperand(OpIdx); in addRegisterKilled() 1790 RemoveOperand(OpIdx); in addRegisterDead()
|
D | InlineSpiller.cpp | 1158 FoldMI->RemoveOperand(i - 1); in foldMemoryOperand()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 199 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/ |
D | HexagonPeephole.cpp | 223 MI->RemoveOperand(1); in runOnMachineFunction() 230 MI->RemoveOperand(1); in runOnMachineFunction()
|
D | HexagonHardwareLoops.cpp | 1486 PN->RemoveOperand(i+1); in createPreheaderForLoop() 1487 PN->RemoveOperand(i); in createPreheaderForLoop()
|
D | HexagonInstrInfo.cpp | 944 MI->RemoveOperand(i); in PredicateInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 844 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/ |
D | Thumb2InstrInfo.cpp | 458 do MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex() 494 MI.RemoveOperand(MI.getNumOperands()-1); in rewriteT2FrameIndex() 530 MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
|
D | Thumb1RegisterInfo.cpp | 326 MI.RemoveOperand(Op); in removeOperands() 377 MI.RemoveOperand(FrameRegIdx+1); in rewriteFrameIndex()
|
D | ARMBaseInstrInfo.cpp | 1218 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/ |
D | MipsOptimizePICCall.cpp | 153 MI.RemoveOperand(I); in eraseGPOpnd()
|
D | MipsLongBranch.cpp | 430 I.Br->RemoveOperand(0); in expandToLongBranch()
|
D | MipsConstantIslandPass.cpp | 1707 I->RemoveOperand(1); in prescanForConstants() 1708 I->RemoveOperand(1); in prescanForConstants()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 249 I.RemoveOperand(oi - 1); in updateTailPHIs() 250 I.RemoveOperand(oi - 2); in updateTailPHIs()
|
D | AArch64InstrInfo.cpp | 733 CmpInstr->RemoveOperand(Cmp_NZCV); in optimizeCompareInstr()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1088 void RemoveOperand(unsigned i);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 1139 MI->RemoveOperand(0); in PredicateInstruction() 1147 MI->RemoveOperand(0); in PredicateInstruction() 1155 MI->RemoveOperand(0); in PredicateInstruction()
|
/external/llvm/lib/Target/R600/ |
D | SIInstrInfo.cpp | 1264 Inst->RemoveOperand(i); in moveToVALU() 1301 Inst->RemoveOperand(2); // Remove old immediate. in moveToVALU()
|