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

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 141 SmallVector<Value *,4> RetVals;
145 RetVals.push_back(UndefValue::get(STy->getElementType(i)));
147 RetVals.push_back(UndefValue::get(F.getReturnType()));
152 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) {
154 Value *RV = RetVals[i];
174 RetVals[i] = V;
184 RetVals[i] = nullptr;
186 if (++NumNonConstant == RetVals.size())
211 Value* New = RetVals[0];
235 Value *New = RetVals[index]
    [all...]
DeadArgumentElimination.cpp 483 typedef SmallVector<Liveness, 5> RetVals;
484 RetVals RetValLiveness(RetCount, MaybeLive);
508 // Keep track of the number of live retvals, so we can skip checks once all
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 169 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[index]
    [all...]
DeadArgumentElimination.cpp 467 typedef SmallVector<Liveness, 5> RetVals;
468 RetVals RetValLiveness(RetCount, MaybeLive);
491 // Keep track of the number of live retvals, so we can skip checks once all
    [all...]
  /external/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp 74 FunctionInfo(Function &Fn, const SmallVectorImpl<Value *> &RetVals,
129 Function &Fn, const SmallVectorImpl<Value *> &RetVals,
176 for (auto *RetVal : RetVals) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]

Completed in 817 milliseconds