Searched refs:getTable (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 195 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 D | WebAssemblyAsmTypeCheck.h | 49 bool getTable(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.h | 259 std::vector<std::string> &getTable() { return Table; } in getTable() function
|
| H A D | BTFDebug.cpp | 1023 for (const auto &S : StringTable.getTable()) { in emitBTFSection()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalg.cpp | 2105 Value table = op.getTable(); in matchAndRewrite()
|