Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/
H A DTypeInfoforMF_skipCopies.mir5 define void @skipCopiesOutgoing(float* %ptr_a, float* %ptr_b, float* %ptr_c) {entry: ret void}
10 name: skipCopiesOutgoing
18 ; MIPS32-LABEL: name: skipCopiesOutgoing
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h136 MachineInstr *skipCopiesOutgoing(MachineInstr *MI) const;
H A DMipsRegisterBankInfo.cpp184 MachineInstr *NonCopyInstr = skipCopiesOutgoing(&UseMI); in addDefUses()
190 DefUses.push_back(skipCopiesOutgoing(&UseMI)); in addDefUses()
203 MipsRegisterBankInfo::AmbiguousRegDefUseContainer::skipCopiesOutgoing( in skipCopiesOutgoing() function in MipsRegisterBankInfo::AmbiguousRegDefUseContainer