Searched refs:getLocal (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 103 bool WebAssemblyAsmTypeCheck::getLocal(SMLoc ErrorLoc, const MCInst &Inst, in getLocal() function in llvm::WebAssemblyAsmTypeCheck 189 if (getLocal(ErrorLoc, Inst, Type)) in typeCheck() 193 if (getLocal(ErrorLoc, Inst, Type)) in typeCheck() 198 if (getLocal(ErrorLoc, Inst, Type)) in typeCheck()
|
| H A D | WebAssemblyAsmTypeCheck.h | 47 bool getLocal(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpFrame.h | 66 template <typename T> const T &getLocal(unsigned Offset) { in getLocal() function
|
| H A D | Interp.h | 306 S.Stk.push<T>(S.Current->getLocal<T>(I)); in GetLocal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 370 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() function 446 return ValueAsMetadata::getLocal(Local); in get()
|