| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CFLAndersAliasAnalysis.cpp | 356 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 D | CFLSteensAliasAnalysis.cpp | 77 FunctionInfo(Function &Fn, const SmallVectorImpl<Value *> &RetVals, 117 Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo() argument 164 for (auto *RetVal : RetVals) { in FunctionInfo()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 508 using RetVals = SmallVector<Liveness, 5>; in surveyFunction() typedef 510 RetVals RetValLiveness(RetCount, MaybeLive); in surveyFunction()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 1705 LLVMValueRef llvm_build_aggregate_ret(value RetVals, value B) { in llvm_build_aggregate_ret() argument 1706 return LLVMBuildAggregateRet(Builder_val(B), (LLVMValueRef *)Op_val(RetVals), in llvm_build_aggregate_ret() 1707 Wosize_val(RetVals)); in llvm_build_aggregate_ret()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Core.h | 3718 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef, LLVMValueRef *RetVals,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 3142 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef B, LLVMValueRef *RetVals, in LLVMBuildAggregateRet() argument 3144 return wrap(unwrap(B)->CreateAggregateRet(unwrap(RetVals), N)); in LLVMBuildAggregateRet()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 6993 SmallVector<std::pair<unsigned, SDValue>, 4> RetVals; in LowerReturn() local 7030 llvm::find_if(RetVals, [=](const std::pair<unsigned, SDValue> &Elt) { in LowerReturn() 7035 RetVals.emplace_back(VA.getLocReg(), Arg); in LowerReturn() 7041 for (auto &RetVal : RetVals) { in LowerReturn()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 3104 SmallVector<std::pair<Register, SDValue>, 4> RetVals; in LowerReturn() local 3156 RetVals.push_back(std::make_pair(VA.getLocReg(), ValToCopy)); in LowerReturn() 3181 Passv64i1ArgInRegs(dl, DAG, ValToCopy, RetVals, VA, RVLocs[++I], in LowerReturn() 3188 RetVals.push_back(std::make_pair(VA.getLocReg(), ValToCopy)); in LowerReturn() 3200 for (auto &RetVal : RetVals) { in LowerReturn()
|