Home
last modified time | relevance | path

Searched refs:getTable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp195 bool WebAssemblyAsmTypeCheck::getTable(SMLoc ErrorLoc, const MCInst &Inst, in getTable() function in llvm::WebAssemblyAsmTypeCheck
254 if (getTable(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck()
260 if (getTable(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck()
267 if (getTable(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck()
H A DWebAssemblyAsmTypeCheck.h49 bool getTable(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h259 std::vector<std::string> &getTable() { return Table; } in getTable() function
H A DBTFDebug.cpp1023 for (const auto &S : StringTable.getTable()) { in emitBTFSection()
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp2105 Value table = op.getTable(); in matchAndRewrite()