Home
last modified time | relevance | path

Searched refs:CreateSwitch (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc64 ops::Switch CreateSwitch(const Scope& root, const string& prefix) { in CreateSwitch() function
230 ops::Switch sw = CreateSwitch(root, "0"); in TEST()
262 ops::Switch sw_0 = CreateSwitch(root, "0"); in TEST()
263 ops::Switch sw_1 = CreateSwitch(root, "1"); in TEST()
310 ops::Switch sw_0 = CreateSwitch(root, "0"); in TEST()
311 ops::Switch sw_1 = CreateSwitch(root, "1"); in TEST()
312 ops::Switch sw_2 = CreateSwitch(root, "2"); in TEST()
336 ops::Switch sw_0 = CreateSwitch(root, "0"); in TEST()
337 ops::Switch sw_1 = CreateSwitch(root, "1"); in TEST()
381 ops::Switch sw_0 = CreateSwitch(root, "0"); in TEST()
[all …]
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp128 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
/external/llvm-project/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
/external/llvm-project/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1000 llvm::SwitchInst *theSwitch = builder.CreateSwitch(builder.CreateLoad( in createFinallyBlock()
1306 llvm::SwitchInst *switchToCatchBlock = builder.CreateSwitch(retTypeInfoIndex, in createCatchWrappedInvokeFunction()
1403 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType, in createThrowExceptionFunction()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1052 llvm::SwitchInst *theSwitch = builder.CreateSwitch(builder.CreateLoad( in createFinallyBlock()
1358 llvm::SwitchInst *switchToCatchBlock = builder.CreateSwitch(retTypeInfoIndex, in createCatchWrappedInvokeFunction()
1455 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType, in createThrowExceptionFunction()
/external/llvm-project/llvm/unittests/IR/
DCFGBuilder.cpp47 IRB.CreateSwitch(ConstantInt::get(IntTy, 0), To); in ConnectBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp357 SwitchInst *SI = IRB.CreateSwitch(SizeVar, DefaultBB, SizeIds.size()); in perform()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp419 SwitchInst *SI = IRB.CreateSwitch(SizeVar, DefaultBB, SizeIds.size()); in perform()
/external/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp465 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(FailureOrderVal, MonotonicBB); in emitAtomicCmpXchgFailureSet()
558 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(IsWeak, WeakBB); in EmitAtomicOp()
746 llvm::SwitchInst *SI = Builder.CreateSwitch(SC, BB[FallBack]); in EmitAtomicOp()
1353 llvm::SwitchInst *SI = Builder.CreateSwitch(Order, MonotonicBB); in EmitAtomicExpr()
DCGCoroutine.cpp218 auto *Switch = Builder.CreateSwitch(SuspendResult, Coro.SuspendBB, 2); in emitSuspendExpression()
DCGStmt.cpp1831 SwitchInsn = Builder.CreateSwitch(CondV, DefaultBlock); in EmitSwitchStmt()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp364 Builder.CreateSwitch(Builder.getInt32(0), NewPreheader); in handleDeadExits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp362 Builder.CreateSwitch(Builder.getInt32(0), NewPreheader); in handleDeadExits()
/external/clang/lib/CodeGen/
DCGAtomic.cpp454 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(FailureOrderVal, MonotonicBB); in emitAtomicCmpXchgFailureSet()
520 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(IsWeak, WeakBB); in EmitAtomicOp()
1090 llvm::SwitchInst *SI = Builder.CreateSwitch(Order, MonotonicBB); in EmitAtomicExpr()
DCGStmt.cpp1537 SwitchInsn = Builder.CreateSwitch(CondV, DefaultBlock); in EmitSwitchStmt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp1036 SwitchInst *SI = IRB.CreateSwitch(Label, Tail, SetjmpRetPHIs.size()); in runSjLjOnFunction()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp1110 SwitchInst *SI = IRB.CreateSwitch(Label, Tail, SetjmpRetPHIs.size()); in runSjLjOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp289 Builder.CreateSwitch(Index, UnreachBB, Shape.CoroSuspends.size()); in createResumeEntryBlock()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1668 …return reinterpret_cast<SwitchCases *>(jit->builder->CreateSwitch(V(control), B(defaultBranch), nu… in createSwitch()
4207 auto switch_ = jit->builder->CreateSwitch(action, jit->coroutine.suspendBlock, 3); in promoteFunctionToCoroutine()
4291 auto switch_ = jit->builder->CreateSwitch(action, jit->coroutine.suspendBlock, 3); in yield()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1469 auto *SwitchOnDispatch = Builder.CreateSwitch(SetDispatchValuePN, UnreachBB, in rewritePHIsForCleanupPad()
DCoroSplit.cpp300 Builder.CreateSwitch(Index, UnreachBB, Shape.CoroSuspends.size()); in createResumeEntryBlock()
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc204 SwitchInst *switch_inst = B.CreateSwitch(pop_expr(), label_default); in visit_switch_stmt_node()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1109 Builder.CreateSwitch(CV, PredDefault, PredCases.size()); in FoldValueComparisonIntoPredecessors()
3338 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1178 Builder.CreateSwitch(CV, PredDefault, PredCases.size()); in FoldValueComparisonIntoPredecessors()
3843 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()

12