Home
last modified time | relevance | path

Searched defs:TiedIdx (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp422 auto TiedIdx = MI.findTiedOperandIdx(DstIdx); in convertToSDWA() local
1160 auto TiedIdx = MI.findTiedOperandIdx(PreserveDstIdx); in convertToSDWA() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp253 unsigned TiedIdx = MI->findTiedOperandIdx(OperandNo); in rewriteOperands() local
H A DRegAllocFast.cpp1377 unsigned TiedIdx = MI.findTiedOperandIdx(MI.getOperandNo(&MO)); in isTiedToNotUndef() local
H A DMachineInstr.cpp1591 int TiedIdx = Operand.isTied() ? int(findTiedOperandIdx(I)) : -1; in hasComplexRegisterTies() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp369 unsigned TiedIdx; in PrintAsmOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp671 auto TiedIdx = OpDesc.getOperandConstraint(Component::SRC2, MCOI::TIED_TO); in ComponentProps() local