Searched refs:RetVals (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| 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 …]
|
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | DeadArgumentElimination.cpp | 508 using RetVals = SmallVector<Liveness, 5>; in SurveyFunction() typedef 510 RetVals RetValLiveness(RetCount, MaybeLive); in SurveyFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/ |
| D | Core.h | 3649 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef, LLVMValueRef *RetVals,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Core.cpp | 3156 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef B, LLVMValueRef *RetVals, in LLVMBuildAggregateRet() argument 3158 return wrap(unwrap(B)->CreateAggregateRet(unwrap(RetVals), N)); in LLVMBuildAggregateRet()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 6264 SmallVector<std::pair<unsigned, SDValue>, 4> RetVals; in LowerReturn() local 6301 llvm::find_if(RetVals, [=](const std::pair<unsigned, SDValue> &Elt) { in LowerReturn() 6306 RetVals.emplace_back(VA.getLocReg(), Arg); in LowerReturn() 6312 for (auto &RetVal : RetVals) { in LowerReturn()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 2703 SmallVector<std::pair<Register, SDValue>, 4> RetVals; in LowerReturn() local 2755 RetVals.push_back(std::make_pair(VA.getLocReg(), ValToCopy)); in LowerReturn() 2780 Passv64i1ArgInRegs(dl, DAG, ValToCopy, RetVals, VA, RVLocs[++I], in LowerReturn() 2787 RetVals.push_back(std::make_pair(VA.getLocReg(), ValToCopy)); in LowerReturn() 2799 for (auto &RetVal : RetVals) { in LowerReturn()
|