/external/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 141 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local 145 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn() 147 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn() 152 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn() 154 Value *RV = RetVals[i]; in PropagateConstantReturn() 174 RetVals[i] = V; in PropagateConstantReturn() 184 RetVals[i] = nullptr; in PropagateConstantReturn() 186 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn() 211 Value* New = RetVals[0]; in PropagateConstantReturn() 235 Value *New = RetVals[index]; in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 483 typedef SmallVector<Liveness, 5> RetVals; in SurveyFunction() typedef 484 RetVals RetValLiveness(RetCount, MaybeLive); in SurveyFunction()
|
/external/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()
|
/external/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()
|
/external/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()
|
/external/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 74 FunctionInfo(Function &Fn, const SmallVectorImpl<Value *> &RetVals, 129 Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo() argument 176 for (auto *RetVal : RetVals) { in FunctionInfo()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 504 using RetVals = SmallVector<Liveness, 5>; in SurveyFunction() typedef 506 RetVals RetValLiveness(RetCount, MaybeLive); in SurveyFunction()
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1834 CAMLprim LLVMValueRef llvm_build_aggregate_ret(value RetVals, value B) { in llvm_build_aggregate_ret() argument 1835 return LLVMBuildAggregateRet(Builder_val(B), (LLVMValueRef *) Op_val(RetVals), in llvm_build_aggregate_ret() 1836 Wosize_val(RetVals)); in llvm_build_aggregate_ret()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1724 CAMLprim LLVMValueRef llvm_build_aggregate_ret(value RetVals, value B) { in llvm_build_aggregate_ret() argument 1725 return LLVMBuildAggregateRet(Builder_val(B), (LLVMValueRef *) Op_val(RetVals), in llvm_build_aggregate_ret() 1726 Wosize_val(RetVals)); in llvm_build_aggregate_ret()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2891 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef, LLVMValueRef *RetVals,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2449 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef B, LLVMValueRef *RetVals, in LLVMBuildAggregateRet() argument 2451 return wrap(unwrap(B)->CreateAggregateRet(unwrap(RetVals), N)); in LLVMBuildAggregateRet()
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 3618 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef, LLVMValueRef *RetVals,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3581 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef, LLVMValueRef *RetVals,
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 3120 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef B, LLVMValueRef *RetVals, in LLVMBuildAggregateRet() argument 3122 return wrap(unwrap(B)->CreateAggregateRet(unwrap(RetVals), N)); in LLVMBuildAggregateRet()
|
/external/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()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 5589 SmallVector<std::pair<unsigned, SDValue>, 4> RetVals; in LowerReturn() local 5626 std::find_if(RetVals.begin(), RetVals.end(), in LowerReturn() 5633 RetVals.emplace_back(VA.getLocReg(), Arg); in LowerReturn() 5639 for (auto &RetVal : RetVals) { in LowerReturn()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2666 SmallVector<std::pair<Register, SDValue>, 4> RetVals; in LowerReturn() local 2718 RetVals.push_back(std::make_pair(VA.getLocReg(), ValToCopy)); in LowerReturn() 2743 Passv64i1ArgInRegs(dl, DAG, ValToCopy, RetVals, VA, RVLocs[++I], in LowerReturn() 2750 RetVals.push_back(std::make_pair(VA.getLocReg(), ValToCopy)); in LowerReturn() 2762 for (auto &RetVal : RetVals) { in LowerReturn()
|