Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp100 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg()
101 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
113 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg()
114 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
H A DUnreachableBlockElim.cpp167 start->RemoveOperand(i); in runOnMachineFunction()
168 start->RemoveOperand(i-1); in runOnMachineFunction()
193 phi->RemoveOperand(i); in runOnMachineFunction()
194 phi->RemoveOperand(i-1); in runOnMachineFunction()
H A DTailDuplicator.cpp363 MI->RemoveOperand(SrcOpIdx + 1); in processPHI()
364 MI->RemoveOperand(SrcOpIdx); in processPHI()
489 MI.RemoveOperand(i + 1); in updateSuccessorsPHIs()
490 MI.RemoveOperand(i); in updateSuccessorsPHIs()
535 MI.RemoveOperand(Idx + 1); in updateSuccessorsPHIs()
536 MI.RemoveOperand(Idx); in updateSuccessorsPHIs()
H A DProcessImplicitDefs.cpp127 MI->RemoveOperand(i); in processImplicitDef()
H A DEarlyIfConversion.cpp512 PI.PHI->RemoveOperand(i-1); in rewritePHIOperands()
513 PI.PHI->RemoveOperand(i-2); in rewritePHIOperands()
H A DTwoAddressInstructionPass.cpp1767 mi->RemoveOperand(3); in runOnMachineFunction()
1771 mi->RemoveOperand(1); in runOnMachineFunction()
1867 MI.RemoveOperand(j); in eliminateRegSequence()
H A DLiveRangeEdit.cpp353 MI->RemoveOperand(i-1); in eliminateDeadDef()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp238 MI->RemoveOperand(I); in updateOperand()
622 MI.RemoveOperand(I); in stripExtraCopyOperands()
680 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
681 MI->RemoveOperand(Src0Idx); in tryConstantFoldOp()
702 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
721 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
725 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
738 MI->RemoveOperand(Src0Idx); in tryConstantFoldOp()
742 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
756 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
[all …]
H A DSIInstrInfo.cpp1990 MI.RemoveOperand(Src2ModIdx); in removeModOperands()
1991 MI.RemoveOperand(Src1ModIdx); in removeModOperands()
1992 MI.RemoveOperand(Src0ModIdx); in removeModOperands()
2066 UseMI.RemoveOperand( in FoldImmediate()
2068 UseMI.RemoveOperand( in FoldImmediate()
2139 UseMI.RemoveOperand( in FoldImmediate()
2141 UseMI.RemoveOperand( in FoldImmediate()
3371 Inst.RemoveOperand(1); in swapOperands()
4353 Inst.RemoveOperand(i); in moveToVALU()
4418 Inst.RemoveOperand(I); in moveToVALU()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp164 MI.RemoveOperand(3); in shortenFPConv()
165 MI.RemoveOperand(2); in shortenFPConv()
166 MI.RemoveOperand(1); in shortenFPConv()
167 MI.RemoveOperand(0); in shortenFPConv()
H A DSystemZElimCompare.cpp231 Branch->RemoveOperand(0); in convertToBRCT()
274 Branch->RemoveOperand(0); in convertToLoadAndTrap()
549 Branch->RemoveOperand(CCUse); in fuseCompareOperations()
553 Branch->RemoveOperand(2); in fuseCompareOperations()
554 Branch->RemoveOperand(1); in fuseCompareOperations()
555 Branch->RemoveOperand(0); in fuseCompareOperations()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp840 I->RemoveOperand(0); in popStackAfter()
1033 MI.RemoveOperand(i); in handleReturn()
1097 MI.RemoveOperand(0); // Remove the explicit ST(0) operand in handleZeroArgFP()
1141 MI.RemoveOperand(NumOps - 1); // Remove explicit ST(0) operand in handleOneArgFP()
1190 MI.RemoveOperand(1); // Drop the source operand. in handleOneArgFPRW()
1191 MI.RemoveOperand(0); // Drop the destination operand. in handleOneArgFPRW()
1389 MI.RemoveOperand(1); in handleCompareFP()
1413 MI.RemoveOperand(0); in handleCondMovFP()
1414 MI.RemoveOperand(1); in handleCondMovFP()
H A DX86InstructionSelector.cpp532 I.RemoveOperand(1); in selectLoadStoreOp()
536 I.RemoveOperand(1); in selectLoadStoreOp()
537 I.RemoveOperand(0); in selectLoadStoreOp()
620 I.RemoveOperand(1); in selectGlobalValue()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp219 MI.RemoveOperand(1); in runOnMachineFunction()
226 MI.RemoveOperand(1); in runOnMachineFunction()
H A DHexagonRDFOpt.cpp204 MI->RemoveOperand(OpNum); in removeOperand()
H A DHexagonRegisterInfo.cpp209 MI.RemoveOperand(FIOp+1); in eliminateFrameIndex()
H A DHexagonEarlyIfConv.cpp829 PN->RemoveOperand(i+1); in updatePhiNodes()
830 PN->RemoveOperand(i); in updatePhiNodes()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCallIndirectFixup.cpp134 MI.RemoveOperand(MI.getNumOperands() - 1); in runOnMachineFunction()
H A DWebAssemblyCFGStackify.cpp757 MI.RemoveOperand(0); in rewriteDepthImmediates()
776 MI.RemoveOperand(MI.getNumOperands() - 1); in rewriteDepthImmediates()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1451 MI.RemoveOperand(0); in PredicateInstruction()
1459 MI.RemoveOperand(0); in PredicateInstruction()
1467 MI.RemoveOperand(0); in PredicateInstruction()
1942 MI->RemoveOperand(4); in optimizeCompareInstr()
1943 MI->RemoveOperand(3); in optimizeCompareInstr()
1952 MI->RemoveOperand(3); in optimizeCompareInstr()
2210 MI.RemoveOperand(0); in expandPostRAPseudo()
2287 MI.RemoveOperand(i); in replaceInstrWithLI()
3097 MI.RemoveOperand(i); in swapMIOperands()
3342 MI.RemoveOperand(i); in transformToImmFormFedByAdd()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp494 do MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
530 MI.RemoveOperand(MI.getNumOperands()-1); in rewriteT2FrameIndex()
564 MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp244 Tail.RemoveOperand(2); in detectAndFoldOffset()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp155 MI.RemoveOperand(2); in eliminateFrameIndex()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp175 MI.RemoveOperand(I); in eraseGPOpnd()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp250 I.RemoveOperand(oi - 1); in updateTailPHIs()
251 I.RemoveOperand(oi - 2); in updateTailPHIs()

123