Searched refs:Function (Results 26 - 50 of 750) sorted by relevance

1234567891011>>

/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h23 class Function;
37 std::vector<AssertingVH<Function> > PendingFunctions;
47 std::vector<AssertingVH<Function> > &getPendingFunctions(const MutexGuard &L){
117 virtual GenericValue runFunction(Function *F,
139 void *getPointerToFunction(Function *F);
160 void *getPointerToFunctionOrStub(Function *F);
168 void *recompileAndRelinkFunction(Function *F);
171 /// Function.
173 void freeMachineCodeForFunction(Function *F);
179 void addPendingFunction(Function *
[all...]
H A DJITDwarfEmitter.h20 class Function;
46 unsigned char* EmitCommonEHFrame(const Function* Personality) const;
48 unsigned char* EmitEHFrame(const Function* Personality,
/external/llvm/include/llvm/
H A DFunction.h1 //===-- llvm/Function.h - Class to represent a single function --*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
35 : public SymbolTableListTraits<BasicBlock, Function> {
48 static ValueSymbolTable *getSymTab(Function *ItemParent);
54 : public SymbolTableListTraits<Argument, Function> {
65 static ValueSymbolTable *getSymTab(Function *ItemParent);
70 class Function : public GlobalValue, class in namespace:llvm
71 public ilist_node<Function> {
96 friend class SymbolTableListTraits<Function, Module>;
113 Function(cons
[all...]
H A DValueSymbolTable.h25 class Function;
36 friend class SymbolTableListTraits<Argument, Function>;
37 friend class SymbolTableListTraits<BasicBlock, Function>;
39 friend class SymbolTableListTraits<Function, Module>;
/external/llvm/examples/BrainF/
H A DBrainF.h81 Function *brainf_func;
82 Function *getchar_func;
83 Function *putchar_func;
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp36 // By passing a module as the last parameter to the Function constructor,
38 Function *F = Function::Create(FT, Function::ExternalLinkage, "main", M);
/external/llvm/lib/Transforms/Utils/
H A DInstructionNamer.cpp18 #include "llvm/Function.h"
34 bool runOnFunction(Function &F) {
35 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end();
40 for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB) {
/external/llvm/include/llvm/Analysis/
H A DPathProfileInfo.h35 typedef std::map<Function*,unsigned int> FunctionPathCountMap;
36 typedef std::map<Function*,ProfilePathMap> FunctionPathMap;
37 typedef std::map<Function*,ProfilePathMap>::iterator FunctionPathIterator;
86 void setCurrentFunction(Function* F);
87 Function* getCurrentFunction() const;
106 Function* _currentFunction;
H A DBlockFrequencyInfo.h31 BlockFrequencyImpl<BasicBlock, Function, BranchProbabilityInfo> *BFI;
42 bool runOnFunction(Function &F);
H A DConstantsScanner.h39 inline constant_iterator(const Function *F) : InstI(inst_begin(F)), OpIdx(0) {
46 inline constant_iterator(const Function *F, bool) // end ctor
83 inline constant_iterator constant_begin(const Function *F) {
87 inline constant_iterator constant_end(const Function *F) {
/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp15 // Function::viewCFG method, which is useful for debugging passes which operate
32 virtual bool runOnFunction(Function &F) {
55 virtual bool runOnFunction(Function &F) {
79 virtual bool runOnFunction(Function &F) {
87 WriteGraph(File, (const Function*)&F);
113 virtual bool runOnFunction(Function &F) {
121 WriteGraph(File, (const Function*)&F, true);
145 void Function::viewCFG() const {
154 void Function::viewCFGOnly() const {
H A DTrace.cpp19 #include "llvm/Function.h"
25 Function *Trace::getFunction() const {
36 Function *F = getFunction();
H A DPostDominators.cpp34 bool PostDominatorTree::runOnFunction(Function &F) {
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h48 virtual void *emitFunctionStub(const Function *F, void *Fn,
57 virtual void relocate(void *Function, MachineRelocation *MR,
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h34 virtual void *emitFunctionStub(const Function* F, void *Fn,
37 virtual void relocate(void *Function, MachineRelocation *MR,
/external/llvm/lib/Transforms/Hello/
H A DHello.cpp17 #include "llvm/Function.h"
30 virtual bool runOnFunction(Function &F) {
48 virtual bool runOnFunction(Function &F) {
/external/webkit/Source/WebCore/xml/
H A DXPathFunctions.h38 class Function : public Expression { class in namespace:WebCore::XPath
52 Function* createFunction(const String& name, const Vector<Expression*>& args = Vector<Expression*>());
/external/guava/guava/src/com/google/common/base/
H A DFunctions.java31 * Static utility methods pertaining to {@code Function} instances.
48 * documented at {@link Function#apply}). For example, this function yields different results for
51 public static Function<Object, String> toStringFunction() {
56 private enum ToStringFunction implements Function<Object, String> {
74 public static <E> Function<E, E> identity() {
75 return (Function<E, E>) IdentityFunction.INSTANCE;
79 private enum IdentityFunction implements Function<Object, Object> {
96 public static <K, V> Function<K, V> forMap(Map<K, V> map) {
100 private static class FunctionForMapNoDefault<K, V> implements Function<K, V>, Serializable {
143 public static <K, V> Function<
[all...]
H A DFunction.java30 public interface Function<F, T> { interface
52 * {@link Function} that it considers <i>interchangeable</i> with this one. "Interchangeable"
/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp40 Function* unswitchFunction(Function* F);
50 Function* PartialInliner::unswitchFunction(Function* F) {
73 Function* duplicateFunction = CloneFunction(F, VMap,
114 for (Function::iterator FI = duplicateFunction->begin(),
125 Function* extractedFunction
151 std::vector<Function*> worklist;
159 Function* currFunc = worklist.back();
165 for (Function
[all...]
/external/compiler-rt/make/
H A Dutil.mk6 # Function: streq LHS RHS
13 # Function: strneq LHS RHS
18 # Function: contains list item
23 # Function: is_subset a b
27 # Function: set_difference a b
31 # Function: Set variable value
36 # Function: Append variable value
41 # Function: IsDefined variable
46 # Function: IsUndefined variable
51 # Function
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DEnumsTest.java44 Function<String, TestEnum> function = Enums.valueOfFunction(TestEnum.class);
51 Function<String, TestEnum> function = Enums.valueOfFunction(TestEnum.class);
58 Function<String, TestEnum> function = Enums.valueOfFunction(TestEnum.class);
72 Function<String, TestEnum> function = Enums.valueOfFunction(TestEnum.class);
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp64 Function *Add1F =
65 cast<Function>(M->getOrInsertFunction("add1", Type::getInt32Ty(Context),
96 Function *FooF =
97 cast<Function>(M->getOrInsertFunction("foo", Type::getInt32Ty(Context),
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h50 virtual void *getPointerToFunction(Function *F);
52 virtual void *recompileAndRelinkFunction(Function *F);
54 virtual void freeMachineCodeForFunction(Function *F);
56 virtual GenericValue runFunction(Function *F,
/external/llvm/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.h27 Function *getDeclaration(Module *M, unsigned ID, Type **Tys = 0,

Completed in 675 milliseconds

1234567891011>>