Searched refs:RetVals (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp169 SmallVector<Value *,4> RetVals;
173 RetVals.push_back(UndefValue::get(STy->getElementType(i)));
175 RetVals.push_back(UndefValue::get(F.getReturnType()));
180 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) {
182 Value *RV = RetVals[i];
202 RetVals[i] = V;
212 RetVals[i] = 0;
214 if (++NumNonConstant == RetVals.size())
239 Value* New = RetVals[0];
264 Value *New = RetVals[inde
[all...]
H A DDeadArgumentElimination.cpp536 typedef SmallVector<Liveness, 5> RetVals; typedef
537 RetVals RetValLiveness(RetCount, MaybeLive);
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h415 void analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat,
H A DMipsISelLowering.cpp3308 analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat, argument
3317 for (unsigned I = 0, E = RetVals.size(); I < E; ++I) {
3318 MVT VT = RetVals[I].VT;
3319 ISD::ArgFlagsTy Flags = RetVals[I].Flags;
/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h2466 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef, LLVMValueRef *RetVals,
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp1949 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef B, LLVMValueRef *RetVals, argument
1951 return wrap(unwrap(B)->CreateAggregateRet(unwrap(RetVals), N));
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1849 SDValue RetVals[] = { Undef, Ret }; local
1850 return CurDAG->getMergeValues(RetVals, 2, dl).getNode();

Completed in 224 milliseconds