Searched refs:getLocal (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.cpp | 232 Block *B = getLocal(I); in emitGetPtrLocal() 244 Block *B = getLocal(I); in emitGetLocal() 256 Block *B = getLocal(I); in emitSetLocal() 269 Block *B = getLocal(Local.Offset); in emitDestroy()
|
H A D | EvalEmitter.h | 106 Block *getLocal(unsigned Index) const { in getLocal() function
|
H A D | InterpFrame.h | 70 template <typename T> const T &getLocal(unsigned Offset) const { in getLocal() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.cpp | 115 bool WebAssemblyAsmTypeCheck::getLocal(SMLoc ErrorLoc, const MCInst &Inst, in getLocal() function in llvm::WebAssemblyAsmTypeCheck 255 if (getLocal(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck() 259 if (getLocal(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck() 264 if (getLocal(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck()
|
H A D | WebAssemblyAsmTypeCheck.h | 44 bool getLocal(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 476 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() function 555 return ValueAsMetadata::getLocal(Local); in get()
|