Home
last modified time | relevance | path

Searched refs:CBE (Results 1 – 25 of 64) sorted by relevance

123

/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/tests/
DSHKNDA-2.tests1 … --ned --remove-default-ignorables --font-funcs=ft:U+0CA8,U+0CCD,U+0CA8,U+0CBE:[gid150|gid57@711,0…
2 … --ned --remove-default-ignorables --font-funcs=ft:U+0CA8,U+0CCD,U+0CA8,U+0CBE:[gid150|gid57@711,0…
3 … --ned --remove-default-ignorables --font-funcs=ft:U+0CA4,U+0CCD,U+0CA4,U+0CBE:[gid146|gid57@623,0…
4 … --ned --remove-default-ignorables --font-funcs=ft:U+0C9F,U+0CCD,U+0C9F,U+0CBE:[gid141|gid57@815,0…
7 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0C9C,U+0CBE,U+0CBC,U+0C95,U+0CB…
12 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0CAE,U+0CBE,U+0CB0,U+0CCD,U+0C9…
15 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0CB8,U+0CBE,U+0CAB,U+0CCD,U+0C9…
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.h33 class CBE; variable
90 static CBE *createCBE(const char *Argv0, std::string &Message,
156 class CBE : public AbstractInterpreter {
161 CBE(const sys::Path &llcPath, GCC *Gcc, in CBE() function
167 ~CBE() { delete gcc; } in ~CBE()
DToolRunner.cpp624 GCC::FileType CBE::OutputCode(const std::string &Bitcode, in OutputCode()
659 void CBE::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram()
666 int CBE::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram()
690 CBE *AbstractInterpreter::createCBE(const char *Argv0, in createCBE()
709 return new CBE(LLCPath, gcc, Args); in createCBE()
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
D2004-11-13-FunctionPointerCast.ll1 ; The CBE should not emit code that casts the function pointer. This causes
D2004-02-15-PreexistingExternals.ll4 ; this testcase for example, which caused the CBE to mangle one, screwing
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dindic-vowel-letter-spoofing.tests46 ../fonts/7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf::U+0C8A,U+0020,U+0C89,U+0CBE:[gid3=0+3269|gid…
48 ../fonts/7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf::U+0CE0,U+0020,U+0C8B,U+0CBE:[gid9=0+3214|gid…
Duse-vowel-letter-spoofing.tests53 ../fonts/46669c8860cbfea13562a6ca0d83130ee571137b.ttf::U+0C89,U+0CBE:[uni0C89=0+500|uni25CC=0+500|u…
54 ../fonts/46669c8860cbfea13562a6ca0d83130ee571137b.ttf::U+0C8B,U+0CBE:[uni0C8B=0+500|uni25CC=0+500|u…
/external/harfbuzz_ng/src/
DHBIndicVowelConstraints.txt56 0C89 0CBE ; # KANNADA LETTER U, KANNADA VOWEL SIGN AA
58 0C8B 0CBE ; # KANNADA LETTER VOCALIC R, KANNADA VOWEL SIGN AA
/external/swiftshader/third_party/LLVM/utils/
DNightlyTest.gnuplot29 ##------- Olden CBE performance ----
35 set ylabel "CBE compiled execution time (s)"
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp543 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local
544 CBI != CBE; ++CBI, FollowerState = CatchState) { in calculateClrEHStateNumbers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp553 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local
554 CBI != CBE; ++CBI, FollowerState = CatchState) { in calculateClrEHStateNumbers()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToSubmitABug.rst192 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which
/external/llvm/docs/
DHowToSubmitABug.rst192 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.td172 /// specifies the name of the builtin. This provides automatic CBE and CFE
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3648 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) in GetBlockDeclRefExprs() local
3649 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
3666 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) { in GetInnerBlockDeclRefExprs() local
3667 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs()
3668 GetInnerBlockDeclRefExprs(CBE->getBody(), in GetInnerBlockDeclRefExprs()
DRewriteModernObjC.cpp4470 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) in GetBlockDeclRefExprs() local
4471 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
4488 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) { in GetInnerBlockDeclRefExprs() local
4489 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs()
4490 GetInnerBlockDeclRefExprs(CBE->getBody(), in GetInnerBlockDeclRefExprs()
/external/llvm/lib/Target/PowerPC/
DREADME.txt47 The CBE manages to produce:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DREADME.txt47 The CBE manages to produce:
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in27 /* Define if CBE is enabled for printf %a output */
Dconfig.h.cmake29 /* Define if CBE is enabled for printf %a output */
/external/llvm/include/llvm/IR/
DIntrinsics.td260 /// specifies the name of the builtin. This provides automatic CBE and CFE
/external/icu/icu4c/source/data/unidata/norm2/
Dnfkc_cf.txt695 1CBE>10FE
1484 2CBE>2CBF
2818 FA1D>7CBE
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac713 dnl can still compile the CBE's output
724 [Define if CBE is enabled for printf %a output])
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME.txt115 The CBE manages to produce:
/external/icu/icu4c/source/data/unidata/
DDerivedCoreProperties.txt485 0CBE ; Alphabetic
2443 2CBE ; Uppercase
3693 2CBE ; Changes_When_Lowercased
5548 2CBE ; Changes_When_Casefolded
6763 0CBE ; ID_Continue
8678 0CBE ; XID_Continue
10327 0CBE ; Grapheme_Base

123