| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | mips-control-instructions.s | 17 # CHECK32: ei # encoding: [0x41,0x60,0x60,0x20] 19 # CHECK32: ei $10 # encoding: [0x41,0x6a,0x60,0x20] 52 # CHECK64: ei # encoding: [0x41,0x60,0x60,0x20] 54 # CHECK64: ei $10 # encoding: [0x41,0x6a,0x60,0x20] 85 ei 86 ei $0 87 ei $10
|
| H A D | micromips-control-instructions.s | 41 # CHECK-EL: ei # encoding: [0x00,0x00,0x7c,0x57] 43 # CHECK-EL: ei $10 # encoding: [0x0a,0x00,0x7c,0x57] 78 # CHECK-EB: ei # encoding: [0x00,0x00,0x57,0x7c] 79 # CHECK-EB: ei # encoding: [0x00,0x00,0x57,0x7c] 80 # CHECK-EB: ei $10 # encoding: [0x00,0x0a,0x57,0x7c] 107 ei 108 ei $0 109 ei $10
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | mcm-1.ll | 12 @ei = external global i32 18 %0 = load i32, i32* @ei, align 4 20 store i32 %inc, i32* @ei, align 4 43 ; CHECK-NEXT: .tc ei[TC],ei
|
| H A D | mcm-default.ll | 9 @ei = external global i32 13 %0 = load i32, i32* @ei, align 4 15 store i32 %inc, i32* @ei, align 4
|
| H A D | mcm-obj.ll | 17 @ei = external global i32 21 %0 = load i32, i32* @ei, align 4 23 store i32 %inc, i32* @ei, align 4 28 ; accessing external variable ei.
|
| /llvm-project-15.0.7/clang/tools/diagtool/ |
| H A D | DiagTool.cpp | 44 ei = getTools(tools)->end(); it != ei; ++it) { in printCommands() local 53 ei = toolNames.end(); it != ei; ++it) { in printCommands() local
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/XCOFF/ |
| H A D | symbol-table.test | 16 ;; extern int ei; 19 ;; return (int)v[0] + (int)v[2] + si + ei; 32 @ei = external global i32, align 4 56 %5 = load i32, i32* @ei, align 4 70 ; SYM-NEXT: 00000000 *UND* 00000000 ei 86 ; SYM-NEXT: 000000e4 l O .data 00000004 ei 92 ; SYM-DES-NEXT: 00000000 *UND* 00000000 (idx: 1) ei[UA] 108 ; SYM-DES-NEXT: 000000e4 l O .data 00000004 (idx: 33) ei[TC]
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | delay-parsing-func-tryblock.mm | 33 } catch(int ei) { 34 …i = ei; // expected-error {{cannot refer to a non-static member from the handler of a constructor … 49 } catch(int ei) { 50 i = ei;
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-matchers.cc | 406 for (size_t ei = 0; ei < element_matched.size(); ++ei) { in VerifyMatchMatrix() local 407 if (element_matched[ei]) continue; in VerifyMatchMatrix() 410 *listener << outer_sep << sep << "element #" << ei << ": " in VerifyMatchMatrix() 411 << element_printouts[ei]; in VerifyMatchMatrix()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 91 for (typename SET::iterator it = B.begin(), ei = B.end(); it != ei; ++it) { in mergeSets() local 490 ei = block->rend(); it != ei; ++it) { in runOnBlock() local 511 for (CFG::const_iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it) in runOnAllBlocks() local 554 ei = block->succ_end(); it != ei; ++it) { in computeLiveness() local 584 it = blocksEndToLiveness.begin(), ei = blocksEndToLiveness.end(); in dumpBlockLiveness() local 585 it != ei; ++it) { in dumpBlockLiveness() 595 it = vec.begin(), ei = vec.end(); it != ei; ++it) { in dumpBlockLiveness() local
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips64/ |
| H A D | invalid-mips32r2.s | 10 …ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat… 11 …ei # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat…
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | vtable-linkage.cpp | 65 E<int> ei; in use_E() local 66 (void)ei; in use_E()
|
| H A D | debug-info-template-explicit-specialization.cpp | 57 e<int> ei; variable
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | inline.c | 71 extern __inline int ei() { return 123; } in ei() function 74 return ei(); in foo()
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips4/ |
| H A D | invalid-mips32r2.s | 10 …ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat… 11 …ei # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat…
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips3/ |
| H A D | invalid-mips32r2.s | 10 …ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat… 11 …ei # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat…
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips5/ |
| H A D | invalid-mips32r2.s | 10 …ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat… 11 …ei # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat…
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips1/ |
| H A D | invalid-mips32r2.s | 10 …ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat… 11 …ei # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat…
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.param/ |
| H A D | p7.cpp | 33 template<_BitInt(42) ei> struct ExtInt; 66 _BitInt(42) ei;
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips32/ |
| H A D | invalid-mips32r2.s | 12 …ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat… 13 …ei # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feat…
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocOverflowSecurityChecker.cpp | 307 for (CFG::iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it) { in checkASTCodeBody() local
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/micromips32r6/ |
| H A D | valid.s | 68 ei # CHECK: ei # encoding: [0x00,0x00,0x57,0x7c] 69 ei $0 # CHECK: ei # encoding: [0x00,0x00,0x57,0x7c] 70 ei $10 # CHECK: ei $10 # encoding: [0x00,0x0a,0x57,0x7c]
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 359 [&os](llvm::ErrorInfoBase &ei) { ei.log(os); }); in lookup() argument
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndexDiagnostic.cpp | 189 ei = AU->stored_diag_end(); it != ei; ++it) { in lazyCreateDiags() local
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | 2011-11-01-lftrptr.ll | 208 %ei = ptrtoint i8* %end to i32 209 %cnt = sub i32 %ei, %bi 286 %ei = ptrtoint i8* %end to i32 287 %cnt = sub i32 %ei, %bi
|