Home
last modified time | relevance | path

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/
DDeadArgumentElimination.cpp389 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()
DMergeFunctions.cpp723 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/
DDeadArgumentElimination.h82 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/
DAMDGPURewriteOutArguments.cpp428 B.CreateRet(NewRetVal); in runOnFunction()
470 B.CreateRet(B.CreateExtractValue(StubCall, 0)); in runOnFunction()
DAMDGPUUnifyDivergentExitNodes.cpp172 B.CreateRet(PN); in unifyReturnBlockSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp62 B.CreateRet(DeoptCall); in makeGuardControlFlowExplicit()
DInlineFunction.cpp2185 Builder.CreateRet(NewDeoptCall); in InlineFunction()
2223 Builder.CreateRet(Builder.CreateBitCast(ReturnedMustTail, NewRetTy)); in InlineFunction()
DSimplifyCFG.cpp2529 !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/
DIndirectionUtils.cpp256 Builder.CreateRet(Call); in makeStub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp211 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/
DX86WinEHState.cpp416 Builder.CreateRet(Call); in generateLSDAInEAXThunk()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp742 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/
DInstrProfiling.cpp1010 IRB.CreateRet(Load); in emitRuntimeHook()
DGCOVProfiling.cpp1228 Builder.CreateRet(ConstantInt::get(RetTy, 0)); in insertFlush()
DHWAddressSanitizer.cpp1472 IRB.CreateRet(WrapperCall); in instrumentPersonalityFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h952 ReturnInst *CreateRet(Value *V) { in CreateRet() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3081 return wrap(unwrap(B)->CreateRet(unwrap(V))); in LLVMBuildRet()