HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 276 - 300 of 1432) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/ARM/
elf-thumbfunc.s 1 @@ test st_value bit 0 of thumb function
8 .type foo,%function
14 @@ make sure foo is thumb function: bit 0 = 1 (st_value)
20 @CHECK-NEXT: Type: Function
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 37 cl::desc("Force function reduction to keep main"),
175 class ReduceCrashingFunctions : public ListReducer<Function*> {
183 virtual TestResult doTest(std::vector<Function*> &Prefix,
184 std::vector<Function*> &Kept,
193 bool TestFuncs(std::vector<Function*> &Prefix);
197 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) {
209 std::set<Function*> Functions;
211 Function *CMF = cast<Function>(VMap[Funcs[i]]);
212 assert(CMF && "Function not in module?!")
    [all...]
  /external/v8/src/
lazy-instance.h 30 // useful for places you would normally use a function-level static, but you
168 template <typename Function, typename Storage>
169 static void Init(OnceType* once, Function function, Storage storage) {
170 CallOnce(once, function, storage);
177 template <typename Function, typename Storage>
178 static void Init(OnceType* once, Function function, Storage storage) {
180 function(storage);
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 48 bool PerformDefaultLowering(Function &F, GCStrategy &Coll);
49 static bool InsertRootInitializers(Function &F,
60 bool runOnFunction(Function &F);
65 /// function representation to identify safe points for the garbage collector
67 /// GCMetadata record for each function.
114 bool GCStrategy::performCustomLowering(Function &F) {
126 GCFunctionInfo *GCStrategy::insertFunctionInfo(const Function &F) {
181 bool LowerIntrinsics::InsertRootInitializers(Function &F, AllocaInst **Roots,
245 if (Function *F = CI->getCalledFunction())
255 bool LowerIntrinsics::runOnFunction(Function &F)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 50 Value *getOrInsertCVTA(Module *M, Function *F, GlobalVariable *GV,
52 Value *remapConstant(Module *M, Function *F, Constant *C,
54 Value *remapConstantVectorOrConstantAggregate(Module *M, Function *F,
57 Value *remapConstantExpr(Module *M, Function *F, ConstantExpr *C,
105 // Walk through the instructions in function defitinions, and replace any use
113 for (Function::iterator BBI = I->begin(), BBE = I->end(); BBI != BBE;
148 // while walking through the instructions in function definitions.
164 Value *GenericToNVVM::getOrInsertCVTA(Module *M, Function *F,
185 Function *CVTAFunction = Intrinsic::getDeclaration(
199 Function *CVTAFunction = Intrinsic::getDeclaration
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 14 #include "llvm/IR/Function.h"
23 Function *makeFakeFunction() {
27 return Function::Create(FTy, GlobalValue::ExternalLinkage);
32 // function bodies.
40 OwningPtr<Function> F1(makeFakeFunction());
47 OwningPtr<Function> F2(makeFakeFunction());
54 OwningPtr<Function> F3(makeFakeFunction());
84 OwningPtr<Function> F1(makeFakeFunction());
92 OwningPtr<Function> F2(makeFakeFunction());
100 OwningPtr<Function> F3(makeFakeFunction())
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.h 40 class Function;
122 SafeMap<const ::llvm::Function*, CompiledMethod*> compiled_methods_map_;
  /external/chromium_org/sandbox/win/src/
policy_broker.cc 30 g_nt.member = reinterpret_cast<Nt##member##Function>( \
36 g_nt.member = reinterpret_cast<member##Function>( \
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ErrorHandler.cpp 58 v8::Local<v8::Function> callFunction = v8::Local<v8::Function>::Cast(listener);
  /external/chromium_org/v8/test/cctest/
test-platform.cc 86 "function foo() {"
91 v8::Local<v8::Function> foo =
92 v8::Local<v8::Function>::Cast(global_object->Get(v8_str("foo")));
  /external/guava/guava-tests/test/com/google/common/collect/
InternersTest.java 19 import com.google.common.base.Function;
92 Function<String, String> internerFunction =
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 35 cl::desc("Specify the name of an IR file to load for function definitions"),
176 /// CallExprAST - Expression class for function calls.
218 /// PrototypeAST - This class represents the "prototype" for a function,
240 Function *Codegen();
242 void CreateArgumentAllocas(Function *F);
245 /// FunctionAST - This class represents a function definition itself.
253 Function *Codegen();
546 return ErrorP("Expected function name in prototype");
701 // MCJIT will call this function before compiling any module
743 Function *getFunction(const std::string FnName)
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopPass.h 26 class Function;
33 /// getPrinterPass - Get a pass to print the function corresponding
93 bool runOnFunction(Function &F);
ProfileDataLoader.h 29 class Function;
54 /// entry block to indicate how many times the function was entered.
58 /// getFunction() - Returns the Function for an Edge.
77 && "No profiling information for function");
92 typedef ProfileDataT<Function, BasicBlock> ProfileData;
134 /// createProfileMetadataLoaderPass - This function returns a Pass that loads
Trace.h 26 class Function;
36 /// residing in the function which is the parent of the first
51 /// getFunction - Return this trace's parent function.
53 Function *getFunction () const;
56 /// function.
  /external/llvm/include/llvm/MC/
MCWin64EH.h 65 Function(0), PrologEnd(0), Symbol(0),
72 const MCSymbol *Function;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 154 /// FunctionBBs - While parsing a function body, this is a list of the basic
155 /// blocks for the function.
160 std::vector<Function*> FunctionsWithBodies;
163 // stored here with their replacement function.
164 typedef std::vector<std::pair<Function*, Function*> > UpgradedIntrinsicMap;
171 // before function bodies are processed. This keeps track of whether
175 /// DeferredFunctionInfo - When function bodies are initially scanned, this
176 /// map contains info about where to find deferred function body in the
178 DenseMap<Function*, uint64_t> DeferredFunctionInfo
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 52 /// BeginFunction - Gather pre-function exception information. Assumes it's
53 /// being emitted immediately after the function entry point.
64 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
89 /// EndFunction - Gather and emit post-function exception information.
103 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
  /external/llvm/lib/IR/
AsmWriter.h 28 class Function;
102 void printFunction(const Function *F);
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 45 // how to codegen function stubs.
51 /// replaceMachineCodeForFunction - Make it so that calling the function
69 /// small native function that simply calls the function at the specified
71 virtual void *emitFunctionStub(const Function* F, void *Fn,
80 virtual void relocate(void *Function, MachineRelocation *MR,
102 /// Initialize - Initialize internal stage for the function being JITted.
130 /// text section of the function. This returns the address of the base of
  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 40 virtual bool runOnFunction(Function& F);
52 bool ADCE::runOnFunction(Function& F) {
78 // value of the function, and may therefore be deleted safely.
DCE.cpp 12 // Dead Inst Elimination performs a single pass over the function removing
80 virtual bool runOnFunction(Function &F);
91 bool DCE::runOnFunction(Function &F) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 19 #include "llvm/IR/Function.h"
40 virtual bool runOnFunction(Function &F);
82 bool LowerSwitch::runOnFunction(Function &F) {
85 for (Function::iterator I = F.begin(), E = F.end(); I != E; ) {
116 // the case values. The function recursively builds this tree.
145 Function* F = OrigBlock->getParent();
147 Function::iterator FI = OrigBlock;
167 Function* F = OrigBlock->getParent();
169 Function::iterator FI = OrigBlock;
261 Function *F = CurBlock->getParent()
    [all...]
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 48 Function *LFn = L->getFunction(Name);
49 Function *RFn = R->getFunction(Name);
53 errs() << "No function named @" << Name << " in either module\n";
55 errs() << "No function named @" << Name << " in left module\n";
57 errs() << "No function named @" << Name << " in right module\n";
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 82 virtual void emitFunctionAnnot(const Function *F,
150 std::map<const Function *, unsigned> FuncFreqs;
157 // Emit the most frequent function table...
158 std::vector<std::pair<Function*, double> > FunctionCounts;
164 for (Function::iterator BB = FI->begin(), BBE = FI->end();
173 PairSecondSortReverse<Function*>());
191 outs() << "Function execution frequencies:\n\n";
193 // Print out the function frequencies...
197 outs() << "\n NOTE: " << e-i << " function"
208 std::set<Function*> FunctionsToPrint
    [all...]

Completed in 627 milliseconds

<<11121314151617181920>>