Searched refs:getLocal (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | EvalEmitter.cpp | 259 Block *B = getLocal(I); in emitGetPtrLocal() 271 Block *B = getLocal(I); in emitGetLocal() 283 Block *B = getLocal(I); in emitSetLocal() 296 Block *B = getLocal(Local.Offset); in emitDestroy()
|
| H A D | EvalEmitter.h | 116 Block *getLocal(unsigned Index) const { in getLocal() function
|
| H A D | InterpFrame.h | 77 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 | 228 bool WebAssemblyAsmTypeCheck::getLocal(SMLoc ErrorLoc, const MCOperand &LocalOp, in getLocal() function in llvm::WebAssemblyAsmTypeCheck 401 if (!getLocal(Operands[1]->getStartLoc(), Inst.getOperand(0), Type)) { in typeCheck() 410 if (!getLocal(Operands[1]->getStartLoc(), Inst.getOperand(0), Type)) in typeCheck() 417 if (!getLocal(Operands[1]->getStartLoc(), Inst.getOperand(0), Type)) { in typeCheck()
|
| H A D | WebAssemblyAsmTypeCheck.h | 76 bool getLocal(SMLoc ErrorLoc, const MCOperand &LocalOp, wasm::ValType &Type);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 483 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() function 562 return ValueAsMetadata::getLocal(Local); in get()
|