Home
last modified time | relevance | path

Searched refs:EL0 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dglobal-sra-fp80-array.ll24 …array.0 = internal unnamed_addr global x86_fp80 0xK00000000000000000000, align 16, !dbg ![[EL0:.*]]
27 ; CHECK: ![[EL0]] = !DIGlobalVariableExpression(var: ![[VAR:.*]], expr: !DIExpression(DW_OP_LLVM_fr…
Dglobal-sra-fp80-struct.ll27 …truct.0 = internal unnamed_addr global x86_fp80 0xK00000000000000000000, align 16, !dbg ![[EL0:.*]]
30 ; CHECK: ![[EL0]] = !DIGlobalVariableExpression(var: ![[VAR:.*]], expr: !DIExpression(DW_OP_LLVM_fr…
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dglobal-sra-struct.ll22 ; CHECK: @static_struct.0 = internal unnamed_addr global i32 0, align 8, !dbg ![[EL0:.*]]
25 ; CHECK: ![[EL0]] = !DIGlobalVariableExpression(var: ![[VAR:.*]], expr: !DIExpression(DW_OP_LLVM_fr…
Dglobal-sra-array.ll24 ; CHECK: @array.0.0 = internal unnamed_addr global i32 0, align 16, !dbg ![[EL0:.*]]
27 ; CHECK: ![[EL0]] = !DIGlobalVariableExpression(var: ![[VAR:.*]], expr: !DIExpression(DW_OP_LLVM_fr…
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4341 ExitLimit EL0 = ComputeExitLimitFromCond(L, BO->getOperand(0), TBB, FBB); in ComputeExitLimitFromCond() local
4348 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond()
4352 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond()
4353 if (EL0.Max == getCouldNotCompute()) in ComputeExitLimitFromCond()
4356 MaxBECount = EL0.Max; in ComputeExitLimitFromCond()
4358 MaxBECount = getUMinFromMismatchedTypes(EL0.Max, EL1.Max); in ComputeExitLimitFromCond()
4363 if (EL0.Max == EL1.Max) in ComputeExitLimitFromCond()
4364 MaxBECount = EL0.Max; in ComputeExitLimitFromCond()
4365 if (EL0.Exact == EL1.Exact) in ComputeExitLimitFromCond()
4366 BECount = EL0.Exact; in ComputeExitLimitFromCond()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5813 ExitLimit EL0 = computeExitLimitFromCond(L, BO->getOperand(0), TBB, FBB, in computeExitLimitFromCond() local
5824 if (EL0.Exact == getCouldNotCompute() || in computeExitLimitFromCond()
5828 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in computeExitLimitFromCond()
5829 if (EL0.Max == getCouldNotCompute()) in computeExitLimitFromCond()
5832 MaxBECount = EL0.Max; in computeExitLimitFromCond()
5834 MaxBECount = getUMinFromMismatchedTypes(EL0.Max, EL1.Max); in computeExitLimitFromCond()
5839 if (EL0.Max == EL1.Max) in computeExitLimitFromCond()
5840 MaxBECount = EL0.Max; in computeExitLimitFromCond()
5841 if (EL0.Exact == EL1.Exact) in computeExitLimitFromCond()
5842 BECount = EL0.Exact; in computeExitLimitFromCond()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp7174 ExitLimit EL0 = computeExitLimitFromCondCached( in computeExitLimitFromCondImpl() local
7185 if (EL0.ExactNotTaken == getCouldNotCompute() || in computeExitLimitFromCondImpl()
7190 getUMinFromMismatchedTypes(EL0.ExactNotTaken, EL1.ExactNotTaken); in computeExitLimitFromCondImpl()
7191 if (EL0.MaxNotTaken == getCouldNotCompute()) in computeExitLimitFromCondImpl()
7194 MaxBECount = EL0.MaxNotTaken; in computeExitLimitFromCondImpl()
7197 getUMinFromMismatchedTypes(EL0.MaxNotTaken, EL1.MaxNotTaken); in computeExitLimitFromCondImpl()
7201 if (EL0.MaxNotTaken == EL1.MaxNotTaken) in computeExitLimitFromCondImpl()
7202 MaxBECount = EL0.MaxNotTaken; in computeExitLimitFromCondImpl()
7203 if (EL0.ExactNotTaken == EL1.ExactNotTaken) in computeExitLimitFromCondImpl()
7204 BECount = EL0.ExactNotTaken; in computeExitLimitFromCondImpl()
[all …]