Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCSEMIRBuilder.cpp60 switch (Op.getDstOpKind()) { in profileDstOp()
119 DstOp::DstType DT = Op.getDstOpKind(); in checkCopyToDefsPossible()
131 if (Op.getDstOpKind() == DstOp::DstType::Ty_Reg) in generateCopiesIfRequired()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDMachineIRBuilder.h114 DstType getDstOpKind() const { return Ty; } in getDstOpKind() function