HomeSort by relevance Sort by last modified time
    Searched refs:RetVals (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 170 SmallVector<Value *,4> RetVals;
174 RetVals.push_back(UndefValue::get(STy->getElementType(i)));
176 RetVals.push_back(UndefValue::get(F.getReturnType()));
181 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) {
183 Value *RV = RetVals[i];
203 RetVals[i] = V;
213 RetVals[i] = nullptr;
215 if (++NumNonConstant == RetVals.size())
240 Value* New = RetVals[0];
264 Value *New = RetVals[index]
    [all...]
DeadArgumentElimination.cpp 506 typedef SmallVector<Liveness, 5> RetVals;
507 RetVals RetValLiveness(RetCount, MaybeLive);
530 // Keep track of the number of live retvals, so we can skip checks once all
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 425 void analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat,
MipsISelLowering.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 250 milliseconds