Home
last modified time | relevance | path

Searched refs:CE1 (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/lib/IR/
DConstantFold.cpp1051 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local
1053 if (CE1->getOpcode() == Instruction::ZExt) { in ConstantFoldBinaryInstruction()
1056 CE1->getOperand(0)->getType()->getPrimitiveSizeInBits(); in ConstantFoldBinaryInstruction()
1063 if (CE1->getOpcode() == Instruction::PtrToInt && in ConstantFoldBinaryInstruction()
1064 isa<GlobalValue>(CE1->getOperand(0))) { in ConstantFoldBinaryInstruction()
1065 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0)); in ConstantFoldBinaryInstruction()
1092 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local
1093 switch (CE1->getOpcode()) { in ConstantFoldBinaryInstruction()
1099 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); in ConstantFoldBinaryInstruction()
1101 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp1064 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local
1066 if (CE1->getOpcode() == Instruction::ZExt) { in ConstantFoldBinaryInstruction()
1069 CE1->getOperand(0)->getType()->getPrimitiveSizeInBits(); in ConstantFoldBinaryInstruction()
1076 if (CE1->getOpcode() == Instruction::PtrToInt && in ConstantFoldBinaryInstruction()
1077 isa<GlobalValue>(CE1->getOperand(0))) { in ConstantFoldBinaryInstruction()
1078 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0)); in ConstantFoldBinaryInstruction()
1105 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local
1106 switch (CE1->getOpcode()) { in ConstantFoldBinaryInstruction()
1112 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); in ConstantFoldBinaryInstruction()
1114 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1104 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local
1106 if (CE1->getOpcode() == Instruction::ZExt) { in ConstantFoldBinaryInstruction()
1109 CE1->getOperand(0)->getType()->getPrimitiveSizeInBits(); in ConstantFoldBinaryInstruction()
1116 if (CE1->getOpcode() == Instruction::PtrToInt && in ConstantFoldBinaryInstruction()
1117 isa<GlobalValue>(CE1->getOperand(0))) { in ConstantFoldBinaryInstruction()
1118 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0)); in ConstantFoldBinaryInstruction()
1145 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local
1146 switch (CE1->getOpcode()) { in ConstantFoldBinaryInstruction()
1152 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); in ConstantFoldBinaryInstruction()
1154 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction()
[all …]
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
Dp1.cpp36 concept enum CE1 {}; // expected-error {{'concept' can only appear on the definition of a function … enum
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp936 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() local
937 if (TD && CE0->getOpcode() == CE1->getOpcode()) { in ConstantFoldCompareInstOperands()
945 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands()
954 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType())) in ConstantFoldCompareInstOperands()
956 CE1->getOperand(0), TD); in ConstantFoldCompareInstOperands()
/external/swiftshader/
DSwiftShader.sln253 …exRoutineFuzzer", "tests\fuzzers\VertexRoutineFuzzer.vcxproj", "{FBDCFF88-0CE1-43C3-B694-8F45946FA…
780 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Debug|Win32.ActiveCfg = Debug|Win32
781 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Debug|Win32.Build.0 = Debug|Win32
782 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Debug|x64.ActiveCfg = Debug|x64
783 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Debug|x64.Build.0 = Debug|x64
784 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Profile|Win32.ActiveCfg = Release|Win32
785 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Profile|Win32.Build.0 = Release|Win32
786 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Profile|x64.ActiveCfg = Release|x64
787 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Profile|x64.Build.0 = Release|x64
788 {FBDCFF88-0CE1-43C3-B694-8F45946FAFE3}.Release|Win32.ActiveCfg = Release|Win32
[all …]
/external/llvm/lib/Analysis/
DConstantFolding.cpp1126 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() local
1127 if (CE0->getOpcode() == CE1->getOpcode()) { in ConstantFoldCompareInstOperands()
1135 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands()
1145 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType()) { in ConstantFoldCompareInstOperands()
1147 Predicate, CE0->getOperand(0), CE1->getOperand(0), DL, TLI); in ConstantFoldCompareInstOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1213 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() local
1214 if (CE0->getOpcode() == CE1->getOpcode()) { in ConstantFoldCompareInstOperands()
1222 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands()
1232 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType()) { in ConstantFoldCompareInstOperands()
1234 Predicate, CE0->getOperand(0), CE1->getOperand(0), DL, TLI); in ConstantFoldCompareInstOperands()
/external/icu/icu4c/source/data/unidata/
DDerivedCoreProperties.txt494 0CE0..0CE1 ; Alphabetic
1808 2CE1 ; Lowercase
4326 2CE1 ; Changes_When_Uppercased
4946 2CE1 ; Changes_When_Titlecased
5961 0CE0..0CE1 ; ID_Start
6772 0CE0..0CE1 ; ID_Continue
7040 1CE1 ; ID_Continue
7876 0CE0..0CE1 ; XID_Start
8687 0CE0..0CE1 ; XID_Continue
8955 1CE1 ; XID_Continue
[all …]
DCaseFolding.txt1116 2CE0; C; 2CE1; # COPTIC CAPITAL LETTER OLD NUBIAN NYI
1457 10CA1; C; 10CE1; # OLD HUNGARIAN CAPITAL LETTER EMP
DDerivedNormalizationProps.txt4377 2CE0 ; NFKC_CF; 2CE1
6860 10CA1 ; NFKC_CF; 10CE1
/external/icu/icu4c/source/data/unidata/norm2/
Dnfkc_cf.txt1501 2CE0>2CE1
3984 10CA1>10CE1
Duts46.txt1276 # 0CE0..0CE1 valid # 1.1 KANNADA LETTER VOCALIC RR..KANNADA LETTER VOCALIC LL
2935 2CE0 >2CE1 # 4.1 COPTIC CAPITAL LETTER OLD NUBIAN NYI
2936 # 2CE1 valid # 4.1 COPTIC SMALL LETTER OLD NUBIAN NYI
5969 10CA1 >10CE1 # 8.0 OLD HUNGARIAN CAPITAL LETTER EMP
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
DCollationTest_NON_IGNORABLE_SHORT.txt2196 1CE1 0021
3671 1CE1 003F
47818 1CE1 0061
48656 1CE1 0041
51661 1CE1 0062
70176 2CE1 0021
70178 2CE1 003F
70180 2CE1 0061
70181 2CE1 0041
70184 2CE1 0062
[all …]
DCollationTest_SHIFTED_SHORT.txt518 1CE1 0021
1379 1CE1 003F
50273 1CE1 0061
51958 1CE1 0041
55779 1CE1 0062
75596 2CE1 0021
75597 2CE1 003F
75600 2CE1 0061
75601 2CE1 0041
75604 2CE1 0062
[all …]
/external/icu/icu4c/source/test/testdata/
DCollationTest_NON_IGNORABLE_SHORT.txt2196 1CE1 0021
3671 1CE1 003F
47818 1CE1 0061
48656 1CE1 0041
51661 1CE1 0062
70176 2CE1 0021
70178 2CE1 003F
70180 2CE1 0061
70181 2CE1 0041
70184 2CE1 0062
[all …]
DCollationTest_SHIFTED_SHORT.txt518 1CE1 0021
1379 1CE1 003F
50273 1CE1 0061
51958 1CE1 0041
55779 1CE1 0062
75596 2CE1 0021
75597 2CE1 003F
75600 2CE1 0061
75601 2CE1 0041
75604 2CE1 0062
[all …]
/external/cldr/common/uca/
DCollationTest_CLDR_NON_IGNORABLE_SHORT.txt2196 1CE1 0021
3671 1CE1 003F
47818 1CE1 0061
48656 1CE1 0041
51661 1CE1 0062
70176 2CE1 0021
70178 2CE1 003F
70180 2CE1 0061
70181 2CE1 0041
70184 2CE1 0062
[all …]
DCollationTest_CLDR_SHIFTED_SHORT.txt518 1CE1 0021
1379 1CE1 003F
50273 1CE1 0061
51958 1CE1 0041
55779 1CE1 0062
75596 2CE1 0021
75597 2CE1 003F
75600 2CE1 0061
75601 2CE1 0041
75604 2CE1 0062
[all …]
Dallkeys_DUCET.txt208 1CE1 ; [.0000.0000.0000.0000] # VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA
4290 283F ; [*0CE1.0020.0002.283F] # BRAILLE PATTERN DOTS-123456
10570 2CE1 ; [.198B.0020.0002.2CE1] # COPTIC SMALL LETTER OLD NUBIAN NYI
11927 069A ; [.1CE1.0020.0002.069A] # ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE
13704 0CE1 ; [.21BD.0020.0002.0CE1] # KANNADA LETTER VOCALIC LL
17283 164E ; [.2CE1.0020.0002.164E] # CANADIAN SYLLABICS CARRIER SU
22046 12173 ; [.3CE1.0020.0002.12173] # CUNEIFORM SIGN KA TIMES LU
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
DCollationTest_NON_IGNORABLE_SHORT.txt2196 1CE1 0021
3671 1CE1 003F
47818 1CE1 0061
48656 1CE1 0041
51661 1CE1 0062
70176 2CE1 0021
70178 2CE1 003F
70180 2CE1 0061
70181 2CE1 0041
70184 2CE1 0062
[all …]
DCollationTest_SHIFTED_SHORT.txt518 1CE1 0021
1379 1CE1 003F
50273 1CE1 0061
51958 1CE1 0041
55779 1CE1 0062
75596 2CE1 0021
75597 2CE1 003F
75600 2CE1 0061
75601 2CE1 0041
75604 2CE1 0062
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Han_Pinyin.txt3721 峡 > xiá; #5CE1
7694 泡 > pào; #6CE1
11653 糡 > jiàng; #7CE1
15651 賡 > gēng; #8CE1
19650 鳡 > găn; #9CE1
/external/unicode/
DDerivedAge.txt215 0CE0..0CE1 ; 1.1 # [2] KANNADA LETTER VOCALIC RR..KANNADA LETTER VOCALIC LL
/external/cldr/tools/java/org/unicode/cldr/util/data/
DApproximateWidth.txt2796 2CE1; 5; # COPTIC SMALL LETTER OLD NUBIAN NYI
5215 1CE1; 7; # VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA
6887 0CE0..0CE1; 14; # KANNADA LETTER VOCALIC RR..KANNADA LETTER VOCALIC LL

12