Home
last modified time | relevance | path

Searched refs:InputValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2200 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue() argument
2204 return {EmitLoadOfLValue(InputValue, Loc).getScalarVal(), nullptr}; in EmitAsmInputLValue()
2213 Builder.CreateLoad(InputValue.getAddress(*this).withElementType(Ty)), in EmitAsmInputLValue()
2218 Address Addr = InputValue.getAddress(*this); in EmitAsmInputLValue()
H A DCodeGenFunction.h4873 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue,