Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp336 std::map<unsigned, Chain*> ActiveChains; in runOnBasicBlock() local
340 scanInstruction(&MI, Idx++, ActiveChains, AllChains); in runOnBasicBlock()
599 MachineInstr *MI, unsigned Idx, std::map<unsigned, Chain *> &ActiveChains, in scanInstruction() argument
606 maybeKillChain(I, Idx, ActiveChains); in scanInstruction()
608 maybeKillChain(I, Idx, ActiveChains); in scanInstruction()
618 ActiveChains[DestReg] = G.get(); in scanInstruction()
628 maybeKillChain(MI->getOperand(1), Idx, ActiveChains); in scanInstruction()
629 maybeKillChain(MI->getOperand(2), Idx, ActiveChains); in scanInstruction()
631 maybeKillChain(MI->getOperand(0), Idx, ActiveChains); in scanInstruction()
633 if (ActiveChains.find(AccumReg) != ActiveChains.end()) { in scanInstruction()
[all …]