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

12 3

  /external/qemu/
mips-dis.c     [all...]
i386-dis.c 356 #define I1 { OP_I, const_1_mode }
    [all...]
arm-dis.c     [all...]
  /external/clang/test/Sema/
compound-literal.c 29 struct Incomplete* I1 = &(struct Incomplete){1, 2, 3}; // -expected-error {{variable has incomplete type}}
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 171 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end();
172 I1 != E; ++I1) {
174 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType();
177 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) {
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())
    [all...]
AliasAnalysis.cpp 398 /// instructions to consider are all of the instructions in the range of [I1,I2]
399 /// INCLUSIVE. I1 and I2 must be in the same basic block.
401 bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1,
404 assert(I1.getParent() == I2.getParent() &&
406 BasicBlock::const_iterator I = &I1;
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 221 CompilationUnit I1 = new CompilationUnit("a.I1",
223 "public interface I1 extends I0{}");
226 "public class C0 implements I1{}");
229 "public class C0 implements I1, I0{}");
230 IApi fromApi = convert(I0, I1, C0);
231 IApi toApi = convert(I0, I1, C0_I1);
244 CompilationUnit I1 = new CompilationUnit("a.I",
248 IApi toApi = convert(I1,Number);
261 CompilationUnit I1 = new CompilationUnit("a.I",
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 177 bool isEquivalentOperation(const Instruction *I1,
286 bool FunctionComparator::isEquivalentOperation(const Instruction *I1,
292 if (I1->getOpcode() != I2->getOpcode() ||
293 I1->getNumOperands() != I2->getNumOperands() ||
294 !isEquivalentType(I1->getType(), I2->getType()) ||
295 !I1->hasSameSubclassOptionalData(I2))
300 for (unsigned i = 0, e = I1->getNumOperands(); i != e; ++i)
301 if (!isEquivalentType(I1->getOperand(i)->getType(),
306 if (const LoadInst *LI = dyn_cast<LoadInst>(I1))
311 if (const StoreInst *SI = dyn_cast<StoreInst>(I1))
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 161 template<typename T, int I1, int I2> struct Switch1 {
164 case I1: return y; // expected-note{{previous}}
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 309 MachineBasicBlock::iterator &I1,
311 I1 = MBB1->end();
315 while (I1 != MBB1->begin() && I2 != MBB2->begin()) {
316 --I1; --I2;
318 while (I1->isDebugValue()) {
319 if (I1==MBB1->begin()) {
322 // I1==DBG at begin; I2==DBG at begin
327 // I1==DBG at begin; I2==non-DBG, or first of DBGs not at begin
330 --I1;
332 // I1==first (untested) non-DBG preceding known matc
    [all...]
MachineInstr.cpp 782 MachineBasicBlock::const_instr_iterator I1 = *this;
786 while (++I1 != E1 && I1->isInsideBundle()) {
788 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
    [all...]
  /external/openfst/src/test/
algo_test.h 321 VectorFst<Arc> I1(T);
322 Invert(&I1);
324 CHECK(Equiv(I1, I2));
330 VectorFst<Arc> I1(T);
332 Invert(&I1);
333 Project(&I1, PROJECT_OUTPUT);
334 CHECK(Equiv(P1, I1));
340 VectorFst<Arc> I1(T);
342 Invert(&I1);
343 Project(&I1, PROJECT_INPUT)
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.c 396 signed int Iaux;//, I1, I2;
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 481 /// range of [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
482 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
486 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
488 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /external/valgrind/main/cachegrind/
cg_sim.c 192 CACHESIM(I1, { (*m1)++; cachesim_LL_doref(a, size, m1, mL); } );
  /external/valgrind/main/callgrind/
sim.c 94 static cache_t2 I1, D1, LL;
307 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
414 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
521 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
542 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
672 /* for I1/D1 caches */
    [all...]
  /external/ppp/pppd/
md4.c 46 #define I1 0xefcdab89
109 MDp->buffer[1] = I1;
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 532 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size(); local
533 while (i1 != e1 && i2 != e2) {
534 if ((*V1)[i1].first == (*V2)[i2].first)
536 if ((*V1)[i1].first < (*V2)[i2].first)
537 ++i1;
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 242 static bool IsSameValue(const llvm::APInt &I1, const llvm::APInt &I2) {
243 if (I1.getBitWidth() == I2.getBitWidth())
244 return I1 == I2;
246 if (I1.getBitWidth() > I2.getBitWidth())
247 return I1 == I2.zext(I1.getBitWidth());
249 return I1.zext(I2.getBitWidth()) == I2;
254 static bool IsSameValue(const llvm::APSInt &I1, const llvm::APSInt &I2) {
255 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned()
    [all...]
  /external/svox/pico/lib/
picopam.c 238 picoos_uint8 i1_secondary_phrase_syllable; /*I1 */
322 #define I1 53
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 865 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
866 I1=$1; I2=$2; I3=$3; I4=$I4; I5=$I5; I6=$I6; I7=$I7; I8=$I8; I9=$I9
868 RET=$I9${I8:+" "}$I8${I7:+" "}$I7${I6:+" "}$I6${I5:+" "}$I5${I4:+" "}$I4${I3:+" "}$I3${I2:+" "}$I2${I1:+" "}$I1
1102 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
1103 I1=$1; I2=$2; I3=$3; I4=$4; I5=$5; I6=$6; I7=$7; I8=$8; I9=$9
1105 RET=$I9${I9:+" "}$I8${I8:+" "}$I7${I7:+" "}$I6${I6:+" "}$I5${I5:+" "}$I4${I4:+" "}$I3${I3:+" "}$I2${I2:+" "}$I1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 865 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
866 I1=$1; I2=$2; I3=$3; I4=$I4; I5=$I5; I6=$I6; I7=$I7; I8=$I8; I9=$I9
868 RET=$I9${I8:+" "}$I8${I7:+" "}$I7${I6:+" "}$I6${I5:+" "}$I5${I4:+" "}$I4${I3:+" "}$I3${I2:+" "}$I2${I1:+" "}$I1
1102 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
1103 I1=$1; I2=$2; I3=$3; I4=$4; I5=$5; I6=$6; I7=$7; I8=$8; I9=$9
1105 RET=$I9${I9:+" "}$I8${I8:+" "}$I7${I7:+" "}$I6${I6:+" "}$I5${I5:+" "}$I4${I4:+" "}$I3${I3:+" "}$I2${I2:+" "}$I1
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 54 SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5
305 SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5
698 // Sparc doesn't have i1 sign extending load
699 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
711 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
    [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 26 ?_?+?’Ct]`?]`??? <~?!?il?U???;?.:9?6?? ????0<9?I?M???(??S? ?zk????4??<`A?)????M???dG}%w ?"4??<@??????xg?R6aA??????f0?I??`<j??)?]??w? u???[ ~-???aO?<:??9?}?r????>?Jg??$T=?7?6??<2(0!?? U??(?????J???n???[??P<?m9?/i?g???;???{?_??nK?o"`?c20<?X??"z???H??| ?????????H? <.?W)???2?Ho|?:?T??}?!7?9 <?i1??J???$???? lwt_$9?_?=?0<r??P???>y??#?$?zH+?p3M???<??UT????}??????D????<k1)??~??#?/??TW??????????a??<???????? ??d?zr}? ?. ?7?~??<9??:??D?????-]]FL?)??#0<?G0???X0fE????&??Wb????<CB?K????Z?? 4?zx??????R???< ?A??e??????]?S??%x ?\??$?<(>.1?c??????\x??(??xs? ?a?<'???U???y??????????z???<
350 5?W?n???kq????X?I1???8p<>??Z?c?%v8_t?&? ???b ?<('O?K????z? ? pB?I%??y???<5?/?t????q???}??ah]??O?<?'Fv??|/z?;Z[??j??3b?r?<???x??z?Ys=?m??C x????D?2?<? ??zX????qH??R
    [all...]

Completed in 1183 milliseconds

12 3