Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp60 switch (Op.getDstOpKind()) { in profileDstOp()
119 DstOp::DstType DT = Op.getDstOpKind(); in checkCopyToDefsPossible()
131 if (Op.getDstOpKind() == DstOp::DstType::Ty_Reg) in generateCopiesIfRequired()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h114 DstType getDstOpKind() const { return Ty; } in getDstOpKind() function
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h113 DstType getDstOpKind() const { return Ty; } in getDstOpKind() function