Searched refs:RetVals (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 170 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local 174 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn() 176 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn() 181 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn() 183 Value *RV = RetVals[i]; in PropagateConstantReturn() 203 RetVals[i] = V; in PropagateConstantReturn() 213 RetVals[i] = nullptr; in PropagateConstantReturn() 215 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn() 240 Value* New = RetVals[0]; in PropagateConstantReturn() 264 Value *New = RetVals[index]; in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 506 using RetVals = SmallVector<Liveness, 5>; in SurveyFunction() typedef 508 RetVals RetValLiveness(RetCount, MaybeLive); in SurveyFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3581 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef, LLVMValueRef *RetVals,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3084 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef B, LLVMValueRef *RetVals, in LLVMBuildAggregateRet() argument 3086 return wrap(unwrap(B)->CreateAggregateRet(unwrap(RetVals), N)); in LLVMBuildAggregateRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4370 SmallVector<std::pair<unsigned, SDValue>, 4> RetVals; in LowerReturn() local 4407 std::find_if(RetVals.begin(), RetVals.end(), in LowerReturn() 4414 RetVals.emplace_back(VA.getLocReg(), Arg); in LowerReturn() 4420 for (auto &RetVal : RetVals) { in LowerReturn()
|