HomeSort by relevance Sort by last modified time
    Searched refs:SwInst (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 370 const SwitchInst &SwInst = cast<SwitchInst>(U);
371 const unsigned SwCondValue = getOrCreateVReg(*SwInst.getCondition());
372 const BasicBlock *OrigBB = SwInst.getParent();
375 for (auto &CaseIt : SwInst.cases()) {
388 MF->CreateMachineBasicBlock(SwInst.getParent());
397 const BasicBlock *DefaultBB = SwInst.getDefaultDest();
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 113 milliseconds