Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp73 switch (Op.getDstOpKind()) { in profileDstOp()
146 DstOp::DstType DT = Op.getDstOpKind(); in checkCopyToDefsPossible()
158 if (Op.getDstOpKind() == DstOp::DstType::Ty_Reg) in generateCopiesIfRequired()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h137 DstType getDstOpKind() const { return Ty; } in getDstOpKind() function