HomeSort by relevance Sort by last modified time
    Searched defs:II (Results 201 - 225 of 332) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 464 const IntrinsicInst *II = dyn_cast<IntrinsicInst>(&Inst);
465 if (II && II->getIntrinsicID() == Intrinsic::dbg_value)
    [all...]
  /external/python/cpython2/Lib/test/
test_weakref.py 462 class II(object):
466 I = II()
470 # Now J and II are each in a self-cycle (as all new-style class
482 # in just the right order (I last). Calling tp_clear on II leaves
490 # attributes ("J") in the class dict first. The class (II) wants to
491 # search II.__mro__, but that's NULL. The result was a segfault in
493 del I, J, II
499 # This is just like test_callback_in_cycle_1, except that II is an
502 # get cleared from I.__dict__ before 'wr', and 'J' was never in II's
504 # the old-style II doesn't have a NULL __mro__ (it doesn't have an
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 673 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
674 switch (II->getIntrinsicID()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocLinearScan.cpp 1358 DenseMap<unsigned, unsigned>::iterator ii = DowngradeMap.find(i->reg); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 552 const MCInstrDesc &II = TII.get(TargetOpcode::DBG_VALUE);
557 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, II)
562 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, II)
566 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, II)
570 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, II)
574 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, II)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 102 const InstrItineraryData *II = TM->getInstrItineraryData();
103 return new ScoreboardHazardRecognizer(II, DAG, "pre-RA-sched");
109 CreateTargetPostRAHazardRecognizer(const InstrItineraryData *II,
113 new ARMHazardRecognizer(II, *this, getRegisterInfo(), Subtarget, DAG);
114 return TargetInstrInfoImpl::CreateTargetPostRAHazardRecognizer(II, DAG);
    [all...]
ARMCodeEmitter.cpp 49 const ARMInstrInfo *II;
69 II((const ARMInstrInfo *)tm.getInstrInfo()),
370 II = ((const ARMTargetMachine &)MF.getTarget()).getInstrInfo();
694 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
709 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
732 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
747 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
771 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
796 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
845 Binary |= II->getPredicate(&MI) << ARMII::CondShift
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 186 IntrinsicInst *II = dyn_cast<IntrinsicInst>(&CI);
187 if (!II) return visitCallSite(&CI);
191 if (MemIntrinsic *MI = dyn_cast<MemIntrinsic>(II)) {
243 if (Changed) return II;
246 switch (II->getIntrinsicID()) {
253 uint64_t DontKnow = II->getArgOperand(1) == Builder->getTrue() ? 0 : -1ULL;
256 Value *Op1 = II->getArgOperand(0)->stripPointerCasts();
322 if (IntrinsicInst *Operand = dyn_cast<IntrinsicInst>(II->getArgOperand(0)))
327 if (TruncInst *TI = dyn_cast<TruncInst>(II->getArgOperand(0))) {
340 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1)))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 44 bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI) {
45 return InlineFunction(CallSite(II), IFI);
263 InvokeInliningInfo(InvokeInst *II)
264 : OuterUnwindDest(II->getUnwindDest()), OuterSelector(0),
266 OuterResumeDest(II->getUnwindDest()), InnerResumeDest(0),
271 llvm::BasicBlock *InvokeBB = II->getParent();
577 InvokeInst *II =
581 II->setCallingConv(CI->getCallingConv());
582 II->setAttributes(CI->getAttributes());
586 CI->replaceAllUsesWith(II);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 57 mutable IdentifierInfo *II;
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
    [all...]

Completed in 1176 milliseconds

1 2 3 4 5 6 7 891011>>