Home
last modified time | relevance | path

Searched refs:addCase (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dlocalintermediate.h45 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &line);
H A DParseHelper.h225 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &loc);
H A DParseHelper.cpp3314 TIntermCase *TParseContext::addCase(TIntermTyped *condition, const TSourceLoc &loc) in addCase() function in TParseContext
3342 TIntermCase *node = intermediate.addCase(condition, loc); in addCase()
3360 TIntermCase *node = intermediate.addCase(nullptr, loc); in addDefault()
H A DIntermediate.cpp695 TIntermCase *TIntermediate::addCase(TIntermTyped *condition, const TSourceLoc &line) in addCase() function in TIntermediate
H A Dglslang.y1499 $$ = context->addCase($2, @1);
/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.cpp74 executeSet.addCase(testCase); in computeExecuteSet()
92 requestSet.addCase(testCase); in computeBatchRequest()
H A DxeTestCase.hpp163 void addCase (const TestCase* testCase);
H A DxeTestCase.cpp376 addCase(static_cast<const TestCase*>(node)); in add()
385 void TestSet::addCase (const TestCase* testCase) in addCase() function in TestSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp216 SI->addCase(ConstantInt::get(CommonITy, i + 1), BBs[i]); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp155 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp5322 this->addCase<2, 2>(ctx, group); in createCase()
5323 this->addCase<3, 2>(ctx, group); in createCase()
5324 this->addCase<4, 2>(ctx, group); in createCase()
5325 this->addCase<2, 3>(ctx, group); in createCase()
5326 this->addCase<3, 3>(ctx, group); in createCase()
5327 this->addCase<4, 3>(ctx, group); in createCase()
5328 this->addCase<2, 4>(ctx, group); in createCase()
5329 this->addCase<3, 4>(ctx, group); in createCase()
5330 this->addCase<4, 4>(ctx, group); in createCase()
5339 void addCase (cons function in deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp386 SI->addCase(CaseSizeId, CaseBB); in perform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp377 DummySwitch->addCase(Builder.getInt32(DummyIdx++), BB); in handleDeadExits()
H A DSimpleLoopUnswitch.cpp755 NewSIW.addCase(CaseVal, UnswitchedBB, std::get<2>(ExitCase)); in unswitchTrivialSwitch()
767 NewSIW.addCase(Case.getCaseValue(), NewPH, in unswitchTrivialSwitch()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp6962 this->addCase<2, 2>(ctx, group);
6963 this->addCase<3, 2>(ctx, group);
6964 this->addCase<4, 2>(ctx, group);
6965 this->addCase<2, 3>(ctx, group);
6966 this->addCase<3, 3>(ctx, group);
6967 this->addCase<4, 3>(ctx, group);
6968 this->addCase<2, 4>(ctx, group);
6969 this->addCase<3, 4>(ctx, group);
6970 this->addCase<4, 4>(ctx, group);
6979 void addCase (cons
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp6951 this->addCase<2, 2>(ctx, group);
6952 this->addCase<3, 2>(ctx, group);
6953 this->addCase<4, 2>(ctx, group);
6954 this->addCase<2, 3>(ctx, group);
6955 this->addCase<3, 3>(ctx, group);
6956 this->addCase<4, 3>(ctx, group);
6957 this->addCase<2, 4>(ctx, group);
6958 this->addCase<3, 4>(ctx, group);
6959 this->addCase<4, 4>(ctx, group);
6968 void addCase (cons
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1042 SI->addCase(IRB.getInt32(I + 1), SetjmpRetPHIs[I]->getParent()); in runSjLjOnFunction()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.h423 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &loc);
H A Dglslang.y1580 $$ = context->addCase($2, @1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp3833 /// addCase - Add an entry to the switch instruction...
3835 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { in addCase() function in SwitchInst
3944 void SwitchInstProfUpdateWrapper::addCase( in addCase() function in SwitchInstProfUpdateWrapper
3947 SI.addCase(OnVal, Dest); in addCase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1181 NewSI->addCase(V.Value, V.Dest); in FoldValueComparisonIntoPredecessors()
3737 SIW.addCase(Cst, NewBB, NewW); in tryToSimplifyUncondBranchWithICmpInIt()
3847 New->addCase(Values[i], EdgeBB); in SimplifyBranchOnICmpChain()
H A DCodeExtractor.cpp1221 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), in emitCallAndSwitchStatement()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp1695 sw->addCase(llvm::ConstantInt::get(llvm::Type::getInt32Ty(*jit->context), label, true), B(branch)); in addSwitchCase()
4290 // switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionResume), trapBlock); // TODO: Trap attempting to resume after final suspend in promoteFunctionToCoroutine()
4291 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionDestroy), jit->coroutine.destroyBlock); in promoteFunctionToCoroutine()
4374 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionResume), resumeBlock); in yield()
4375 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionDestroy), jit->coroutine.destroyBlock); in yield()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp346 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h3439 void addCase(ConstantInt *OnVal, BasicBlock *Dest);
3500 /// Delegate the call to the underlying SwitchInst::addCase() and set the
3502 void addCase(ConstantInt *OnVal, BasicBlock *Dest, CaseWeightOpt W);

Completed in 101 milliseconds

12