HomeSort by relevance Sort by last modified time
    Searched refs:CI (Results 251 - 275 of 1122) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
insert_value.pass.cpp 47 typedef typename C::const_iterator CI;
49 CI i = c1.insert(c1.begin() + P, x);
96 typedef typename C::const_iterator CI;
102 CI it = c.cbegin() + i;
103 CI jt = c.cbegin() + j;
  /external/llvm/lib/IR/
IRBuilder.cpp 62 CallInst *CI = CallInst::Create(Callee, Ops, Name);
63 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
64 Builder->SetInstDebugLocation(CI);
65 return CI;
91 CallInst *CI = createCallHelper(TheFn, Ops, this);
95 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag);
98 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag);
101 CI->setMetadata(LLVMContext::MD_noalias, NoAliasTag);
103 return CI;
118 CallInst *CI = createCallHelper(TheFn, Ops, this)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueLattice.h 124 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
125 markConstantRange(ConstantRange(CI->getValue()));
140 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
141 markConstantRange(ConstantRange(CI->getValue() + 1, CI->getValue()));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueLattice.h 124 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
125 markConstantRange(ConstantRange(CI->getValue()));
140 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
141 markConstantRange(ConstantRange(CI->getValue() + 1, CI->getValue()));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueLattice.h 124 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
125 markConstantRange(ConstantRange(CI->getValue()));
140 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
141 markConstantRange(ConstantRange(CI->getValue() + 1, CI->getValue()));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueLattice.h 124 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
125 markConstantRange(ConstantRange(CI->getValue()));
140 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
141 markConstantRange(ConstantRange(CI->getValue() + 1, CI->getValue()));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueLattice.h 124 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
125 markConstantRange(ConstantRange(CI->getValue()));
140 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
141 markConstantRange(ConstantRange(CI->getValue() + 1, CI->getValue()));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueLattice.h 124 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
125 markConstantRange(ConstantRange(CI->getValue()));
140 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
141 markConstantRange(ConstantRange(CI->getValue() + 1, CI->getValue()));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueLattice.h 124 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
125 markConstantRange(ConstantRange(CI->getValue()));
140 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
141 markConstantRange(ConstantRange(CI->getValue() + 1, CI->getValue()));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueLattice.h 124 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
125 markConstantRange(ConstantRange(CI->getValue()));
140 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
141 markConstantRange(ConstantRange(CI->getValue() + 1, CI->getValue()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
insert_value.pass.cpp 47 typedef typename C::const_iterator CI;
49 CI i = c1.insert(c1.begin() + P, x);
96 typedef typename C::const_iterator CI;
102 CI it = c.cbegin() + i;
103 CI jt = c.cbegin() + j;
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 139 PCHContainerGenerator(CompilerInstance &CI, const std::string &MainFileName,
143 : Diags(CI.getDiagnostics()), MainFileName(MainFileName),
145 MMap(CI.getPreprocessor().getHeaderSearchInfo().getModuleMap()),
146 HeaderSearchOpts(CI.getHeaderSearchOpts()),
147 PreprocessorOpts(CI.getPreprocessorOpts()),
148 TargetOpts(CI.getTargetOpts()), LangOpts(CI.getLangOpts()), OS(OS),
156 CodeGenOpts.setDebuggerTuning(CI.getCodeGenOpts().getDebuggerTuning());
309 CompilerInstance &CI, const std::string &MainFileName,
312 return llvm::make_unique<PCHContainerGenerator>(CI, MainFileName
    [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 195 CompilerInstance &CI = getCompilerInstance();
196 ASSERT_FALSE(CI.hasSema());
197 CI.createSema(getTranslationUnitKind(), nullptr);
198 ASSERT_TRUE(CI.hasDiagnostics());
199 DiagnosticsEngine &Diagnostics = CI.getDiagnostics();
207 Sources[I]->InitializeSema(CI.getSema());
208 CI.getSema().addExternalSource(Sources[I]);
210 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
211 CI.getFrontendOpts().SkipFunctionBodies)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 536 ClassInfo *CI;
538 static OperandMatchEntry Create(MatchableInfo* mi, ClassInfo *ci,
542 X.CI = ci;
884 if (ClassInfo *CI = AsmOperandClasses[MatchClass])
885 return CI;
893 if (ClassInfo *CI = RegisterClassClasses[ClassRec])
894 return CI;
900 if (ClassInfo *CI = RegisterClassClasses[Rec])
901 return CI;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 283 Instruction *FoldICmpAddOpCst(Instruction &ICI, Value *X, ConstantInt *CI,
290 Instruction *commonCastTransforms(CastInst &CI);
291 Instruction *commonPointerCastTransforms(CastInst &CI);
292 Instruction *visitTrunc(TruncInst &CI);
293 Instruction *visitZExt(ZExtInst &CI);
294 Instruction *visitSExt(SExtInst &CI);
295 Instruction *visitFPTrunc(FPTruncInst &CI);
296 Instruction *visitFPExt(CastInst &CI);
299 Instruction *visitUIToFP(CastInst &CI);
300 Instruction *visitSIToFP(CastInst &CI);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 100 ConstantInt *CI = 0; Value *AddLHS = 0;
102 match(ScaleReg, m_Add(m_Value(AddLHS), m_ConstantInt(CI)))) {
104 TestAddrMode.BaseOffs += CI->getSExtValue()*TestAddrMode.Scale;
232 if (ConstantInt *CI = dyn_cast<ConstantInt>(AddrInst->getOperand(i))) {
233 ConstantOffset += CI->getSExtValue()*TypeSize;
311 if (ConstantInt *CI = dyn_cast<ConstantInt>(Addr)) {
313 AddrMode.BaseOffs += CI->getSExtValue();
316 AddrMode.BaseOffs -= CI->getSExtValue();
381 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal,
383 TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints(ImmutableCallSite(CI));
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 591 } else if (const CallInst *CI = dyn_cast<CallInst>(U)) {
592 if (CI->getCalledValue() != V) {
601 } else if (const BitCastInst *CI = dyn_cast<BitCastInst>(U)) {
602 if (!AllUsesOfValueWillTrapIfNull(CI, PHIs)) return false;
671 } else if (CastInst *CI = dyn_cast<CastInst>(I)) {
672 Changed |= OptimizeAwayTrappingUsesOfValue(CI,
673 ConstantExpr::getCast(CI->getOpcode(),
674 NewV, CI->getType()));
675 if (CI->use_empty()) {
677 CI->eraseFromParent()
    [all...]
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 38 bool BeginSourceFileAction(CompilerInstance &ci,
41 ci.getPreprocessor().enableIncrementalProcessing();
43 return ASTFrontendAction::BeginSourceFileAction(ci, filename);
46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
48 return llvm::make_unique<Visitor>(CI, ActOnEndOfTranslationUnit,
55 Visitor(CompilerInstance &CI, bool ActOnEndOfTranslationUnit,
57 CI(CI), ActOnEndOfTranslationUnit(ActOnEndOfTranslationUnit),
62 CI.getSema().ActOnEndOfTranslationUnit();
73 CompilerInstance &CI;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 52 CallSiteBase(CallTy *CI) : I(CI, true) { assert(CI); }
274 CallSite(CallInst *CI) : Base(CI) {}
293 ImmutableCallSite(const CallInst *CI) : Base(CI) {}
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 116 if (CallInst *CI = dyn_cast<CallInst>(I)) {
117 if (CI->doesNotThrow()) {
119 } else if (Function *Callee = CI->getCalledFunction()) {
209 if (CallInst *CI = dyn_cast<CallInst>(I++))
210 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
241 if (CallInst *CI = dyn_cast<CallInst>(I)) {
243 CGN->removeCallEdgeFor(CI);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 98 if (ConstantInt *CI = dyn_cast<ConstantInt>(RHS)) {
100 const APInt &Val = CI->getValue();
112 return SelectInst::Create(ZI->getOperand(0), AddOne(CI), CI);
117 const APInt &RHSVal = CI->getValue();
292 Constant *CI =
295 ConstantExpr::getSExt(CI, I.getType()) == RHSC &&
296 WillNotOverflowSignedAdd(LHSConv->getOperand(0), CI)) {
299 CI, "addconv");
365 Constant *CI =
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 216 if (CallInst *CI = dyn_cast<CallInst>(Op0)) {
217 Function *F = CI->getCalledFunction();
222 Op0 = CI->getArgOperand(0);
226 PossibleJunk.insert(CI);
259 } else if (auto *CI = dyn_cast<CallInst>(Op0)) {
261 Function *F = CI->getCalledFunction();
266 Value *V = CI->getArgOperand(0);
267 auto *MaskC = dyn_cast<ConstantInt>(CI->getArgOperand(1));
282 PossibleJunk.insert(CI);
  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.cpp 113 /// Find index of \param V as argument of function call \param CI.
115 getArgIndex(CallInst *CI, Value *V) {
116 for (unsigned AI = 0, AE = CI->getNumArgOperands(); AI != AE; ++AI) {
117 if (CI->getArgOperand(AI) == V)
123 /// Find index of \param V as argument of function call \param CI.
161 if (auto CI = dyn_cast<CallInst>(U)) {
162 auto ArgIndex = getArgIndex(CI, &I);
163 auto CF = CI->getCalledFunction();
244 auto *CI = dyn_cast<CallInst>(U);
245 if (!CI)
    [all...]
  /external/clang/test/Sema/
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/libcxx/test/std/containers/sequences/deque/deque.special/
copy.pass.cpp 50 typedef typename C::const_iterator CI;
52 typedef random_access_iterator<CI> RACI;
53 typedef input_iterator<CI> ICI;

Completed in 416 milliseconds

<<11121314151617181920>>