Searched refs:EL1 (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | global-sra-struct.ll | 23 ; CHECK: @static_struct.1 = internal unnamed_addr global i64 0, align 8, !dbg ![[EL1:.*]] 27 ; CHECK: ![[EL1]] = !DIGlobalVariableExpression(var: ![[VAR]], expr: !DIExpression(DW_OP_LLVM_fragm…
|
D | global-sra-array.ll | 25 ; CHECK: @array.1.0 = internal unnamed_addr global i32 0, align 8, !dbg ![[EL1:.*]] 29 ; CHECK: ![[EL1]] = !DIGlobalVariableExpression(var: ![[VAR]], expr: !DIExpression(DW_OP_LLVM_fragm…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | global-sra-fp80-array.ll | 25 …array.1 = internal unnamed_addr global x86_fp80 0xK00000000000000000000, align 16, !dbg ![[EL1:.*]] 29 ; CHECK: ![[EL1]] = !DIGlobalVariableExpression(var: ![[VAR]], expr: !DIExpression(DW_OP_LLVM_fragm…
|
D | global-sra-fp80-struct.ll | 28 ; CHECK: @static_struct.1 = internal unnamed_addr global i32 0, align 16, !dbg ![[EL1:.*]] 32 ; CHECK: ![[EL1]] = !DIGlobalVariableExpression(var: ![[VAR]], expr: !DIExpression(DW_OP_LLVM_fragm…
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4342 ExitLimit EL1 = ComputeExitLimitFromCond(L, BO->getOperand(1), TBB, FBB); in ComputeExitLimitFromCond() local 4349 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond() 4352 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond() 4354 MaxBECount = EL1.Max; in ComputeExitLimitFromCond() 4355 else if (EL1.Max == getCouldNotCompute()) in ComputeExitLimitFromCond() 4358 MaxBECount = getUMinFromMismatchedTypes(EL0.Max, EL1.Max); in ComputeExitLimitFromCond() 4363 if (EL0.Max == EL1.Max) in ComputeExitLimitFromCond() 4365 if (EL0.Exact == EL1.Exact) in ComputeExitLimitFromCond() 4374 ExitLimit EL1 = ComputeExitLimitFromCond(L, BO->getOperand(1), TBB, FBB); in ComputeExitLimitFromCond() local 4381 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond() [all …]
|
/external/u-boot/arch/arm/cpu/armv8/ |
D | Kconfig | 19 this register is RO for NS EL1.
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5816 ExitLimit EL1 = computeExitLimitFromCond(L, BO->getOperand(1), TBB, FBB, in computeExitLimitFromCond() local 5825 EL1.Exact == getCouldNotCompute()) in computeExitLimitFromCond() 5828 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in computeExitLimitFromCond() 5830 MaxBECount = EL1.Max; in computeExitLimitFromCond() 5831 else if (EL1.Max == getCouldNotCompute()) in computeExitLimitFromCond() 5834 MaxBECount = getUMinFromMismatchedTypes(EL0.Max, EL1.Max); in computeExitLimitFromCond() 5839 if (EL0.Max == EL1.Max) in computeExitLimitFromCond() 5841 if (EL0.Exact == EL1.Exact) in computeExitLimitFromCond() 5847 NP.add(&EL1.Pred); in computeExitLimitFromCond() 5864 ExitLimit EL1 = computeExitLimitFromCond(L, BO->getOperand(1), TBB, FBB, in computeExitLimitFromCond() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7177 ExitLimit EL1 = computeExitLimitFromCondCached( in computeExitLimitFromCondImpl() local 7186 EL1.ExactNotTaken == getCouldNotCompute()) in computeExitLimitFromCondImpl() 7190 getUMinFromMismatchedTypes(EL0.ExactNotTaken, EL1.ExactNotTaken); in computeExitLimitFromCondImpl() 7192 MaxBECount = EL1.MaxNotTaken; in computeExitLimitFromCondImpl() 7193 else if (EL1.MaxNotTaken == getCouldNotCompute()) in computeExitLimitFromCondImpl() 7197 getUMinFromMismatchedTypes(EL0.MaxNotTaken, EL1.MaxNotTaken); in computeExitLimitFromCondImpl() 7201 if (EL0.MaxNotTaken == EL1.MaxNotTaken) in computeExitLimitFromCondImpl() 7203 if (EL0.ExactNotTaken == EL1.ExactNotTaken) in computeExitLimitFromCondImpl() 7217 {&EL0.Predicates, &EL1.Predicates}); in computeExitLimitFromCondImpl() 7225 ExitLimit EL1 = computeExitLimitFromCondCached( in computeExitLimitFromCondImpl() local [all …]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1232 Generate exception targeting EL1.
|