HomeSort by relevance Sort by last modified time
    Searched refs:ReturnInst (Results 101 - 125 of 219) sorted by null

1 2 3 45 6 7 8 9

  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 196 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 118 if (!isa<ReturnInst>(ExitBlocks[i]->getTerminator())) {
PruneEH.cpp 103 // is the only way to return without a ReturnInst. Only do this for
117 } else if (CheckReturn && isa<ReturnInst>(TI)) {
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 146 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
  /external/llvm/unittests/Analysis/
AliasAnalysisTest.cpp 188 ReturnInst::Create(C, nullptr, BB);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 160 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);}
IRBuilder.h 400 ReturnInst *CreateRetVoid() {
401 return Insert(ReturnInst::Create(Context));
407 ReturnInst *CreateRet(Value *V) {
408 return Insert(ReturnInst::Create(Context, V));
418 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) {
422 return Insert(ReturnInst::Create(Context, V));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 135 void visitReturnInst(ReturnInst &I);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 112 if (!isa<ReturnInst>(ExitBlocks[i]->getTerminator())) {
PruneEH.cpp 108 } else if (CheckReturn && isa<ReturnInst>(BB->getTerminator())) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 113 bool DupRetToEnableTailCallOpts(ReturnInst *RI);
599 bool CodeGenPrepare::DupRetToEnableTailCallOpts(ReturnInst *RI) {
633 /// Only dup the ReturnInst if the CallInst is likely to be emitted as a tail
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 84 ReturnInst::Create(M->getContext(), Arg, BB);
  /frameworks/rs/rsov/compiler/spirit/
module_test.cpp 94 EXPECT_EQ(1, countEntity<ReturnInst>(m));
builder_test.cpp 177 EXPECT_EQ(1, countEntity<ReturnInst>(m));
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 170 SmallVector<ReturnInst*, 4> Returns;
193 SmallVector<ReturnInst*, 4> Returns;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 61 class ReturnInst;
426 void visitRet(const ReturnInst &I);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 541 ReturnInst::Create(F->getContext(), TheCall, StubBB);
543 ReturnInst::Create(F->getContext(), StubBB); // Just return void.
  /external/swiftshader/third_party/LLVM/unittests/Analysis/
ScalarEvolutionTest.cpp 44 ReturnInst::Create(Context, 0, BB);
97 ReturnInst::Create(Context, 0, BB);
  /external/llvm/examples/BrainF/
BrainF.cpp 138 ReturnInst::Create(C, endbb);
  /external/llvm/include/llvm/IR/
InstVisitor.h 166 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);}
  /external/llvm/lib/Target/AMDGPU/
AMDGPUOpenCLImageTypeLoweringPass.cpp 302 SmallVector<ReturnInst*, 8> Returns;
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 128 ReturnInst::Create(C, endbb);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 169 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 169 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);}

Completed in 662 milliseconds

1 2 3 45 6 7 8 9