Home
last modified time | relevance | path

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

12

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DSwitch.java16 public class Switch extends JumpInstruction { class
22 public Switch( in Switch() method in Switch
/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/bart/
DREADME.md87 #### Switch subsubsection in Scheduler Assertions
/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/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.h297 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg) { in Switch() function
/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/v8/src/compiler/
Draw-machine-assembler.cc96 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label, in Switch() function in v8::internal::compiler::RawMachineAssembler
Dcode-assembler.cc678 void CodeAssembler::Switch(Node* index, Label* default_label, in Switch() function in v8::internal::compiler::CodeAssembler
Dcommon-operator.cc923 const Operator* CommonOperatorBuilder::Switch(size_t control_output_count) { in Switch() function in v8::internal::compiler::CommonOperatorBuilder
/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.cc85 __ 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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml142 | Switch Constructor
Dllvm.mli192 | Switch Constructor
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h402 struct tgsi_switch_record Switch; member
/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
Dllvm.mli212 | Switch Constructor
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp992 if (auto *Switch = dyn_cast<SwitchInst>(V)) { in transValueWithoutDecoration() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1655 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { in LLVMGetSwitchDefaultDest()
1805 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase()

12