Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp70 MI.tieOperands(0, 1); in tieOpsIfNeeded()
DSystemZInstrInfo.cpp137 MI.tieOperands(0, 1); in expandRIEPseudo()
/external/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp294 MI.tieOperands(0, 1); in runOnMachineFunction()
/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/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/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp943 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1934 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()