Home
last modified time | relevance | path

Searched refs:tieOperands (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp69 MI.tieOperands(0, 1); in tieOpsIfNeeded()
323 MI.tieOperands(0, 1); in processBlock()
DSystemZPostRewrite.cpp224 MI.tieOperands(0, 1); in selectMI()
DSystemZInstrInfo.cpp168 MI.tieOperands(0, 1); in expandRIEPseudo()
664 UseMI.tieOperands(0, 1); in FoldImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp304 MI.tieOperands( in shrinkMIMG()
376 MI.tieOperands(0, 2); in shrinkScalarLogicOp()
658 MI.tieOperands(0, 1); in runOnMachineFunction()
DSIAddIMGInit.cpp171 MI.tieOperands(DstIdx, MI.getNumOperands() - 1); in runOnMachineFunction()
DSIPeepholeSDWA.cpp511 MI.tieOperands(AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::vdst), in convertToSDWA()
1140 SDWAInst->tieOperands(PreserveDstIdx, SDWAInst->getNumOperands() - 1); in convertToSDWA()
DSIInstrInfo.cpp1507 MovRel->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp152 I.tieOperands(DefIdx, OpI); in constrainSelectedInstRegOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp534 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp283 tieOperands(DefIdx, OpNo); in addOperand()
1050 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
DModuloSchedule.cpp991 NewMI->tieOperands(i, UseIdx); in cloneInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1355 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp522 DefI->tieOperands(P.second, DefI->getNumOperands()-1); in updateDeadsInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1125 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1434 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2279 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
DARMISelLowering.cpp10903 MI.tieOperands(DefIdx, i); in AdjustInstrPostInstrSelection()