Home
last modified time | relevance | path

Searched +full:- +full:- +full:ci (Results 1 – 25 of 1593) sorted by relevance

12345678910>>...64

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
46 EnableUnsafeFPShrink("enable-double-float-shrink", cl::Hidden,
51 //===----------------------------------------------------------------------===//
53 //===----------------------------------------------------------------------===//
60 static bool isCallingConvCCompatible(CallInst *CI) { in isCallingConvCCompatible() argument
61 switch(CI->getCallingConv()) { in isCallingConvCCompatible()
72 if (Triple(CI->getModule()->getTargetTriple()).isiOS()) in isCallingConvCCompatible()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
42 EnableUnsafeFPShrink("enable-double-float-shrink", cl::Hidden,
47 //===----------------------------------------------------------------------===//
49 //===----------------------------------------------------------------------===//
58 for (User *U : V->users()) { in isOnlyUsedInEqualityComparison()
60 if (IC->isEquality() && IC->getOperand(1) == With) in isOnlyUsedInEqualityComparison()
68 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument() argument
[all …]
/aosp_15_r20/external/libnl/lib/route/link/
H A Dcan.c1 /* SPDX-License-Identifier: LGPL-2.1-only */
19 #include "nl-default.h"
30 #include "nl-route.h"
31 #include "link-api.h"
81 struct can_info *ci; in can_alloc() local
83 if (link->l_info) in can_alloc()
84 memset(link->l_info, 0, sizeof(*ci)); in can_alloc()
86 ci = calloc(1, sizeof(*ci)); in can_alloc()
87 if (!ci) in can_alloc()
88 return -NLE_NOMEM; in can_alloc()
[all …]
/aosp_15_r20/external/angle/infra/config/generated/
H A Dluci-scheduler.cfg1 # Auto-generated by lucicfg.
5 # https://config.luci.app/schemas/projects:luci-scheduler.cfg
8 id: "android-arm-compile"
9 realm: "ci"
10 acl_sets: "ci"
16 server: "cr-buildbucket.appspot.com"
17 bucket: "ci"
18 builder: "android-arm-compile"
22 id: "android-arm-dbg-compile"
23 realm: "ci"
[all …]
/aosp_15_r20/external/webrtc/infra/config/
H A Dluci-scheduler.cfg1 # Auto-generated by lucicfg.
5 # https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg
9 realm: "ci"
10 acl_sets: "ci"
12 server: "cr-buildbucket.appspot.com"
13 bucket: "ci"
19 realm: "ci"
20 acl_sets: "ci"
22 server: "cr-buildbucket.appspot.com"
23 bucket: "ci"
[all …]
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===//
8 //===----------------------------------------------------------------------===//
15 //===----------------------------------------------------------------------===//
40 ColdErrorCalls("error-reporting-is-cold", cl::init(true), cl::Hidden,
41 cl::desc("Treat error-reporting calls as cold"));
44 EnableUnsafeFPShrink("enable-double-float-shrink", cl::Hidden,
50 //===----------------------------------------------------------------------===//
52 //===----------------------------------------------------------------------===//
59 /// Return true if it only matters that the value is equal or not-equal to zero.
61 for (User *U : V->users()) { in isOnlyUsedInZeroEqualityComparison()
[all …]
/aosp_15_r20/external/clang/lib/Frontend/
H A DFrontendAction.cpp1 //===--- FrontendAction.cpp -----------------------------------------------===//
8 //===----------------------------------------------------------------------===//
54 Previous->ReaderInitialized(Reader); in ReaderInitialized()
59 Previous->IdentifierRead(ID, II); in IdentifierRead()
63 Previous->TypeRead(Idx, T); in TypeRead()
67 Previous->DeclRead(ID, D); in DeclRead()
71 Previous->SelectorRead(ID, Sel); in SelectorRead()
76 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
88 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
90 llvm::outs() << " - " << *ND; in DeclRead()
[all …]
/aosp_15_r20/external/libyuv/infra/config/
H A Dluci-scheduler.cfg1 # Auto-generated by lucicfg.
5 # https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg
9 realm: "ci"
10 acl_sets: "ci"
12 server: "cr-buildbucket.appspot.com"
13 bucket: "ci"
19 realm: "ci"
20 acl_sets: "ci"
22 server: "cr-buildbucket.appspot.com"
23 bucket: "ci"
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
H A DX-VarHandleTestByteArrayView.java.template17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24 // Android-added: package for test.
30 * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestByteArrayAs$Type$
31 * @run testng/othervm -Diters=20000 VarHandleTestByteArrayAs$Type$
32 * @run testng/othervm -Diters=20000 -XX:-TieredCompilation VarHandleTestByteArrayAs$Type$
174 "read write", bav, vh, h -> testArrayReadWrite(bas, h),
177 "null array", bav, vh, h -> testArrayNPE(bas, h),
180 "unsupported", bav, vh, h -> testArrayUnsupported(bas, h),
183 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h),
186 … "misaligned access", bav, vh, h -> testArrayMisalignedAccess(bas, h),
[all …]
H A DVarHandleTestByteArrayAsInt.java17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24 // Android-added: package for test.
30 * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestByteArrayAsInt
31 * @run testng/othervm -Diters=20000 VarHandleTestByteArrayAsInt
32 * @run testng/othervm -Diters=20000 -XX:-TieredCompilation VarHandleTestByteArrayAsInt
142 "read write", bav, vh, h -> testArrayReadWrite(bas, h), in accessTestCaseProvider()
145 "null array", bav, vh, h -> testArrayNPE(bas, h), in accessTestCaseProvider()
148 "unsupported", bav, vh, h -> testArrayUnsupported(bas, h), in accessTestCaseProvider()
151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
154 … "misaligned access", bav, vh, h -> testArrayMisalignedAccess(bas, h), in accessTestCaseProvider()
[all …]
H A DVarHandleTestByteArrayAsLong.java17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24 // Android-added: package for test.
30 * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestByteArrayAsLong
31 * @run testng/othervm -Diters=20000 VarHandleTestByteArrayAsLong
32 * @run testng/othervm -Diters=20000 -XX:-TieredCompilation VarHandleTestByteArrayAsLong
142 "read write", bav, vh, h -> testArrayReadWrite(bas, h), in accessTestCaseProvider()
145 "null array", bav, vh, h -> testArrayNPE(bas, h), in accessTestCaseProvider()
148 "unsupported", bav, vh, h -> testArrayUnsupported(bas, h), in accessTestCaseProvider()
151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
154 … "misaligned access", bav, vh, h -> testArrayMisalignedAccess(bas, h), in accessTestCaseProvider()
[all …]
H A DVarHandleTestByteArrayAsFloat.java17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24 // Android-added: package for test.
30 * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestByteArrayAsFloat
31 * @run testng/othervm -Diters=20000 VarHandleTestByteArrayAsFloat
32 * @run testng/othervm -Diters=20000 -XX:-TieredCompilation VarHandleTestByteArrayAsFloat
142 "read write", bav, vh, h -> testArrayReadWrite(bas, h), in accessTestCaseProvider()
145 "null array", bav, vh, h -> testArrayNPE(bas, h), in accessTestCaseProvider()
148 "unsupported", bav, vh, h -> testArrayUnsupported(bas, h), in accessTestCaseProvider()
151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
154 … "misaligned access", bav, vh, h -> testArrayMisalignedAccess(bas, h), in accessTestCaseProvider()
[all …]
H A DVarHandleTestByteArrayAsDouble.java17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24 // Android-added: package for test.
30 * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestByteArrayAsDouble
31 * @run testng/othervm -Diters=20000 VarHandleTestByteArrayAsDouble
32 * @run testng/othervm -Diters=20000 -XX:-TieredCompilation VarHandleTestByteArrayAsDouble
142 "read write", bav, vh, h -> testArrayReadWrite(bas, h), in accessTestCaseProvider()
145 "null array", bav, vh, h -> testArrayNPE(bas, h), in accessTestCaseProvider()
148 "unsupported", bav, vh, h -> testArrayUnsupported(bas, h), in accessTestCaseProvider()
151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
154 … "misaligned access", bav, vh, h -> testArrayMisalignedAccess(bas, h), in accessTestCaseProvider()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1 //===- SILoadStoreOptimizer.cpp -------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
45 // - This is currently missing stores of constants because loading
49 // - Live interval recomputing seems inefficient. This currently only matches
53 // - With a list of instructions to process, we can also merge more. If a
54 // cluster of loads have offsets that are too large to fit in the 8-bit
58 //===----------------------------------------------------------------------===//
91 #define DEBUG_TYPE "si-load-store-opt"
138 if (AddrReg[i]->isImm() || AddrRegNext.isImm()) { in hasSameBaseAddress()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1 //===- SILoadStoreOptimizer.cpp -------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
45 // - This is currently missing stores of constants because loading
49 // - Live interval recomputing seems inefficient. This currently only matches
53 // - With a list of instructions to process, we can also merge more. If a
54 // cluster of loads have offsets that are too large to fit in the 8-bit
58 //===----------------------------------------------------------------------===//
69 #define DEBUG_TYPE "si-load-store-opt"
125 bool hasSameBaseAddress(const CombineInfo &CI) { in hasSameBaseAddress()
[all …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/
H A Dfarm-rules.yml5 # - exists: [ .ci-farms-disabled/$FARM ]
9 # re-enabling the farm:
10 # - changes: [ .ci-farms-disabled/$FARM ]
14 # so that jobs meant to be manual don't run in re-enablement MRs. This is the
15 # only difference between `.$FARM-farm-rules` and `.$FARM-farm-manual-rules`.
17 # If any other disable file is modified, we are disabling/re-enabling another
19 # - changes: [ .ci-farms-disabled/* ]
28 # that are used by a driver. See the various `.$DRIVER-rules` in the
29 # corresponding `src/**/ci/gitlab-ci.yml`.
31 .microsoft-farm-rules:
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/minizip/
Dzip.c1 /* zip.c -- IO on .zip files using zlib
3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
5 … Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
8 Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
13 Oct-2009 - Mathias Svensson - Remove old C style function prototypes
14 Oct-2009 - Mathias Svensson - Added Zip64 Support when creating new file archives
15 …Oct-2009 - Mathias Svensson - Did some code cleanup and refactoring to get better overview of some…
16 …Oct-2009 - Mathias Svensson - Added zipRemoveExtraInfoBlock to strip extra field data from its ZIP…
19 Oct-2009 - Mathias Svensson - Added support for BZIP2 as compression mode (bzip2 lib is required)
20 Jan-2010 - back to unzip and minizip 1.0 name scheme, with compatibility layer
[all …]
/aosp_15_r20/external/zlib/contrib/minizip/
H A Dzip.c1 /* zip.c -- IO on .zip files using zlib
3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
5 … Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
8 Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
13 Oct-2009 - Mathias Svensson - Remove old C style function prototypes
14 Oct-2009 - Mathias Svensson - Added Zip64 Support when creating new file archives
15 …Oct-2009 - Mathias Svensson - Did some code cleanup and refactoring to get better overview of some…
16 …Oct-2009 - Mathias Svensson - Added zipRemoveExtraInfoBlock to strip extra field data from its ZIP…
19 Oct-2009 - Mathias Svensson - Added support for BZIP2 as compression mode (bzip2 lib is required)
20 Jan-2010 - back to unzip and minizip 1.0 name scheme, with compatibility layer
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h1 //===- SimplifyLibCalls.h - Library call simplifier -------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 /// when possible, replace them with their non-checking counterparts.
52 Value *optimizeCall(CallInst *CI, IRBuilderBase &B);
55 Value *optimizeMemCpyChk(CallInst *CI, IRBuilderBase &B);
56 Value *optimizeMemMoveChk(CallInst *CI, IRBuilderBase &B);
57 Value *optimizeMemSetChk(CallInst *CI, IRBuilderBase &B);
60 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func);
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h1 //===- SimplifyLibCalls.h - Library call simplifier -------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
34 /// when possible, replace them with their non-checking counterparts.
51 Value *optimizeCall(CallInst *CI, IRBuilderBase &B);
54 Value *optimizeMemCpyChk(CallInst *CI, IRBuilderBase &B);
55 Value *optimizeMemMoveChk(CallInst *CI, IRBuilderBase &B);
56 Value *optimizeMemSetChk(CallInst *CI, IRBuilderBase &B);
59 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func);
[all …]
/aosp_15_r20/external/lua/src/
H A Dldo.c43 ** Error-recovery functions
60 try { a } catch(...) { if ((c)->status == 0) (c)->status = -1; }
66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1)
67 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a }
73 #define LUAI_THROW(L,c) longjmp((c)->b, 1)
74 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a }
94 setsvalue2s(L, oldtop, G(L)->memerrmsg); /* reuse preregistered msg. */ in luaD_seterrorobj()
106 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in luaD_seterrorobj()
110 L->top = oldtop + 1; in luaD_seterrorobj()
115 if (L->errorJmp) { /* thread has an error handler? */ in luaD_throw()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h1 //===- SimplifyLibCalls.h - Library call simplifier -------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 /// when possible, replace them with their non-checking counterparts.
52 Value *optimizeCall(CallInst *CI, IRBuilderBase &B);
55 Value *optimizeMemCpyChk(CallInst *CI, IRBuilderBase &B);
56 Value *optimizeMemMoveChk(CallInst *CI, IRBuilderBase &B);
57 Value *optimizeMemSetChk(CallInst *CI, IRBuilderBase &B);
60 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func);
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h1 //===- SimplifyLibCalls.h - Library call simplifier -------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 /// when possible, replace them with their non-checking counterparts.
52 Value *optimizeCall(CallInst *CI, IRBuilderBase &B);
55 Value *optimizeMemCpyChk(CallInst *CI, IRBuilderBase &B);
56 Value *optimizeMemMoveChk(CallInst *CI, IRBuilderBase &B);
57 Value *optimizeMemSetChk(CallInst *CI, IRBuilderBase &B);
60 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func);
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h1 //===- SimplifyLibCalls.h - Library call simplifier -------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 /// when possible, replace them with their non-checking counterparts.
52 Value *optimizeCall(CallInst *CI, IRBuilderBase &B);
55 Value *optimizeMemCpyChk(CallInst *CI, IRBuilderBase &B);
56 Value *optimizeMemMoveChk(CallInst *CI, IRBuilderBase &B);
57 Value *optimizeMemSetChk(CallInst *CI, IRBuilderBase &B);
60 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func);
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp1 //===-- AutoUpgrade.cpp - Implement auto-upgrade helper functions ---------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements the auto-upgrade helper functions.
13 //===----------------------------------------------------------------------===//
36 static void rename(GlobalValue *GV) { GV->setName(GV->getName() + ".old"); } in rename()
44 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic()
45 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
50 NewFn = Intrinsic::getDeclaration(F->getParent(), IID); in UpgradePTESTIntrinsic()
54 // Upgrade the declarations of intrinsic functions whose 8-bit immediate mask
[all …]

12345678910>>...64