Home
last modified time | relevance | path

Searched refs:DefaultCase (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFixedLenDecoderEmitter.cpp512 bool DefaultCase = false; in emit() local
520 DefaultCase = true; in emit()
538 if (!DefaultCase) { ++Indentation; ++Indentation; } in emit()
542 if (Owner->isTopLevel() && DefaultCase) in emit()
547 if (!DefaultCase) { --Indentation; --Indentation; } in emit()
551 if (!DefaultCase) { in emit()
DARMDecoderEmitter.cpp672 bool DefaultCase = false; in emit() local
680 DefaultCase = true; in emit()
698 if (!DefaultCase) { ++Indentation; ++Indentation; } in emit()
702 if (Owner->isTopLevel() && DefaultCase) in emit()
707 if (!DefaultCase) { --Indentation; --Indentation; } in emit()
711 if (!DefaultCase) { in emit()
/external/clang/lib/CodeGen/
DCGStmt.cpp1431 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local
1437 DefaultCase = DS; in FindCaseStatementsForValue()
1456 if (!DefaultCase) in FindCaseStatementsForValue()
1458 Case = DefaultCase; in FindCaseStatementsForValue()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1248 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
1250 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
1254 if (DefaultCase) { in getEdgeValueLocal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1320 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
1322 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
1336 if (DefaultCase) { in getEdgeValueLocal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp3241 const auto &DefaultCase = [&NewFn, &CI]() -> void { in UpgradeIntrinsicCall() local
3251 DefaultCase(); in UpgradeIntrinsicCall()
3404 DefaultCase(); in UpgradeIntrinsicCall()
/external/llvm/include/llvm/IR/
DInstructions.h3154 void setDefaultDest(BasicBlock *DefaultCase) {
3155 setOperand(1, reinterpret_cast<Value*>(DefaultCase));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h3645 void setDefaultDest(BasicBlock *DefaultCase) {
3646 setOperand(1, reinterpret_cast<Value*>(DefaultCase));