HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 1001 - 1025 of 1083) sorted by null

<<41424344

  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 37 #include "llvm/IR/Function.h"
507 // Note: when this function returns 0, the resulting instructions are
648 Function *F = I->getCalledFunction();
688 // This function implements one vectorization iteration on the provided
    [all...]
LoopVectorize.cpp 35 // Karrenberg, R. and Hack, S. Whole Function Vectorization.
70 #include "llvm/IR/Function.h"
183 /// A helper function that computes the predicate of the block BB, assuming
187 /// A helper function that computes the predicate of the edge between SRC
191 /// A helper function to vectorize a single BB within the innermost loop.
214 /// This function adds 0, 1, 2 ... to each vector element, starting at zero.
493 /// Returns the induction kind of Phi. This function may return NoInduction
610 /// A helper function for converting Scalar types to vector types.
678 // Check the function attributes to find out if this function should b
    [all...]
  /external/v8/src/
hydrogen-instructions.h 611 // An operation needs to override this function iff:
734 // This function must be overridden for instructions with flag kUseGVN, to
1613 HValue* function() { return second(); } function in class:v8::HInvokeFunction
1624 Handle<JSFunction> function() const { return function_; } function in class:v8::HCallConstantFunction
1690 HValue* function() { return second(); } function in class:v8::HCallFunction
1772 const Runtime::Function* function() const { return c_function_; } function in class:v8::HCallRuntime
2512 HValue* function() { return OperandAt(1); } function in class:v8::HWrapReceiver
2541 HValue* function() { return OperandAt(0); } function in class:v8::HApplyArguments
3064 Handle<JSFunction> function() { return function_; } function in class:v8::HInstanceOfKnownGlobal
3827 HValue* function() { return OperandAt(0); } function in class:v8::HLoadFunctionPrototype
    [all...]
debug-debugger.js 74 function ScriptTypeFlag(type) {
86 getValue: function() { return this.value; },
87 setValue: function(value) {
93 getValue: function() { return Debug.isBreakOnException(); },
94 setValue: function(value) {
103 getValue: function() { return Debug.isBreakOnUncaughtException(); },
104 setValue: function(value) {
117 function MakeBreakPoint(source_position, opt_script_break_point) {
125 // NOTE: This object does not have a reference to the function having break
126 // point as this would cause function not to be garbage collected when it i
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 448 // If there exist users other than ADDENode or ADDCNode, this function returns
521 // If there exist users other than SUBENode or SUBCNode, this function returns
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 74 case Decl::Function: // void X();
93 "Should not see file-scope variables inside a function!");
109 /// inside a function, including static vars etc.
120 // If the function definition has some sort of weak linkage, its
284 // declaration. This can happen when double-emitting function
438 // In some cases, the type of the function argument will be different from
    [all...]
CGExpr.cpp 147 // FIXME: This function should take an LValue as an argument.
407 // an existing object or function of an appropriate type nor a region of
489 /// Emit the hash_16_bytes function from include/llvm/ADT/Hashing.h.
582 // or call a non-static member function
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 184 // We assume that we'll preserve the qualifier from a function
295 // or function template.
639 // -- pointer to object or pointer to function,
641 // -- reference to object or reference to function,
658 // "function returning T" is adjusted to be of type "pointer to
659 // T" or "pointer to function returning T", respectively.
    [all...]
SemaLookup.cpp 309 // Note that this function is never called by NDEBUG builds. See
427 // an object, function, or enumerator declared in the same
428 // scope. If a class or enumeration name and an object, function,
431 // wherever the object, function, or enumerator name is visible.
493 /// \brief Lookup a builtin function, when name lookup would otherwise
522 // If we're redeclaring this function anyway, forget that
535 /// \brief Determine whether we can declare a special member function within
578 /// special member function.
676 // A specialization of a conversion function template is not found by
677 // name lookup. Instead, any conversion function templates visible in th
    [all...]
SemaStmt.cpp 163 // expression is a call to a function with the warn_unused_result attribute,
177 // unused because it is a function-like macro that can be used as either an
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 25 #include "llvm/IR/Function.h"
193 /// InsertVRSaveCode - Once the entire function has been instruction selected,
197 // Check to see if this function uses vector registers, which means we have to
223 // function and one for the value after having bits or'd into it.
264 // Insert the set of GlobalBaseReg into the first MBB of the function
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 24 #include "llvm/IR/Function.h"
455 // function
    [all...]
  /external/v8/src/arm/
lithium-arm.h 474 LWrapReceiver(LOperand* receiver, LOperand* function) {
476 inputs_[1] = function;
482 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LWrapReceiver
488 LApplyArguments(LOperand* function,
492 inputs_[0] = function;
500 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LApplyArguments
836 Handle<JSFunction> function() const { return hydrogen()->function(); } function in class:v8::internal::LInstanceOfKnownGlobal
1193 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LLoadFunctionPrototype
1444 Handle<JSFunction> function() { return hydrogen()->function(); } function in class:v8::internal::LCallConstantFunction
1458 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LInvokeFunction
1503 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LCallFunction
1552 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::LCallRuntime
    [all...]
macro-assembler-arm.cc 853 // preparing for calling the runtime function.
971 // r1: function (passed through to callee)
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 463 LOperand* function,
466 inputs_[1] = function;
473 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LWrapReceiver
479 LApplyArguments(LOperand* function,
483 inputs_[0] = function;
491 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LApplyArguments
846 Handle<JSFunction> function() const { return hydrogen()->function(); } function in class:v8::internal::LInstanceOfKnownGlobal
1208 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LLoadFunctionPrototype
1471 Handle<JSFunction> function() { return hydrogen()->function(); } function in class:v8::internal::LCallConstantFunction
1487 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LInvokeFunction
1542 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LCallFunction
1603 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::LCallRuntime
    [all...]
macro-assembler-ia32.cc 1706 const Runtime::Function* function = Runtime::FunctionForId(id); local
    [all...]
  /external/v8/src/mips/
lithium-mips.h 473 LWrapReceiver(LOperand* receiver, LOperand* function) {
475 inputs_[1] = function;
481 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LWrapReceiver
487 LApplyArguments(LOperand* function,
491 inputs_[0] = function;
499 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LApplyArguments
835 Handle<JSFunction> function() const { return hydrogen()->function(); } function in class:v8::internal::LInstanceOfKnownGlobal
1173 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LLoadFunctionPrototype
1424 Handle<JSFunction> function() { return hydrogen()->function(); } function in class:v8::internal::LCallConstantFunction
1438 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LInvokeFunction
1483 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LCallFunction
1532 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::LCallRuntime
    [all...]
  /external/v8/src/x64/
lithium-x64.h 475 LWrapReceiver(LOperand* receiver, LOperand* function) {
477 inputs_[1] = function;
483 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LWrapReceiver
489 LApplyArguments(LOperand* function,
493 inputs_[0] = function;
501 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LApplyArguments
833 Handle<JSFunction> function() const { return hydrogen()->function(); } function in class:v8::internal::LInstanceOfKnownGlobal
1172 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LLoadFunctionPrototype
1418 Handle<JSFunction> function() { return hydrogen()->function(); } function in class:v8::internal::LCallConstantFunction
1432 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LInvokeFunction
1478 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LCallFunction
1527 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::LCallRuntime
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 14 variable/function names in the AST. Returns an AST. Pass true
70 function ast_walker(ast) {
71 function _vardefs(defs) {
72 return [ this[0], MAP(defs, function(def){
80 "string": function(str) {
83 "num": function(num) {
86 "name": function(name) {
89 "toplevel": function(statements) {
92 "block": function(statements) {
100 "try": function(t, c, f)
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 19 // of memory references in a function, returning either NULL, for no dependence,
126 bool DependenceAnalysis::runOnFunction(Function &F) {
148 // Looks through the function, noting loads and stores.
152 void dumpExampleDependence(raw_ostream &OS, Function *F,
    [all...]
InstructionSimplify.cpp 100 // fully added to a function, the parent nodes may still be null. Simply
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 45 /// Check whether a given call node is in tail position within its function. If
49 const Function *F = DAG.getMachineFunction().getFunction();
63 // Check if the only use is a function return node.
201 /// current function. The returned value is a member of the
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 233 // type. The LowerXXX function will be trivial when f128 isn't involved.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js 16 var decompressedMochiKit = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p (…)
    [all...]

Completed in 942 milliseconds

<<41424344