Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp525 bool DOPRegIsUnique = false; in expand_DestructiveOp() local
528 DOPRegIsUnique = DstReg != MI.getOperand(SrcIdx).getReg(); in expand_DestructiveOp()
532 DOPRegIsUnique = in expand_DestructiveOp()
538 DOPRegIsUnique = true; in expand_DestructiveOp()
541 DOPRegIsUnique = in expand_DestructiveOp()
595 assert((DOPRegIsUnique || DType == AArch64::DestructiveBinary || in expand_DestructiveOp()
617 !DOPRegIsUnique) { in expand_DestructiveOp()
625 assert(DOPRegIsUnique && "The destructive operand should be unique"); in expand_DestructiveOp()