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/ |
D | SystemZShortenInst.cpp | 69 MI.tieOperands(0, 1); in tieOpsIfNeeded() 323 MI.tieOperands(0, 1); in processBlock()
|
D | SystemZPostRewrite.cpp | 224 MI.tieOperands(0, 1); in selectMI()
|
D | SystemZInstrInfo.cpp | 168 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/ |
D | SIShrinkInstructions.cpp | 304 MI.tieOperands( in shrinkMIMG() 376 MI.tieOperands(0, 2); in shrinkScalarLogicOp() 658 MI.tieOperands(0, 1); in runOnMachineFunction()
|
D | SIAddIMGInit.cpp | 171 MI.tieOperands(DstIdx, MI.getNumOperands() - 1); in runOnMachineFunction()
|
D | SIPeepholeSDWA.cpp | 511 MI.tieOperands(AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::vdst), in convertToSDWA() 1140 SDWAInst->tieOperands(PreserveDstIdx, SDWAInst->getNumOperands() - 1); in convertToSDWA()
|
D | SIInstrInfo.cpp | 1507 MovRel->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 152 I.tieOperands(DefIdx, OpI); in constrainSelectedInstRegOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 534 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 283 tieOperands(DefIdx, OpNo); in addOperand() 1050 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
|
D | ModuloSchedule.cpp | 991 NewMI->tieOperands(i, UseIdx); in cloneInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1355 void tieOperands(unsigned DefIdx, unsigned UseIdx);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 522 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/ |
D | InstrEmitter.cpp | 1125 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1434 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 2279 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
|
D | ARMISelLowering.cpp | 10903 MI.tieOperands(DefIdx, i); in AdjustInstrPostInstrSelection()
|