HomeSort by relevance Sort by last modified time
    Searched defs:IC (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/v8/src/
ic.h 53 /* Utilities for IC stubs. */ \
66 // IC is the base class for LoadIC, StoreIC, CallIC, KeyedLoadIC,
69 class IC {
82 // Alias the inline cache state type to make the IC code more readable.
85 // The IC code is either invoked with no extra frames on the stack
92 // Construct the IC structure with the given number of extra
94 IC(FrameDepth depth, Isolate* isolate);
95 virtual ~IC() {}
101 // Compute the current IC state based on the target stub, receiver and name.
107 // Computes the reloc info for this IC. This is a fairly expensiv
    [all...]
ic.cc 35 #include "ic-inl.h"
43 char IC::TransitionMarkFromState(IC::State state) {
73 void IC::TraceIC(const char* type,
123 IC::IC(FrameDepth depth, Isolate* isolate) : isolate_(isolate) {
124 // To improve the performance of the (much used) IC code, we unfold a few
126 // running DeltaBlue and a ~25% speedup of gbemu with the '--nouse-ic' flag.
152 Address IC::OriginalCodeAddress() const {
154 // Compute the JavaScript frame for the frame pointer of this IC
1051 Handle<Code> ic = ComputePolymorphicIC( local
    [all...]
  /external/v8/src/
ic.h 52 /* Utilities for IC stubs. */ \
65 // IC is the base class for LoadIC, StoreIC, CallIC, KeyedLoadIC,
68 class IC {
81 // Alias the inline cache state type to make the IC code more readable.
84 // The IC code is either invoked with no extra frames on the stack
91 // Construct the IC structure with the given number of extra
93 IC(FrameDepth depth, Isolate* isolate);
94 virtual ~IC() {}
102 // Compute the current IC state based on the target stub, receiver and name.
108 // Computes the reloc info for this IC. This is a fairly expensiv
    [all...]
ic.cc 35 #include "ic-inl.h"
43 char IC::TransitionMarkFromState(IC::State state) {
61 void IC::TraceIC(const char* type,
112 IC::IC(FrameDepth depth, Isolate* isolate) : isolate_(isolate) {
114 // To improve the performance of the (much used) IC code, we unfold
116 // ~35% speedup when running DeltaBlue with the '--nouse-ic' flag.
142 Address IC::OriginalCodeAddress() const {
144 // Compute the JavaScript frame for the frame pointer of this IC
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 286 InlineCost IC = getInlineCost(CS);
288 if (IC.isAlways()) {
294 if (IC.isNever()) {
301 if (!IC) {
302 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
303 << ", thres=" << (IC.getCostDelta() + IC.getCost())
328 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
369 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost()) {
371 " Cost = " << IC.getCost() <
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 369 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
370 if (!IC || !IC->isEquality())
373 Value *CmpLHS = IC->getOperand(0);
374 Value *CmpRHS = IC->getOperand(1);
407 ICmpInst::Predicate Pred = IC->getPredicate();
664 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
665 if (!IC || !IC->isEquality() || !SI.getType()->isIntegerTy())
668 if (!match(IC->getOperand(1), m_Zero())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
ic.py 0 """IC wrapper module, based on Internet Config 1.3"""
4 warnpy3k("In 3.x, the ic module is removed.", stacklevel=2)
36 """An unparseable IC entry"""
163 class IC:
164 def __init__(self, signature='Pyth', ic=None):
165 if ic:
166 self.ic = ic
168 self.ic = icglue.ICStart(signature)
169 if hasattr(self.ic, 'ICFindConfigFile')
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 75 #define IC 38
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /external/clang/lib/AST/
CommentParser.cpp 405 InlineCommandComment *IC;
407 IC = S.actOnInlineCommand(CommandTok.getLocation(),
414 IC = S.actOnInlineCommand(CommandTok.getLocation(),
421 return IC;
  /external/eigen/blas/testing/
cblat1.f 13 INTEGER IC
22 DO 20 IC = 1, 10
23 ICASE = IC
dblat1.f 13 INTEGER IC
22 DO 20 IC = 1, 10
23 ICASE = IC
sblat1.f 13 INTEGER IC
22 DO 20 IC = 1, 10
23 ICASE = IC
zblat1.f 13 INTEGER IC
22 DO 20 IC = 1, 10
23 ICASE = IC
cblat2.f 433 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
513 DO 90 IC = 1, 3
514 TRANS = ICH( IC: IC )
778 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY,
849 DO 90 IC = 1, 2
850 UPLO = ICH( IC: IC )
    [all...]
cblat3.f     [all...]
dblat2.f 423 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
503 DO 90 IC = 1, 3
504 TRANS = ICH( IC: IC )
764 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY,
835 DO 90 IC = 1, 2
836 UPLO = ICH( IC: IC )
    [all...]
dblat3.f     [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 211 DeclContext *IC = S.computeDeclContext(getBaseObjectType());
212 InstanceContext = (IC ? cast<CXXRecordDecl>(IC)->getCanonicalDecl() : 0);
    [all...]
SemaObjCProperty.cpp     [all...]

Completed in 790 milliseconds

1 2