Searched refs:CreateRet (Results 1 – 17 of 17) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | DeadArgumentElimination.cpp | 389 RetOrArg Use = CreateRet(F, RetValNum); in SurveyUse() 395 RetOrArg Use = CreateRet(F, i); in SurveyUse() 620 MarkValue(CreateRet(&F, i), RetValLiveness[i], MaybeLiveRetUses[i]); in SurveyFunction() 691 PropagateLiveness(CreateRet(&F, i)); in MarkLive() 802 RetOrArg Ret = CreateRet(F, i); in RemoveDeadStuffFromFunction()
|
| D | MergeFunctions.cpp | 723 RI = Builder.CreateRet(createCast(Builder, CI, H->getReturnType())); in writeThunk()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | DeadArgumentElimination.h | 82 RetOrArg CreateRet(const Function *F, unsigned Idx) { in CreateRet() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURewriteOutArguments.cpp | 428 B.CreateRet(NewRetVal); in runOnFunction() 470 B.CreateRet(B.CreateExtractValue(StubCall, 0)); in runOnFunction()
|
| D | AMDGPUUnifyDivergentExitNodes.cpp | 172 B.CreateRet(PN); in unifyReturnBlockSet()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | GuardUtils.cpp | 62 B.CreateRet(DeoptCall); in makeGuardControlFlowExplicit()
|
| D | InlineFunction.cpp | 2185 Builder.CreateRet(NewDeoptCall); in InlineFunction() 2223 Builder.CreateRet(Builder.CreateBitCast(ReturnedMustTail, NewRetTy)); in InlineFunction()
|
| D | SimplifyCFG.cpp | 2529 !TrueValue ? Builder.CreateRetVoid() : Builder.CreateRet(TrueValue); in SimplifyCondBranchToTwoReturns() 5553 Builder.CreateRet(Result); in SwitchToLookupTable()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | IndirectionUtils.cpp | 256 Builder.CreateRet(Call); in makeStub()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| D | CoroSplit.cpp | 211 Builder.CreateRet(ReturnValue); in replaceFallthroughCoroEnd() 1311 Builder.CreateRet(RetV); in splitRetconCoroutine()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86WinEHState.cpp | 416 Builder.CreateRet(Call); in generateLSDAInEAXThunk()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 742 jit->builder->CreateRet(V(v)); in createRet() 4200 jit->builder->CreateRet(llvm::ConstantInt::getFalse(i1Ty)); in promoteFunctionToCoroutine() 4208 jit->builder->CreateRet(llvm::ConstantInt::getTrue(i1Ty)); in promoteFunctionToCoroutine() 4281 jit->builder->CreateRet(jit->coroutine.handle); in promoteFunctionToCoroutine() 4393 jit->builder->CreateRet(llvm::Constant::getNullValue(jit->function->getReturnType())); in acquireCoroutine() 4396 jit->builder->CreateRet(llvm::Constant::getNullValue(jit->coroutine.await->getReturnType())); in acquireCoroutine()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | InstrProfiling.cpp | 1010 IRB.CreateRet(Load); in emitRuntimeHook()
|
| D | GCOVProfiling.cpp | 1228 Builder.CreateRet(ConstantInt::get(RetTy, 0)); in insertFlush()
|
| D | HWAddressSanitizer.cpp | 1472 IRB.CreateRet(WrapperCall); in instrumentPersonalityFunctions()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 952 ReturnInst *CreateRet(Value *V) { in CreateRet() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Core.cpp | 3081 return wrap(unwrap(B)->CreateRet(unwrap(V))); in LLVMBuildRet()
|