Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp379 auto TiedIdx = MI.findTiedOperandIdx(DstIdx); in convertToSDWA() local
1123 auto TiedIdx = MI.findTiedOperandIdx(PreserveDstIdx); in convertToSDWA() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp253 unsigned TiedIdx = MI->findTiedOperandIdx(OperandNo); in rewriteOperands() local
H A DMachineInstr.cpp1508 int TiedIdx = Operand.isTied() ? int(findTiedOperandIdx(I)) : -1; in hasComplexRegisterTies() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp355 unsigned TiedIdx; in PrintAsmOperand() local