Home
last modified time | relevance | path

Searched refs:RetVals (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 const SmallVectorImpl<Value *> &RetVals) { in getInterfaceValue() argument
362 else if (is_contained(RetVals, Val)) in getInterfaceValue()
406 const SmallVectorImpl<Value *> &RetVals, const ReachabilitySet &ReachSet) { in populateExternalRelations() argument
411 if (is_contained(RetVals, &Arg)) { in populateExternalRelations()
433 if (auto Dst = getInterfaceValue(OuterMapping.first, RetVals)) { in populateExternalRelations()
436 if (auto Src = getInterfaceValue(InnerMapping.first, RetVals)) { in populateExternalRelations()
491 const SmallVectorImpl<Value *> &RetVals, const AliasAttrMap &AMap) { in populateExternalAttributes() argument
493 if (auto IVal = getInterfaceValue(Mapping.first, RetVals)) { in populateExternalAttributes()
502 const Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo() argument
505 populateExternalAttributes(Summary.RetParamAttributes, Fn, RetVals, AMap); in FunctionInfo()
[all …]
H A DCFLSteensAliasAnalysis.cpp77 FunctionInfo(Function &Fn, const SmallVectorImpl<Value *> &RetVals,
117 Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo() argument
164 for (auto *RetVal : RetVals) { in FunctionInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp507 using RetVals = SmallVector<Liveness, 5>; in SurveyFunction() typedef
509 RetVals RetValLiveness(RetCount, MaybeLive); in SurveyFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1725 LLVMValueRef llvm_build_aggregate_ret(value RetVals, value B) { in llvm_build_aggregate_ret() argument
1726 return LLVMBuildAggregateRet(Builder_val(B), (LLVMValueRef *)Op_val(RetVals), in llvm_build_aggregate_ret()
1727 Wosize_val(RetVals)); in llvm_build_aggregate_ret()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3641 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef, LLVMValueRef *RetVals,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3145 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef B, LLVMValueRef *RetVals, in LLVMBuildAggregateRet() argument
3147 return wrap(unwrap(B)->CreateAggregateRet(unwrap(RetVals), N)); in LLVMBuildAggregateRet()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5995 SmallVector<std::pair<unsigned, SDValue>, 4> RetVals; in LowerReturn() local
6032 llvm::find_if(RetVals, [=](const std::pair<unsigned, SDValue> &Elt) { in LowerReturn()
6037 RetVals.emplace_back(VA.getLocReg(), Arg); in LowerReturn()
6043 for (auto &RetVal : RetVals) { in LowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2699 SmallVector<std::pair<Register, SDValue>, 4> RetVals; in LowerReturn() local
2751 RetVals.push_back(std::make_pair(VA.getLocReg(), ValToCopy)); in LowerReturn()
2776 Passv64i1ArgInRegs(dl, DAG, ValToCopy, RetVals, VA, RVLocs[++I], in LowerReturn()
2783 RetVals.push_back(std::make_pair(VA.getLocReg(), ValToCopy)); in LowerReturn()
2795 for (auto &RetVal : RetVals) { in LowerReturn()