Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp538 bool DOPRegIsUnique = false; in expand_DestructiveOp() local
541 DOPRegIsUnique = DstReg != MI.getOperand(SrcIdx).getReg(); in expand_DestructiveOp()
545 DOPRegIsUnique = in expand_DestructiveOp()
551 DOPRegIsUnique = true; in expand_DestructiveOp()
554 DOPRegIsUnique = in expand_DestructiveOp()
608 assert((DOPRegIsUnique || DType == AArch64::DestructiveBinary || in expand_DestructiveOp()
630 !DOPRegIsUnique) { in expand_DestructiveOp()
638 assert(DOPRegIsUnique && "The destructive operand should be unique"); in expand_DestructiveOp()