Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2379 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue() argument
2383 return {EmitLoadOfLValue(InputValue, Loc).getScalarVal(), nullptr}; in EmitAsmInputLValue()
2391 return {Builder.CreateLoad(InputValue.getAddress().withElementType(Ty)), in EmitAsmInputLValue()
2396 Address Addr = InputValue.getAddress(); in EmitAsmInputLValue()
2398 return {InputValue.getPointer(*this), Addr.getElementType()}; in EmitAsmInputLValue()
H A DCodeGenFunction.h5211 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue,