/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | localintermediate.h | 45 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &line);
|
H A D | ParseHelper.h | 225 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &loc);
|
H A D | ParseHelper.cpp | 3314 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 D | Intermediate.cpp | 695 TIntermCase *TIntermediate::addCase(TIntermTyped *condition, const TSourceLoc &line) in addCase() function in TIntermediate
|
H A D | glslang.y | 1499 $$ = context->addCase($2, @1);
|
/third_party/vk-gl-cts/executor/ |
H A D | xeBatchExecutor.cpp | 74 executeSet.addCase(testCase); in computeExecuteSet() 92 requestSet.addCase(testCase); in computeBatchRequest()
|
H A D | xeTestCase.hpp | 163 void addCase (const TestCase* testCase);
|
H A D | xeTestCase.cpp | 376 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 D | IndirectBrExpandPass.cpp | 216 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 D | CrossDSOCFI.cpp | 155 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 5322 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 D | PGOMemOPSizeOpt.cpp | 386 SI->addCase(CaseSizeId, CaseBB); in perform()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 377 DummySwitch->addCase(Builder.getInt32(DummyIdx++), BB); in handleDeadExits()
|
H A D | SimpleLoopUnswitch.cpp | 755 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 D | vktShaderBuiltinPrecisionTests.cpp | 6962 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 D | vktShaderBuiltinPrecisionTests.cpp | 6951 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 D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1042 SI->addCase(IRB.getInt32(I + 1), SetjmpRetPHIs[I]->getParent()); in runSjLjOnFunction()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ParseContext.h | 423 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &loc);
|
H A D | glslang.y | 1580 $$ = context->addCase($2, @1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 3833 /// 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 D | SimplifyCFG.cpp | 1181 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 D | CodeExtractor.cpp | 1221 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), in emitCallAndSwitchStatement()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 1695 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 D | CoroSplit.cpp | 346 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instructions.h | 3439 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);
|