Home
last modified time | relevance | path

Searched refs:addCase (Results 1 – 25 of 61) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DBranchProbabilityInfoTest.cpp76 Switch->addCase(ConstantInt::get(I32, I), PreExitBB); in TEST_F()
/external/swiftshader/src/OpenGL/compiler/
Dlocalintermediate.h45 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &line);
DParseHelper.h225 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &loc);
/external/deqp/executor/
DxeBatchExecutor.cpp74 executeSet.addCase(testCase); in computeExecuteSet()
92 requestSet.addCase(testCase); in computeBatchRequest()
DxeTestCase.cpp377 addCase(static_cast<const TestCase*>(node)); in add()
386 void TestSet::addCase (const TestCase* testCase) in addCase() function in xe::TestSet
DxeTestCase.hpp163 void addCase (const TestCase* testCase);
/external/clang/lib/CodeGen/
DCGAtomic.cpp471 SI->addCase(CGF.Builder.getInt32((int)llvm::AtomicOrderingCABI::consume), in emitAtomicCmpXchgFailureSet()
473 SI->addCase(CGF.Builder.getInt32((int)llvm::AtomicOrderingCABI::acquire), in emitAtomicCmpXchgFailureSet()
481 SI->addCase(CGF.Builder.getInt32((int)llvm::AtomicOrderingCABI::seq_cst), in emitAtomicCmpXchgFailureSet()
521 SI->addCase(CGF.Builder.getInt1(false), StrongBB); in EmitAtomicOp()
1102 SI->addCase(Builder.getInt32((int)llvm::AtomicOrderingCABI::consume), in EmitAtomicExpr()
1104 SI->addCase(Builder.getInt32((int)llvm::AtomicOrderingCABI::acquire), in EmitAtomicExpr()
1112 SI->addCase(Builder.getInt32((int)llvm::AtomicOrderingCABI::release), in EmitAtomicExpr()
1120 SI->addCase(Builder.getInt32((int)llvm::AtomicOrderingCABI::acq_rel), in EmitAtomicExpr()
1127 SI->addCase(Builder.getInt32((int)llvm::AtomicOrderingCABI::seq_cst), in EmitAtomicExpr()
DCGCleanup.cpp353 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups()
413 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups()
833 Switch->addCase(Builder.getInt32(0), FallthroughDest); in PopCleanupBlock()
837 Switch->addCase(Scope.getBranchAfterIndex(I), in PopCleanupBlock()
DCGStmt.cpp1135 SwitchInsn->addCase(Builder.getInt(LHS), CaseDest); in EmitCaseStmtRange()
1212 SwitchInsn->addCase(CaseVal, Block.getBlock()); in EmitCaseStmt()
1228 SwitchInsn->addCase(CaseVal, CaseDest); in EmitCaseStmt()
1255 SwitchInsn->addCase(CaseVal, CaseDest); in EmitCaseStmt()
DCGBuiltin.cpp1470 SI->addCase(Builder.getInt32(0), BBs[0]); in EmitBuiltinExpr()
1471 SI->addCase(Builder.getInt32(1), BBs[1]); in EmitBuiltinExpr()
1472 SI->addCase(Builder.getInt32(2), BBs[1]); in EmitBuiltinExpr()
1473 SI->addCase(Builder.getInt32(3), BBs[2]); in EmitBuiltinExpr()
1474 SI->addCase(Builder.getInt32(4), BBs[3]); in EmitBuiltinExpr()
1475 SI->addCase(Builder.getInt32(5), BBs[4]); in EmitBuiltinExpr()
1530 SI->addCase(Builder.getInt32(0), BBs[0]); in EmitBuiltinExpr()
1531 SI->addCase(Builder.getInt32(3), BBs[1]); in EmitBuiltinExpr()
1532 SI->addCase(Builder.getInt32(5), BBs[2]); in EmitBuiltinExpr()
1586 SI->addCase(Builder.getInt32(1), AcquireBB); in EmitBuiltinExpr()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp218 SI->addCase(ConstantInt::get(CommonITy, i + 1), BBs[i]); in runOnFunction()
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp141 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1005 theSwitch->addCase(ourExceptionCaughtState, &terminatorBlock); in createFinallyBlock()
1006 theSwitch->addCase(ourExceptionThrownState, &unwindResumeBlock); in createFinallyBlock()
1315 switchToCatchBlock->addCase(llvm::ConstantInt::get( in createCatchWrappedInvokeFunction()
1408 theSwitch->addCase(llvm::ConstantInt::get(llvm::Type::getInt32Ty(context), in createThrowExceptionFunction()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1056 theSwitch->addCase(ourExceptionCaughtState, &terminatorBlock); in createFinallyBlock()
1057 theSwitch->addCase(ourExceptionThrownState, &unwindResumeBlock); in createFinallyBlock()
1366 switchToCatchBlock->addCase(llvm::ConstantInt::get( in createCatchWrappedInvokeFunction()
1459 theSwitch->addCase(llvm::ConstantInt::get(llvm::Type::getInt32Ty(context), in createThrowExceptionFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp159 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp1041 theSwitch->addCase(ourExceptionCaughtState, &terminatorBlock); in createFinallyBlock()
1042 theSwitch->addCase(ourExceptionThrownState, &unwindResumeBlock); in createFinallyBlock()
1402 switchToCatchBlock->addCase(llvm::ConstantInt::get( in createCatchWrappedInvokeFunction()
1503 theSwitch->addCase(llvm::ConstantInt::get(llvm::Type::getInt32Ty(context), in createThrowExceptionFunction()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6603 this->addCase<2, 2, float >(ctx, group); in createCase()
6604 this->addCase<3, 2, float >(ctx, group); in createCase()
6605 this->addCase<4, 2, float >(ctx, group); in createCase()
6606 this->addCase<2, 3, float >(ctx, group); in createCase()
6607 this->addCase<3, 3, float >(ctx, group); in createCase()
6608 this->addCase<4, 3, float >(ctx, group); in createCase()
6609 this->addCase<2, 4, float >(ctx, group); in createCase()
6610 this->addCase<3, 4, float >(ctx, group); in createCase()
6611 this->addCase<4, 4, float >(ctx, group); in createCase()
6620 void addCase (const CaseContext& ctx, TestCaseGroup* group) const in addCase() function in vkt::shaderexecutor::MatrixFuncCaseFactory
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DInstructionsTest.cpp707 SI->addCase(ConstantInt::get(Int32Ty, 1), BB1.get()); in TEST()
708 SI->addCase(ConstantInt::get(Int32Ty, 2), BB2.get()); in TEST()
709 SI->addCase(ConstantInt::get(Int32Ty, 3), BB3.get()); in TEST()
DCFGBuilder.cpp56 SI->addCase(IntVal, To); in ConnectBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp386 SI->addCase(CaseSizeId, CaseBB); in perform()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp5320 this->addCase<2, 2>(ctx, group); in createCase()
5321 this->addCase<3, 2>(ctx, group); in createCase()
5322 this->addCase<4, 2>(ctx, group); in createCase()
5323 this->addCase<2, 3>(ctx, group); in createCase()
5324 this->addCase<3, 3>(ctx, group); in createCase()
5325 this->addCase<4, 3>(ctx, group); in createCase()
5326 this->addCase<2, 4>(ctx, group); in createCase()
5327 this->addCase<3, 4>(ctx, group); in createCase()
5328 this->addCase<4, 4>(ctx, group); in createCase()
5337 void addCase (const Context& ctx, TestCaseGroup* group) const in addCase() function in deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp218 CatchSwitch->addCase(SwitchValC, SuccBB); in markInvokeCallSite()
220 CatchSwitch->addCase(SwitchValC, II->getUnwindDest()); in markInvokeCallSite()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp254 CatchSwitch->addCase(InvokeNoC, II->getUnwindDest()); in rewriteExpensiveInvoke()
/external/clang/lib/Analysis/
DCFG.cpp3188 bool addCase = false; in shouldAddCase() local
3197 addCase = true; in shouldAddCase()
3205 addCase = true; in shouldAddCase()
3212 addCase = true; in shouldAddCase()
3214 return addCase; in shouldAddCase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp154 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()

123