Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/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.cpp129 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg()
130 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
DTailDuplication.cpp400 MI->RemoveOperand(SrcOpIdx+1); in ProcessPHI()
401 MI->RemoveOperand(SrcOpIdx); in ProcessPHI()
471 II->RemoveOperand(i+1); in UpdateSuccessorsPHIs()
472 II->RemoveOperand(i); in UpdateSuccessorsPHIs()
518 II->RemoveOperand(Idx+1); in UpdateSuccessorsPHIs()
519 II->RemoveOperand(Idx); in UpdateSuccessorsPHIs()
DProcessImplicitDefs.cpp155 MI->RemoveOperand(j); in runOnMachineFunction()
264 RMI->RemoveOperand(OpIdx-j); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp166 start->RemoveOperand(i); in runOnMachineFunction()
167 start->RemoveOperand(i-1); in runOnMachineFunction()
192 phi->RemoveOperand(i); in runOnMachineFunction()
193 phi->RemoveOperand(i-1); in runOnMachineFunction()
DExpandPostRAPseudos.cpp115 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg()
116 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
DTailDuplicator.cpp327 MI->RemoveOperand(SrcOpIdx + 1); in processPHI()
328 MI->RemoveOperand(SrcOpIdx); in processPHI()
452 II->RemoveOperand(i + 1); in updateSuccessorsPHIs()
453 II->RemoveOperand(i); in updateSuccessorsPHIs()
498 II->RemoveOperand(Idx + 1); in updateSuccessorsPHIs()
499 II->RemoveOperand(Idx); in updateSuccessorsPHIs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
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()
DExpandPostRAPseudos.cpp111 MI->RemoveOperand(3); // SubIdx in LowerSubregToReg()
112 MI->RemoveOperand(1); // Imm in LowerSubregToReg()
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()
/external/llvm/lib/Target/SystemZ/
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()
DSystemZElimCompare.cpp211 Branch->RemoveOperand(0); in convertToBRCT()
429 Branch->RemoveOperand(CCUse); in fuseCompareOperations()
433 Branch->RemoveOperand(2); in fuseCompareOperations()
434 Branch->RemoveOperand(1); in fuseCompareOperations()
435 Branch->RemoveOperand(0); in fuseCompareOperations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
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()
DSystemZElimCompare.cpp231 Branch->RemoveOperand(0); in convertToBRCT()
274 Branch->RemoveOperand(0); in convertToLoadAndTrap()
550 Branch->RemoveOperand(CCUse); in fuseCompareOperations()
554 Branch->RemoveOperand(2); in fuseCompareOperations()
555 Branch->RemoveOperand(1); in fuseCompareOperations()
556 Branch->RemoveOperand(0); in fuseCompareOperations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp500 MI.RemoveOperand(I); in stripExtraCopyOperands()
567 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
586 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
590 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
603 MI->RemoveOperand(Src0Idx); in tryConstantFoldOp()
607 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
621 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
644 MI->RemoveOperand(Src2Idx); in tryFoldInst()
645 MI->RemoveOperand(AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1)); in tryFoldInst()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp803 I->RemoveOperand(0); in popStackAfter()
985 MI.RemoveOperand(i); in handleReturn()
1049 MI.RemoveOperand(0); // Remove the explicit ST(0) operand in handleZeroArgFP()
1093 MI.RemoveOperand(NumOps - 1); // Remove explicit ST(0) operand in handleOneArgFP()
1142 MI.RemoveOperand(1); // Drop the source operand. in handleOneArgFPRW()
1143 MI.RemoveOperand(0); // Drop the destination operand. in handleOneArgFPRW()
1341 MI.RemoveOperand(1); in handleCompareFP()
1365 MI.RemoveOperand(0); in handleCondMovFP()
1366 MI.RemoveOperand(1); in handleCondMovFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp219 MI.RemoveOperand(1); in runOnMachineFunction()
226 MI.RemoveOperand(1); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp841 I->RemoveOperand(0); in popStackAfter()
973 MI->RemoveOperand(0); // Remove the explicit ST(0) operand in handleZeroArgFP()
1021 MI->RemoveOperand(NumOps-1); // Remove explicit ST(0) operand in handleOneArgFP()
1073 MI->RemoveOperand(1); // Drop the source operand. in handleOneArgFPRW()
1074 MI->RemoveOperand(0); // Drop the destination operand. in handleOneArgFPRW()
1273 MI->RemoveOperand(1); in handleCompareFP()
1297 MI->RemoveOperand(0); in handleCondMovFP()
1298 MI->RemoveOperand(1); in handleCondMovFP()
1677 MI->RemoveOperand(i); in handleSpecialFP()
/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp221 MI.RemoveOperand(1); in runOnMachineFunction()
228 MI.RemoveOperand(1); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCallIndirectFixup.cpp122 MI.RemoveOperand(MI.getNumOperands() - 1); in runOnMachineFunction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp689 annotation->RemoveOperand(i); in ProcessGlobalValues()
716 annotation->RemoveOperand(i + 1); in ProcessGlobalValues()
717 annotation->RemoveOperand(i); in ProcessGlobalValues()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp689 annotation->RemoveOperand(i); in ProcessGlobalValues()
716 annotation->RemoveOperand(i + 1); in ProcessGlobalValues()
717 annotation->RemoveOperand(i); in ProcessGlobalValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1453 MI.RemoveOperand(0); in PredicateInstruction()
1461 MI.RemoveOperand(0); in PredicateInstruction()
1469 MI.RemoveOperand(0); in PredicateInstruction()
1923 MI->RemoveOperand(4); in optimizeCompareInstr()
1924 MI->RemoveOperand(3); in optimizeCompareInstr()
1933 MI->RemoveOperand(3); in optimizeCompareInstr()
2193 MI.RemoveOperand(0); in expandPostRAPseudo()
2241 MI.RemoveOperand(i); in replaceInstrWithLI()
2447 CompareUseMI.RemoveOperand(3); in convertToImmediateForm()
2448 CompareUseMI.RemoveOperand(2); in convertToImmediateForm()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2InstrInfo.cpp406 do MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()
442 MI.RemoveOperand(MI.getNumOperands()-1); in rewriteT2FrameIndex()
478 MI.RemoveOperand(FrameRegIdx+1); in rewriteT2FrameIndex()

12345