Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp103 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 DWebAssemblyAsmTypeCheck.h47 bool getLocal(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h66 template <typename T> const T &getLocal(unsigned Offset) { in getLocal() function
H A DInterp.h306 S.Stk.push<T>(S.Current->getLocal<T>(I)); in GetLocal()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h370 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() function
446 return ValueAsMetadata::getLocal(Local); in get()