Home
last modified time | relevance | path

Searched refs:opInfo_begin (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h213 const_opInfo_iterator opInfo_begin() const { return OpInfo; } in opInfo_begin() function
217 return make_range(opInfo_begin(), opInfo_end()); in operands()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp25 const auto &OpInfo = MCInstrDesc.opInfo_begin()[OpIndex]; in Instruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp550 MCID.opInfo_begin(), MCID.opInfo_end(), 0U, in verify()