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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 110 InlineCost IC = CA.getInlineCost(CS, NeverInline);
111 if (IC.isAlways()) {
114 } else if (IC.isNever()) {
119 int Cost = IC.getValue();
  /external/v8/src/ic/
ic.h 10 #include "src/ic/ic-state.h"
18 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
20 class IC {
22 // Alias the inline cache state type to make the IC code more readable.
25 // The IC code is either invoked with no extra frames on the stack
29 // Construct the IC structure with the given number of extra
31 IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL);
32 virtual ~IC() {}
37 // Compute the current IC state based on the target stub, receiver and name
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 232 bool Inliner::shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC,
256 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
296 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost())
304 InlineCost IC = getInlineCost(CS);
306 if (IC.isAlways()) {
314 if (IC.isNever()) {
323 if (!IC) {
324 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
325 << ", thres=" << (IC.getCostDelta() + IC.getCost()
    [all...]
  /external/python/cpython2/Lib/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...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 219 InlineCost IC = getInlineCost(CS);
221 if (IC.isAlways()) {
227 if (IC.isNever()) {
233 int Cost = IC.getValue();
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 26 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC) {
40 isPowerOfTwo(PowerOf2, IC.getTargetData())) {
41 A = IC.Builder->CreateSub(A, B);
42 return IC.Builder->CreateShl(PowerOf2, A);
49 isPowerOfTwo(I->getOperand(0), IC.getTargetData())) {
52 if (Value *V2 = simplifyValueKnownNonZero(I->getOperand(0), IC)) {
459 Value *IC = Builder->CreateICmpULT(Op0, C);
460 return SelectInst::Create(IC, Constant::getNullValue(I.getType()),
InstCombineSelect.cpp 586 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
587 if (!IC || !IC->isEquality())
590 if (!match(IC->getOperand(1), m_Zero()))
594 Value *LHS = IC->getOperand(0);
639 ShouldNotVal ^= IC->getPredicate() == ICmpInst::ICMP_NE;
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ReflectionBenchmark.java 167 Class<?> klass = IC.class;
235 interface IC extends IB {
239 class D implements IC {
  /prebuilts/gdb/darwin-x86/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...]
  /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...]
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 75 #define IC 38
  /development/ndk/platforms/android-21/arch-mips64/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/r10/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/machine/
regnum.h 75 #define IC 38

Completed in 1133 milliseconds

1 2 3 4