Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp129 I.tieOperands(DefIdx, OpI); in constrainSelectedInstRegOperands()
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp70 MI.tieOperands(0, 1); in tieOpsIfNeeded()
DSystemZInstrInfo.cpp137 MI.tieOperands(0, 1); in expandRIEPseudo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp70 MI.tieOperands(0, 1); in tieOpsIfNeeded()
DSystemZInstrInfo.cpp177 MI.tieOperands(0, 1); in expandRIEPseudo()
/external/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp294 MI.tieOperands(0, 1); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp381 MI.tieOperands(0, 1); in runOnMachineFunction()
DSIPeepholeSDWA.cpp510 MI.tieOperands(AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::vdst), in convertToSDWA()
1048 SDWAInst->tieOperands(PreserveDstIdx, SDWAInst->getNumOperands() - 1); in convertToSDWA()
DSIInstrInfo.cpp1265 MovRel->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1034 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp537 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp535 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1122 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp282 tieOperands(DefIdx, OpNo); in addOperand()
872 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
DMachinePipeliner.cpp3217 NewMI->tieOperands(i, UseIdx); in cloneInstr()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp851 tieOperands(DefIdx, OpNo); in addOperand()
1399 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
DMachinePipeliner.cpp3092 NewMI->tieOperands(i, UseIdx); in cloneInstr()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1010 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp522 DefI->tieOperands(P.second, DefI->getNumOperands()-1); in updateDeadsInRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1094 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp943 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1190 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1934 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2135 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
DARMISelLowering.cpp9601 MI.tieOperands(DefIdx, i); in AdjustInstrPostInstrSelection()