Home
last modified time | relevance | path

Searched defs:Switch (Results 1 – 25 of 51) sorted by relevance

123

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DSwitch.java5 public interface Switch interface
/external/llvm/lib/Fuzzer/test/
DSwitchTest.cpp14 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DBranchProbabilityInfoTest.cpp74 auto *Switch = SwitchInst::Create(Undef, ExitBB, NumCases, EntryBB); in TEST_F() local
/external/clang/lib/CodeGen/
DCGCleanup.cpp325 llvm::SwitchInst *Switch, in ResolveAllBranchFixups()
373 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
410 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
550 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
823 llvm::SwitchInst *Switch = in PopCleanupBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp98 auto *Switch = in createResumeEntryBlock() local
221 coro::Shape &Shape, SwitchInst *Switch, in handleFinalSuspend()
288 auto *Switch = cast<SwitchInst>(VMap[Shape.ResumeSwitch]); in createClone() local
309 auto *Switch = cast<SwitchInst>(VMap[Shape.ResumeSwitch]); in createClone() local
/external/clang/test/SemaCXX/
Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { in Switch() function
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DCyclomaticComplexityTest.java207 public static class Switch implements Target { class in CyclomaticComplexityTest
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h181 SwitchInst *Switch; variable
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dlocal_ssa_elim_test.cpp1044 TEST_F(LocalSSAElimTest, Switch) { in TEST_F() argument
/external/deqp-deps/SPIRV-Tools/test/opt/
Dlocal_ssa_elim_test.cpp1044 TEST_F(LocalSSAElimTest, Switch) { in TEST_F() argument
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp990 Node Switch(uint32_t Count, Node Key) { in Switch() function in IceBuilder
1140 auto *Switch = InstSwitch::create(Func, IndirectTable.size(), in CallIndirect() local
DIceConverter.cpp541 Ice::InstSwitch *Switch = in convertSwitchInstruction() local
DIceInst.h64 Switch, enumerator
/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc98 __ Switch(function_id, &abort, cases, labels, arraysize(cases)); in InvokeIntrinsic() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp942 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h406 struct tgsi_switch_record Switch; member
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml142 | Switch Constructor
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc310 Node* Switch(Graph* g, Node* in0, Node* in1) { in Switch() function
/external/v8/src/compiler/
Draw-machine-assembler.cc116 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label, in Switch() function in v8::internal::compiler::RawMachineAssembler
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1271 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
/external/clang/lib/Parse/
DParseStmt.cpp1291 StmtResult Switch = in ParseSwitchStatement() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml154 | Switch Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1473 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml179 | Switch Constructor
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp992 if (auto *Switch = dyn_cast<SwitchInst>(V)) { in transValueWithoutDecoration() local

123