Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp67 switch (Op.getDstOpKind()) { in profileDstOp()
134 DstOp::DstType DT = Op.getDstOpKind(); in checkCopyToDefsPossible()
146 if (Op.getDstOpKind() == DstOp::DstType::Ty_Reg) in generateCopiesIfRequired()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h113 DstType getDstOpKind() const { return Ty; } in getDstOpKind() function