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.cpp2545 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue() argument
2549 return {EmitLoadOfLValue(InputValue, Loc).getScalarVal(), nullptr}; in EmitAsmInputLValue()
2557 return {Builder.CreateLoad(InputValue.getAddress().withElementType(Ty)), in EmitAsmInputLValue()
2562 Address Addr = InputValue.getAddress(); in EmitAsmInputLValue()
2564 return {InputValue.getPointer(*this), Addr.getElementType()}; in EmitAsmInputLValue()
H A DCodeGenFunction.h5398 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue,