Home
last modified time | relevance | path

Searched refs:CaseValue (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h179 Value *CaseValue;
183 Value *CaseValue, SwitchInst *SI) in PredicateSwitch() argument
186 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp325 ConstantInt *CaseValue = RI->getCaseValue(I); in diff() local
326 BasicBlock *LCase = LCases[CaseValue]; in diff()
329 LCases.erase(CaseValue); in diff()
332 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp325 ConstantInt *CaseValue = I.getCaseValue(); in diff() local
326 BasicBlock *LCase = LCases[CaseValue]; in diff()
329 LCases.erase(CaseValue); in diff()
332 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDifferenceEngine.cpp342 ConstantInt *CaseValue = Case.getCaseValue(); in diff() local
343 BasicBlock *LCase = LCases[CaseValue]; in diff()
347 LCases.erase(CaseValue); in diff()
350 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1325 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
1326 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal()
1331 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp546 uint64_t CaseValue = I.getCaseValue()->getSExtValue(); in convertSwitchInstruction() local
548 Switch->addBranch(CurrentCase, CaseValue, CaseSuccessor); in convertSwitchInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp2519 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument
2539 if (InValue != CaseValue) continue; in FindPHIForConditionForwarding()
2557 ConstantInt *CaseValue = SI->getCaseValue(I); in ForwardSwitchConditionToPHI() local
2561 PHINode *PHI = FindPHIForConditionForwarding(CaseValue, CaseDest, in ForwardSwitchConditionToPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp819 OS << "; switch predicate info { CaseValue: " << *PS->CaseValue in emitInstructionAnnot()
DSimplifyCFG.cpp4465 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument
4483 if (InValue != CaseValue) in FindPHIForConditionForwarding()
4503 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
4524 if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue && in ForwardSwitchConditionToPHI()
4533 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4075 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument
4094 if (InValue != CaseValue) in FindPHIForConditionForwarding()
4114 ConstantInt *CaseValue = I.getCaseValue(); in ForwardSwitchConditionToPHI() local
4119 FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIndex); in ForwardSwitchConditionToPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1556 return createConstantExpression(cast<Constant>(PSwitch->CaseValue)); in performSymbolicPredicateInfoEvaluation()