Home
last modified time | relevance | path

Searched defs:CaseVal (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4008 APInt CaseVal = Case.getCaseValue()->getValue(); in EliminateDeadSwitchCases() local
4210 GetCaseResults(SwitchInst *SI, ConstantInt *CaseVal, BasicBlock *CaseDest, in GetCaseResults()
4286 static void MapCaseToResult(ConstantInt *CaseVal, in MapCaseToResult()
4309 ConstantInt *CaseVal = I.getCaseValue(); in InitializeUniqueCases() local
4513 ConstantInt *CaseVal = Values[I].first; in SwitchLookupTable() local
4847 ConstantInt *CaseVal = CI.getCaseValue(); in SwitchToLookupTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4530 const APInt &CaseVal = Case.getCaseValue()->getValue(); in eliminateDeadSwitchCases() local
4737 GetCaseResults(SwitchInst *SI, ConstantInt *CaseVal, BasicBlock *CaseDest, in GetCaseResults()
4808 static uintptr_t MapCaseToResult(ConstantInt *CaseVal, in MapCaseToResult()
4833 ConstantInt *CaseVal = I.getCaseValue(); in InitializeUniqueCases() local
5049 ConstantInt *CaseVal = Values[I].first; in SwitchLookupTable() local
5391 ConstantInt *CaseVal = CI->getCaseValue(); in SwitchToLookupTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5454 const APInt &CaseVal = Case.getCaseValue()->getValue(); in eliminateDeadSwitchCases() local
5667 getCaseResults(SwitchInst *SI, ConstantInt *CaseVal, BasicBlock *CaseDest, in getCaseResults()
5738 static size_t mapCaseToResult(ConstantInt *CaseVal, in mapCaseToResult()
5764 ConstantInt *CaseVal = I.getCaseValue(); in initializeUniqueCases() local
6026 ConstantInt *CaseVal = Values[I].first; in SwitchLookupTable() local
6426 ConstantInt *CaseVal = CI->getCaseValue(); in SwitchToLookupTable() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp1197 llvm::ConstantInt *CaseVal = in EmitCaseStmt() local
1245 llvm::ConstantInt *CaseVal = in EmitCaseStmt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp479 const ConstantInt *CaseVal = CC.Low; in sortAndRangeify() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp476 const ConstantInt *CaseVal = CC.Low; in sortAndRangeify() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp414 uint64_t CaseVal = getUniqueCaseValue(CasesTaken, MaxCaseVal, IB); in mutate() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp981 ConstantInt *CaseVal = i.getCaseValue(); in TryTrivialLoopUnswitch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1186 ConstantInt *CaseVal = Case.getCaseValue(); in TryTrivialLoopUnswitch() local
H A DSimpleLoopUnswitch.cpp752 ConstantInt *CaseVal = std::get<0>(ExitCase); in unswitchTrivialSwitch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h353 const APInt &CaseVal = CI.getCaseValue()->getValue(); in getEstimatedNumberOfCaseClusters() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h447 const APInt &CaseVal = CI.getCaseValue()->getValue(); in getEstimatedNumberOfCaseClusters() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DBasicTTIImpl.h463 const APInt &CaseVal = CI.getCaseValue()->getValue(); in getEstimatedNumberOfCaseClusters() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DBasicTTIImpl.h463 const APInt &CaseVal = CI.getCaseValue()->getValue(); in getEstimatedNumberOfCaseClusters() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DBasicTTIImpl.h462 const APInt &CaseVal = CI.getCaseValue()->getValue(); in getEstimatedNumberOfCaseClusters() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DBasicTTIImpl.h470 const APInt &CaseVal = CI.getCaseValue()->getValue(); in getEstimatedNumberOfCaseClusters() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2211 ConstantInt *CaseVal = i.getCaseValue(); in visitSwitchInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp446 const ConstantInt *CaseVal = I.getCaseValue(); in translateSwitch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp875 ConstantInt *CaseVal = std::get<0>(ExitCase); in unswitchTrivialSwitch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp956 GenericValue CaseVal = getOperandValue(Case.getCaseValue(), SF); in visitSwitchInst() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp903 GenericValue CaseVal = getOperandValue(i.getCaseValue(), SF); in visitSwitchInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp958 GenericValue CaseVal = getOperandValue(Case.getCaseValue(), SF); in visitSwitchInst() local
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2964 ConstantInt *CaseVal = in ParseFunctionBody() local
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3212 ConstantInt *CaseVal = in ParseFunctionBody() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp698 const ConstantInt *CaseVal = I.getCaseValue(); in translateSwitch() local

12