Home
last modified time | relevance | path

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

/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/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1384 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
1386 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
1400 if (DefaultCase) { in getEdgeValueLocal()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp1668 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local
1674 DefaultCase = DS; in FindCaseStatementsForValue()
1693 if (!DefaultCase) in FindCaseStatementsForValue()
1695 Case = DefaultCase; in FindCaseStatementsForValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1471 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
1473 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
1487 if (DefaultCase) { in getEdgeValueLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td221 MCStatement DefaultCase = default;
/external/llvm-project/llvm/include/llvm/Target/
DTargetInstrPredicate.td226 MCStatement DefaultCase = default;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3506 const auto &DefaultCase = [&NewFn, &CI]() -> void { in UpgradeIntrinsicCall() local
3516 DefaultCase(); in UpgradeIntrinsicCall()
3718 DefaultCase(); in UpgradeIntrinsicCall()
/external/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp3635 const auto &DefaultCase = [&NewFn, &CI]() -> void { in UpgradeIntrinsicCall() local
3645 DefaultCase(); in UpgradeIntrinsicCall()
3866 DefaultCase(); in UpgradeIntrinsicCall()
/external/llvm/include/llvm/IR/
DInstructions.h3154 void setDefaultDest(BasicBlock *DefaultCase) {
3155 setOperand(1, reinterpret_cast<Value*>(DefaultCase));
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h3371 void setDefaultDest(BasicBlock *DefaultCase) {
3372 setOperand(1, reinterpret_cast<Value*>(DefaultCase));
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h3337 void setDefaultDest(BasicBlock *DefaultCase) {
3338 setOperand(1, reinterpret_cast<Value*>(DefaultCase));