HomeSort by relevance Sort by last modified time
    Searched refs:I2 (Results 26 - 50 of 164) sorted by null

12 3 4 5 6 7

  /external/strace/tests-m32/
sigign.test 18 for i in '' -I1 -I2 -I3 -I4; do
  /external/strace/tests-mx32/
sigblock.test 18 for i in '' -I1 -I2 -I3 -I4; do
sigign.test 18 for i in '' -I1 -I2 -I3 -I4; do
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APSInt.h 284 static bool isSameValue(const APSInt &I1, const APSInt &I2) {
285 return !compareValues(I1, I2);
289 static int compareValues(const APSInt &I1, const APSInt &I2) {
290 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
291 return I1.IsUnsigned ? I1.compare(I2) : I1.compareSigned(I2);
294 if (I1.getBitWidth() > I2.getBitWidth())
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
296 if (I2.getBitWidth() > I1.getBitWidth()
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/base/
ObjectsBenchmark.java 31 private static final Integer I2 = 3;
75 dummy += Objects.hashCode(I2, S1, D1, S2, I0);
76 dummy += Objects.hashCode(D0, I1, S3, I2, S0);
  /external/llvm/unittests/Analysis/
UnrollAnalyzer.cpp 113 auto I2 = SimplifiedValuesVector[0].find(Y2);
114 EXPECT_TRUE(I2 != SimplifiedValuesVector[0].end());
115 EXPECT_FALSE(cast<ConstantInt>((*I2).second)->getZExtValue());
124 I2 = SimplifiedValuesVector[TripCount - 1].find(Y2);
125 EXPECT_TRUE(I2 != SimplifiedValuesVector[TripCount - 1].end());
126 EXPECT_TRUE(cast<ConstantInt>((*I2).second)->getZExtValue());
177 auto I2 = SimplifiedValuesVector[0].find(Y2);
178 EXPECT_TRUE(I2 == SimplifiedValuesVector[0].end());
220 auto I2 = SimplifiedValuesVector[5].find(Y2);
221 EXPECT_TRUE(I2 != SimplifiedValuesVector[5].end())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
UnrollAnalyzer.cpp 112 auto I2 = SimplifiedValuesVector[0].find(Y2);
113 EXPECT_TRUE(I2 != SimplifiedValuesVector[0].end());
114 EXPECT_FALSE(cast<ConstantInt>((*I2).second)->getZExtValue());
123 I2 = SimplifiedValuesVector[TripCount - 1].find(Y2);
124 EXPECT_TRUE(I2 != SimplifiedValuesVector[TripCount - 1].end());
125 EXPECT_TRUE(cast<ConstantInt>((*I2).second)->getZExtValue());
176 auto I2 = SimplifiedValuesVector[0].find(Y2);
177 EXPECT_TRUE(I2 == SimplifiedValuesVector[0].end());
219 auto I2 = SimplifiedValuesVector[5].find(Y2);
220 EXPECT_TRUE(I2 != SimplifiedValuesVector[5].end())
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 149 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) {
151 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
154 switch (AA.alias(*I1, I1Size, *I2, I2Size)) {
156 PrintResults("NoAlias", PrintNoAlias, *I1, *I2, F.getParent());
160 PrintResults("MayAlias", PrintMayAlias, *I1, *I2, F.getParent());
164 PrintResults("PartialAlias", PrintPartialAlias, *I1, *I2,
169 PrintResults("MustAlias", PrintMustAlias, *I1, *I2, F.getParent());
209 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 139 while (const IfStmt *I2 = dyn_cast_or_null<IfStmt>(Else)) {
140 const Expr *Cond2 = I2->getCond();
149 Else = I2->getElse();
331 Expr::const_child_iterator I2 = Expr2->child_begin();
332 while (I1 != Expr1->child_end() && I2 != Expr2->child_end()) {
333 if (!*I1 || !*I2 || !isIdenticalStmt(Ctx, *I1, *I2, IgnoreSideEffects))
336 ++I2;
342 if (I2 != Expr2->child_end())
436 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin()
    [all...]
  /external/clang/test/Sema/
compound-literal.c 32 struct Incomplete* I2 = (struct foo[x]){1, 2, 3}; // expected-error {{variable-sized object may not be initialized}}
warn-duplicate-enum.c 57 I2,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 97 void combine(MachineInstr &I1, MachineInstr &I2,
101 bool isSafeToMoveTogether(MachineInstr &I1, MachineInstr &I2,
262 /// isSafeToMoveTogether - Returns true if it is safe to move I1 next to I2 such
265 MachineInstr &I2,
269 unsigned I2UseReg = UseReg(I2.getOperand(1));
271 // It is not safe to move I1 and I2 into one combine if I2 has a true
278 // First try to move I2 towards I1.
280 // A reverse_iterator instantiated like below starts before I2, and I1
282 // Look at instructions I in between I2 and (excluding) I1
    [all...]
HexagonVectorLoopCarriedReuse.cpp 53 // t4 = f(X1) <-- I2
67 // I1 (of X2) and I2 (of X1) that meet the following conditions.
68 // 1. I1 and I2 are the same operation, but with different operands.
70 // 3. All other operands Op1 of I1 and Op2 of I2 are also such that there is a
89 // We proceed until we cannot find any more such instructions I1 and I2.
292 bool isDepChainBtwn(Instruction *I1, Instruction *I2, int Iters);
293 DepChain *getDepChainBtwn(Instruction *I1, Instruction *I2);
294 bool isEquivalentOperation(Instruction *I1, Instruction *I2);
331 Instruction *I2) {
332 if (!I1->isSameOperationAs(I2))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 100 void combine(MachineInstr &I1, MachineInstr &I2,
104 bool isSafeToMoveTogether(MachineInstr &I1, MachineInstr &I2,
247 /// isSafeToMoveTogether - Returns true if it is safe to move I1 next to I2 such
250 MachineInstr &I2,
254 unsigned I2UseReg = UseReg(I2.getOperand(1));
256 // It is not safe to move I1 and I2 into one combine if I2 has a true
263 // First try to move I2 towards I1.
265 // A reverse_iterator instantiated like below starts before I2, and I1
267 // Look at instructions I in between I2 and (excluding) I1
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 374 static bool haveSameSpecialState(const Instruction *I1, const Instruction *I2,
376 assert(I1->getOpcode() == I2->getOpcode() &&
380 return AI->getAllocatedType() == cast<AllocaInst>(I2)->getAllocatedType() &&
381 (AI->getAlignment() == cast<AllocaInst>(I2)->getAlignment() ||
384 return LI->isVolatile() == cast<LoadInst>(I2)->isVolatile() &&
385 (LI->getAlignment() == cast<LoadInst>(I2)->getAlignment() ||
387 LI->getOrdering() == cast<LoadInst>(I2)->getOrdering() &&
388 LI->getSyncScopeID() == cast<LoadInst>(I2)->getSyncScopeID();
390 return SI->isVolatile() == cast<StoreInst>(I2)->isVolatile() &&
391 (SI->getAlignment() == cast<StoreInst>(I2)->getAlignment() |
    [all...]
  /external/clang/test/CodeGenCXX/
homogeneous-aggregates.cpp 37 struct I2 : Base2 {};
39 struct D5 : I1, I2, I3 {}; // homogeneous aggregate
  /external/clang/test/Index/
complete-method-decls.m 88 @interface I2
89 -(nonnull I2 *)produceI2:(nullable I2 *)i2;
95 @implementation I2
229 // CHECK-NULLABILITY: ObjCInstanceMethodDecl:{LeftParen (}{Text I2 *}{RightParen )}{TypedText produceI2}{TypedText :}{LeftParen (}{Text I2 *}{RightParen )}{Text i2} (40)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 178 const Instruction *I2) const;
287 const Instruction *I2) const {
292 if (I1->getOpcode() != I2->getOpcode() ||
293 I1->getNumOperands() != I2->getNumOperands() ||
294 !isEquivalentType(I1->getType(), I2->getType()) ||
295 !I1->hasSameSubclassOptionalData(I2))
302 I2->getOperand(i)->getType()))
307 return LI->isVolatile() == cast<LoadInst>(I2)->isVolatile() &&
308 LI->getAlignment() == cast<LoadInst>(I2)->getAlignment() &&
309 LI->getOrdering() == cast<LoadInst>(I2)->getOrdering() &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 177 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) {
179 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
182 switch (AA.alias(*I1, I1Size, *I2, I2Size)) {
184 PrintResults("NoAlias", PrintNoAlias, *I1, *I2, F.getParent());
187 PrintResults("MayAlias", PrintMayAlias, *I1, *I2, F.getParent());
190 PrintResults("PartialAlias", PrintPartialAlias, *I1, *I2,
194 PrintResults("MustAlias", PrintMustAlias, *I1, *I2, F.getParent());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 148 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) {
150 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
153 AliasResult AR = AA.alias(*I1, I1Size, *I2, I2Size);
156 PrintResults(AR, PrintNoAlias, *I1, *I2, F.getParent());
160 PrintResults(AR, PrintMayAlias, *I1, *I2, F.getParent());
164 PrintResults(AR, PrintPartialAlias, *I1, *I2, F.getParent());
168 PrintResults(AR, PrintMustAlias, *I1, *I2, F.getParent());
205 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.cpp 335 for (vvec::iterator I2 = dst.begin(), E2 = dst.end();
336 I2 != E2; ++I2) {
337 value *v = *I2;
346 for (vvec::iterator I2 = dst.begin(), E2 = dst.end();
347 I2 != E2; ++I2, ++chan) {
348 *I2 = swp[chan];
356 for (vvec::iterator I2 = n->src.begin(), E2 = n->src.end();
357 I2 != E2; ++I2, ++SI)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
SSAUpdaterBulk.cpp 68 auto *I2 = cast<Instruction>(B.CreateAdd(AddOp2, ConstantInt::get(I32Ty, 6)));
80 Updater.AddUse(VarNum, &I2->getOperandUse(0));
153 auto *I2 = cast<Instruction>(B.CreateAdd(AddOp2, ConstantInt::get(I32Ty, 4)));
171 Updater.AddUse(VarNum, &I2->getOperandUse(0));
190 // I2 should use the new phi.
191 PHINode *UpdatePhi = dyn_cast_or_null<PHINode>(I2->getOperand(0));
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclTuple.h 210 /// \tparam I2... is the list of index from [0 to sizeof...(t2))
214 template <typename... Args1, typename... Args2, size_t... I1, size_t... I2>
215 Tuple<Args1..., Args2...> append_base(Tuple<Args1...> t1, Tuple<Args2...> t2, IndexList<I1...>, IndexList<I2...>) {
216 return utility::tuple::make_tuple(get<I1>(t1)...,get<I2>(t2)...);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp 299 MachineBasicBlock::iterator &I2) {
301 I2 = MBB2->end();
304 while (I1 != MBB1->begin() && I2 != MBB2->begin()) {
305 --I1; --I2;
309 while (I2->isDebugValue()) {
310 if (I2==MBB2->begin())
311 // I1==DBG at begin; I2==DBG at begin
313 --I2;
315 ++I2;
316 // I1==DBG at begin; I2==non-DBG, or first of DBGs not at begi
    [all...]
  /external/clang/test/SemaCXX/
default2.cpp 129 template <int I1 = I2, int I2 = 1> struct T {}; // expected-error-re {{use of undeclared identifier 'I2'{{$}}}}

Completed in 738 milliseconds

12 3 4 5 6 7