/external/deqp/executor/ |
D | xeBatchExecutor.cpp | 74 executeSet.addCase(testCase); in computeExecuteSet() 92 requestSet.addCase(testCase); in computeBatchRequest()
|
D | xeTestCase.cpp | 377 addCase(static_cast<const TestCase*>(node)); in add() 386 void TestSet::addCase (const TestCase* testCase) in addCase() function in xe::TestSet
|
D | xeTestCase.hpp | 163 void addCase (const TestCase* testCase);
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 483 SI->addCase(CGF.Builder.getInt32(AtomicExpr::AO_ABI_memory_order_consume), in emitAtomicCmpXchgFailureSet() 485 SI->addCase(CGF.Builder.getInt32(AtomicExpr::AO_ABI_memory_order_acquire), in emitAtomicCmpXchgFailureSet() 493 SI->addCase(CGF.Builder.getInt32(AtomicExpr::AO_ABI_memory_order_seq_cst), in emitAtomicCmpXchgFailureSet() 533 SI->addCase(CGF.Builder.getInt1(false), StrongBB); in EmitAtomicOp() 1115 SI->addCase(Builder.getInt32(AtomicExpr::AO_ABI_memory_order_consume), in EmitAtomicExpr() 1117 SI->addCase(Builder.getInt32(AtomicExpr::AO_ABI_memory_order_acquire), in EmitAtomicExpr() 1125 SI->addCase(Builder.getInt32(AtomicExpr::AO_ABI_memory_order_release), in EmitAtomicExpr() 1133 SI->addCase(Builder.getInt32(AtomicExpr::AO_ABI_memory_order_acq_rel), in EmitAtomicExpr() 1140 SI->addCase(Builder.getInt32(AtomicExpr::AO_ABI_memory_order_seq_cst), in EmitAtomicExpr()
|
D | CGCleanup.cpp | 336 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups() 396 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups() 804 Switch->addCase(Builder.getInt32(0), FallthroughDest); in PopCleanupBlock() 808 Switch->addCase(Scope.getBranchAfterIndex(I), in PopCleanupBlock()
|
D | CGStmt.cpp | 1082 SwitchInsn->addCase(Builder.getInt(LHS), CaseDest); in EmitCaseStmtRange() 1159 SwitchInsn->addCase(CaseVal, Block.getBlock()); in EmitCaseStmt() 1175 SwitchInsn->addCase(CaseVal, CaseDest); in EmitCaseStmt() 1202 SwitchInsn->addCase(CaseVal, CaseDest); in EmitCaseStmt()
|
D | CGBuiltin.cpp | 1382 SI->addCase(Builder.getInt32(0), BBs[0]); in EmitBuiltinExpr() 1383 SI->addCase(Builder.getInt32(1), BBs[1]); in EmitBuiltinExpr() 1384 SI->addCase(Builder.getInt32(2), BBs[1]); in EmitBuiltinExpr() 1385 SI->addCase(Builder.getInt32(3), BBs[2]); in EmitBuiltinExpr() 1386 SI->addCase(Builder.getInt32(4), BBs[3]); in EmitBuiltinExpr() 1387 SI->addCase(Builder.getInt32(5), BBs[4]); in EmitBuiltinExpr() 1442 SI->addCase(Builder.getInt32(0), BBs[0]); in EmitBuiltinExpr() 1443 SI->addCase(Builder.getInt32(3), BBs[1]); in EmitBuiltinExpr() 1444 SI->addCase(Builder.getInt32(5), BBs[2]); in EmitBuiltinExpr() 1497 SI->addCase(Builder.getInt32(1), AcquireBB); in EmitBuiltinExpr() [all …]
|
D | CGOpenMPRuntime.cpp | 2966 SwInst->addCase(CGF.Builder.getInt32(1), Case1BB); in emitReduction() 3010 SwInst->addCase(CGF.Builder.getInt32(2), Case2BB); in emitReduction()
|
D | CGStmtOpenMP.cpp | 1683 SwitchStmt->addCase(CGF.Builder.getInt32(CaseNumber), CaseBB); in EmitSections()
|
/external/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 156 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1056 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/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 5036 this->addCase<2, 2>(ctx, group); in createCase() 5037 this->addCase<3, 2>(ctx, group); in createCase() 5038 this->addCase<4, 2>(ctx, group); in createCase() 5039 this->addCase<2, 3>(ctx, group); in createCase() 5040 this->addCase<3, 3>(ctx, group); in createCase() 5041 this->addCase<4, 3>(ctx, group); in createCase() 5042 this->addCase<2, 4>(ctx, group); in createCase() 5043 this->addCase<3, 4>(ctx, group); in createCase() 5044 this->addCase<4, 4>(ctx, group); in createCase() 5053 void addCase (const CaseContext& ctx, TestCaseGroup* group) const in addCase() function in vkt::shaderexecutor::MatrixFuncCaseFactory
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 5124 this->addCase<2, 2>(ctx, group); in createCase() 5125 this->addCase<3, 2>(ctx, group); in createCase() 5126 this->addCase<4, 2>(ctx, group); in createCase() 5127 this->addCase<2, 3>(ctx, group); in createCase() 5128 this->addCase<3, 3>(ctx, group); in createCase() 5129 this->addCase<4, 3>(ctx, group); in createCase() 5130 this->addCase<2, 4>(ctx, group); in createCase() 5131 this->addCase<3, 4>(ctx, group); in createCase() 5132 this->addCase<4, 4>(ctx, group); in createCase() 5141 void addCase (const Context& ctx, TestCaseGroup* group) const in addCase() function in deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3161 bool addCase = false; in shouldAddCase() local 3170 addCase = true; in shouldAddCase() 3178 addCase = true; in shouldAddCase() 3185 addCase = true; in shouldAddCase() 3187 return addCase; in shouldAddCase()
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 556 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), in emitCallAndSwitchStatement()
|
D | SimplifyCFG.cpp | 1016 NewSI->addCase(V.Value, V.Dest); in FoldValueComparisonIntoPredecessors() 3121 SI->addCase(Cst, NewBB); in TryToSimplifyUncondBranchWithICmpInIt() 3220 New->addCase(Values[i], EdgeBB); in SimplifyBranchOnICmpChain()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4593 SI->addCase(*cvi, DestBB); in parseFunctionBody() 4619 SI->addCase(CaseVal, DestBB); in parseFunctionBody()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2287 unwrap<SwitchInst>(Switch)->addCase(unwrap<ConstantInt>(OnVal), unwrap(Dest)); in LLVMAddCase()
|
D | Instructions.cpp | 3634 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { in addCase() function in SwitchInst
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 3185 void addCase(ConstantInt *OnVal, BasicBlock *Dest);
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4975 SI->addCase(Table[i].first, Table[i].second); in ParseSwitch()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1991 See the method [llvm::SwitchInst::addCase]. **)
|