HomeSort by: relevance | last modified time | path
    Searched refs:getDstOpKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CSEMIRBuilder.cpp 67 switch (Op.getDstOpKind()) {
134 DstOp::DstType DT = Op.getDstOpKind();
146 if (Op.getDstOpKind() == DstOp::DstType::Ty_Reg)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 113 DstType getDstOpKind() const { return Ty; }

Completed in 16 milliseconds