Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp6383 Instruction *OperandInstr = dyn_cast<Instruction>(Insert->getOperand(1)); in isProfitableToSinkOperands() local
6384 if (!OperandInstr) in isProfitableToSinkOperands()
6393 unsigned Opcode = OperandInstr->getOpcode(); in isProfitableToSinkOperands()
6403 if (!MaskedValueIsZero(OperandInstr, UpperMask, DL)) in isProfitableToSinkOperands()
6410 if (!match(OperandInstr, m_And(m_Load(m_Value()), m_Value()))) in isProfitableToSinkOperands()