HomeSort by relevance Sort by last modified time
    Searched defs:CI (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
insert_iter_iter.pass.cpp 50 typedef typename C::const_iterator CI;
51 typedef bidirectional_iterator<CI> BCI;
53 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end()));
71 typedef typename C::const_iterator CI;
133 typedef typename C::const_iterator CI;
134 typedef input_iterator<CI> ICI;
136 CI i = c1.insert(c1.begin() + P, ICI(c2.begin()), ICI(c2.end()));
154 typedef typename C::const_iterator CI;
208 typedef typename C::const_iterator CI;
215 for (CI i = c.begin(); i != c.end(); ++i, ++j
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 188 ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1));
190 if (CI)
191 Idx = CI->getZExtValue();
197 ConstantInt *CI = dyn_cast<ConstantInt>(IE->getOperand(2));
199 if (CI)
200 Idx = CI->getZExtValue();
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 141 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB);
142 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME));
168 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);
169 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME));
MachineCopyPropagation.cpp 159 DenseMap<unsigned, MachineInstr*>::iterator CI = AvailCopyMap.find(Src);
160 if (CI != AvailCopyMap.end()) {
161 MachineInstr *CopyMI = CI->second;
193 CI = CopyMap.find(*AI);
194 if (CI != CopyMap.end())
195 MaybeDeadCopies.remove(CI->second);
257 DenseMap<unsigned, MachineInstr*>::iterator CI = CopyMap.find(*AI);
258 if (CI != CopyMap.end())
259 MaybeDeadCopies.remove(CI->second);
Analysis.cpp 131 InlineAsm::ConstraintInfo &CI = CInfos[i];
132 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) {
133 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
139 if (CI.isIndirect)
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 245 CallInst *CI = cast<CallInst>(Declare->use_back());
246 CI->eraseFromParent();
254 CallInst *CI = cast<CallInst>(DbgVal->use_back());
255 CI->eraseFromParent();
304 CallInst *CI = cast<CallInst>(Declare->use_back());
305 Value *Arg1 = CI->getArgOperand(0);
306 Value *Arg2 = CI->getArgOperand(1);
307 assert(CI->use_empty() && "llvm.dbg intrinsic should have void result");
308 CI->eraseFromParent();
  /external/llvm/unittests/IR/
MetadataTest.cpp 83 ConstantInt *CI = ConstantInt::get(getGlobalContext(), APInt(8, 0));
87 V.push_back(CI);
110 EXPECT_EQ(CI, n1->getOperand(1));
ValueMapTest.cpp 81 typename ValueMap<TypeParam*, int>::const_iterator CI =
83 ASSERT_TRUE(CI != CVM.end());
84 EXPECT_EQ(this->BitcastV.get(), CI->first);
85 EXPECT_EQ(7, CI->second);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBufferTest.java 455 public void test_getCharsII$CI() {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.h 182 typedef const_iterator CI;
214 friend bool operator==(const CI& lhs, const CI& rhs) {
216 friend bool operator!=(const CI& lhs, const CI& rhs) {
218 friend bool operator<(const CI& lhs, const CI& rhs);
219 friend bool operator>(const CI& lhs, const CI& rhs) {
221 friend bool operator<=(const CI& lhs, const CI& rhs)
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 472 llvm::CallInst *CI = Builder.CreateCall(Callee,
476 CI->setCallingConv(F->getCallingConv());
  /external/clang/lib/Frontend/
FrontendAction.cpp 128 ASTConsumer* FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI,
130 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
134 if (CI.getFrontendOpts().AddPluginActions.size() == 0)
141 for (size_t i = 0, e = CI.getFrontendOpts().AddPluginActions.size();
149 if (it->getName() == CI.getFrontendOpts().AddPluginActions[i]) {
152 if (P->ParseArgs(CI, CI.getFrontendOpts().AddPluginArgs[i]))
153 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
162 bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
167 setCompilerInstance(&CI);
    [all...]
FrontendActions.cpp 36 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI,
48 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI,
50 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
51 return CreateASTPrinter(OS, CI.getFrontendOpts().ASTDumpFilter);
55 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI,
57 return CreateASTDumper(CI.getFrontendOpts().ASTDumpFilter,
58 CI.getFrontendOpts().ASTDumpLookups);
61 ASTConsumer *ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI,
66 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI,
69 if (CI.getFrontendOpts().OutputFile.empty()
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 33 typedef constexpr int CI; // expected-error {{typedef cannot be constexpr}}
  /external/clang/test/Sema/
c89.c 102 typedef const int CI;
104 const CI mine1[5][5]; /* expected-warning {{duplicate 'const' declaration specifier}} */
106 typedef CI array_of_CI[5];
109 typedef CI *array_of_pointer_to_CI[5];
return.c 253 typedef const int CI;
254 CI ignored_quals_typedef();
256 const CI ignored_quals_typedef_2(); // expected-warning{{'const' type qualifier}}
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 121 CompilerInvocation CI;
122 if (!CompilerInvocation::CreateFromArgs(CI, Args.begin(), Args.end(), *Diags))
125 if (CI.getFrontendOpts().Inputs.empty()) {
130 if (!CI.getLangOpts()->ObjC1)
133 arcmt::checkForManualIssues(CI, CI.getFrontendOpts().Inputs[0],
  /external/llvm/lib/IR/
Value.cpp 438 ConstantInt *CI = dyn_cast<ConstantInt>(Index);
439 if (!CI)
442 if (CI->isZero())
448 if (CI->getValue().getActiveBits() > 64)
450 if (CI->getZExtValue() >= ATy->getNumElements())
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 192 if (CallInst *CI = dyn_cast<CallInst>(J)) {
193 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue())) {
211 if (Function *F = CI->getCalledFunction()) {
275 if (!CI->onlyReadsMemory())
279 if (!CI->getArgOperand(0)->getType()->isFloatingPointTy())
319 TLI->getSimpleValueType(CI->getArgOperand(0)->getType(), true);
340 CastInst *CI = cast<CastInst>(J);
341 if (CI->getSrcTy()->getScalarType()->isPPC_FP128Ty() ||
342 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() ||
344 (CI->getSrcTy()->getScalarType()->isIntegerTy(64) |
    [all...]
PPCFastISel.cpp 255 const ConstantInt *CI = cast<ConstantInt>(C);
256 if (isInt<16>(CI->getSExtValue())) {
260 .addImm(CI->getSExtValue());
265 int64_t Imm = CI->getZExtValue();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 284 User *CI = cast<User>(LI.getOperand(0));
285 Value *CastOp = CI->getOperand(0);
287 PointerType *DestTy = cast<PointerType>(CI->getType());
326 IC.Builder->CreateLoad(CastOp, LI.isVolatile(), CI->getName());
450 User *CI = cast<User>(SI.getOperand(1));
451 Value *CastOp = CI->getOperand(0);
453 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType();
500 cast<PointerType>(CI->getType())->getAddressSpace() ||
InstCombineShifts.cpp 81 ConstantInt *CI = 0;
82 if ((isLeftShift && match(I, m_LShr(m_Value(), m_ConstantInt(CI)))) ||
83 (!isLeftShift && match(I, m_Shl(m_Value(), m_ConstantInt(CI))))) {
84 if (CI->getZExtValue() == NumBits) {
94 CI->getLimitedValue(BitWidth) < BitWidth) {
117 CI = dyn_cast<ConstantInt>(I->getOperand(1));
118 if (CI == 0) return false;
124 if (CI->getValue() == NumBits) return true;
130 if (CI->getZExtValue() > NumBits) {
131 unsigned LowBits = TypeWidth - CI->getZExtValue()
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 406 CallInst *CI = cast<CallInst>(Inst);
407 if (IsNullOrUndef(CI->getArgOperand(1))) {
409 ConstantPointerNull::get(cast<PointerType>(CI->getType()));
411 new StoreInst(Null, CI->getArgOperand(0), CI);
413 DEBUG(dbgs() << "OBJCARCContract: Old = " << *CI << "\n"
416 CI->replaceAllUsesWith(Null);
417 CI->eraseFromParent();
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 99 bool EliminateRecursiveTailCall(CallInst *CI, ReturnInst *Ret,
113 bool CanMoveAboveCall(Instruction *I, CallInst *CI);
114 Value *CanTransformAccumulatorRecursion(Instruction *I, CallInst *CI);
250 if (CallInst *CI = dyn_cast<CallInst>(I)) {
251 if (!ACT.UsesAlloca.count(CI)) {
252 CI->setTailCall();
268 bool TailCallElim::CanMoveAboveCall(Instruction *I, CallInst *CI) {
276 if (CI->mayHaveSideEffects()) {
281 if (CI->mayWriteToMemory() ||
294 if (I->getOperand(i) == CI)
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 54 CallInst *CI = B.CreateCall(StrLen, CastToCStr(Ptr, B), "strlen");
56 CI->setCallingConv(F->getCallingConv());
58 return CI;
84 CallInst *CI = B.CreateCall2(StrNLen, CastToCStr(Ptr, B), MaxLen, "strnlen");
86 CI->setCallingConv(F->getCallingConv());
88 return CI;
111 CallInst *CI = B.CreateCall2(StrChr, CastToCStr(Ptr, B),
114 CI->setCallingConv(F->getCallingConv());
115 return CI;
141 CallInst *CI = B.CreateCall3(StrNCmp, CastToCStr(Ptr1, B)
    [all...]

Completed in 2502 milliseconds

12 3 4 5 6