Searched refs:Function (Results 226 - 250 of 614) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp106 std::vector<Function*> DeadFunctions;
180 Function *F = cast<Function>(G);
185 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB)
H A DInlineAlways.cpp90 Function *Callee = CS.getCalledFunction();
/freebsd-10.2-release/contrib/texinfo/info/
H A Dnodemenu.c25 NODE * get_visited_nodes (Function *filter_func);
130 get_visited_nodes (Function *filter_func)
269 node = get_visited_nodes ((Function *)NULL);
310 node = get_visited_nodes ((Function *)NULL);
/freebsd-10.2-release/lib/clang/libllvmcore/
H A DMakefile20 Function.cpp \
/freebsd-10.2-release/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h53 * 08-11-00 01.00.05 Switched positions of MsgLength and Function fields in
175 U8 Function; /* 03h */ member in struct:_MSG_IOC_INIT
223 U8 Function; /* 03h */ member in struct:_MSG_IOC_INIT_REPLY
245 U8 Function; /* 02h */ member in struct:_MSG_IOC_FACTS
271 U8 Function; /* 03h */ member in struct:_MSG_IOC_FACTS_REPLY
356 U8 Function; /* 03h */ member in struct:_MSG_PORT_FACTS
368 U8 Function; /* 03h */ member in struct:_MSG_PORT_FACTS_REPLY
415 U8 Function; /* 03h */ member in struct:_MSG_PORT_ENABLE
427 U8 Function; /* 03h */ member in struct:_MSG_PORT_ENABLE_REPLY
454 U8 Function; /* 0 member in struct:_MSG_EVENT_NOTIFY
467 U8 Function; /* 03h */ member in struct:_MSG_EVENT_NOTIFY_REPLY
487 U8 Function; /* 03h */ member in struct:_MSG_EVENT_ACK
500 U8 Function; /* 03h */ member in struct:_MSG_EVENT_ACK_REPLY
1028 U8 Function; /* 03h */ member in struct:_MSG_FW_DOWNLOAD
1068 U8 Function; /* 03h */ member in struct:_MSG_FW_DOWNLOAD_REPLY
1088 U8 Function; /* 03h */ member in struct:_MSG_FW_UPLOAD
1127 U8 Function; /* 03h */ member in struct:_MSG_FW_UPLOAD_REPLY
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp67 unsigned TargetTransformInfo::getCallCost(const Function *F,
73 const Function *F, ArrayRef<const Value *> Arguments) const {
95 bool TargetTransformInfo::isLoweredToCall(const Function *F) const {
346 unsigned getCallCost(const Function *F, int NumArgs = -1) const {
366 unsigned getCallCost(const Function *F,
419 const Function *F = CS.getCalledFunction();
451 bool isLoweredToCall(const Function *F) const {
H A DLint.cpp48 #include "llvm/IR/Function.h"
70 void visitFunction(Function &F);
117 virtual bool runOnFunction(Function &F);
176 bool Lint::runOnFunction(Function &F) {
188 void Lint::visitFunction(Function &F) {
204 if (Function *F = dyn_cast<Function>(findValue(Callee, /*OffsetOk=*/false))) {
224 Function::arg_iterator PI = F->arg_begin(), PE = F->arg_end();
356 Function *F = I.getParent()->getParent();
394 Assert1(!isa<Function>(UnderlyingObjec
[all...]
/freebsd-10.2-release/sys/dev/mpr/mpi/
H A Dmpi2_init.h124 U8 Function; /* 0x03 */ member in struct:_MPI2_SCSI_IO_REQUEST
276 U8 Function; /* 0x03 */ member in struct:_MPI25_SCSI_IO_REQUEST
380 U8 Function; /* 0x03 */ member in struct:_MPI2_SCSI_IO_REPLY
441 U8 Function; /* 0x03 */ member in struct:_MPI2_SCSI_TASK_MANAGE_REQUEST
489 U8 Function; /* 0x03 */ member in struct:_MPI2_SCSI_TASK_MANAGE_REPLY
538 U8 Function; /* 0x03 */ member in struct:_MPI2_SEP_REQUEST
582 U8 Function; /* 0x03 */ member in struct:_MPI2_SEP_REPLY
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp53 static ManagedStatic<std::map<const Function *, ExFunc> > ExportedFunctions;
58 static ManagedStatic<std::map<const Function *, RawFunc> > RawFunctions;
85 // Try to find address of external function given a Function object.
90 static ExFunc lookupFunction(const Function *F) {
91 // Function not found, look it up... start by figuring out what the
181 static bool ffiInvoke(RawFunc Fn, Function *F,
198 for (Function::const_arg_iterator A = F->arg_begin(), E = F->arg_end();
210 for (Function::const_arg_iterator A = F->arg_begin(), E = F->arg_end();
247 GenericValue Interpreter::callExternalFunction(Function *F,
255 std::map<const Function *, ExFun
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp25 #include "llvm/IR/Function.h"
42 virtual bool runOnFunction(Function &F);
67 bool BreakCriticalEdges::runOnFunction(Function &F) {
69 for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I) {
167 Function &F = *TIBB->getParent();
168 Function::iterator FBBI = TIBB;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp29 #include "llvm/IR/Function.h"
61 bool StackProtector::runOnFunction(Function &Fn) {
190 for (Function::iterator I = F->begin(), E = F->end(); I != E; ++I) {
315 static bool CreatePrologue(Function *F, Module *M, ReturnInst *RI,
358 for (Function::iterator I = F->begin(), E = F->end(); I != E;) {
384 Function *Intrinsic =
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp149 EmitSymbolRefWithOfs(streamer, info->Function, info->Begin);
150 EmitSymbolRefWithOfs(streamer, info->Function, info->End);
271 getWin64EHTableSection(GetSectionSuffix(info->Function), context);
283 getWin64EHTableSection(GetSectionSuffix(info.Function), context);
291 getWin64EHFuncTableSection(GetSectionSuffix(info.Function), context);
H A DMCModuleYAML.cpp113 struct Function { struct in namespace:llvm::MCModuleYAML
120 std::vector<Function> Functions;
131 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MCModuleYAML::Function)
153 template <> struct MappingTraits<MCModuleYAML::Function> {
154 static void mapping(IO &IO, MCModuleYAML::Function &Fn);
203 void MappingTraits<MCModuleYAML::Function>::mapping(IO &IO,
204 MCModuleYAML::Function &F) {
333 MCModuleYAML::Function &F = YAMLModule.Functions.back();
398 typedef std::vector<MCModuleYAML::Function>::const_iterator FuncIt;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp61 const ThunkInfo &Thunk, llvm::Function *Fn) {
175 llvm::Function *Fn,
186 llvm::Function *BaseFn = cast<llvm::Function>(Callee);
190 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap,
202 llvm::Function::arg_iterator AI = Fn->arg_begin();
227 for (llvm::Function::iterator I = Fn->begin(), E = Fn->end(); I != E; I++) {
241 void CodeGenFunction::StartThunk(llvm::Function *Fn, GlobalDecl GD,
343 void CodeGenFunction::GenerateThunk(llvm::Function *Fn,
402 llvm::Function *ThunkF
[all...]
H A DCodeGenModule.cpp184 llvm::Function *OldF = cast<llvm::Function>(Entry);
185 llvm::Function *NewF = dyn_cast<llvm::Function>(Replacement);
190 NewF = dyn_cast<llvm::Function>(CE->getOperand(0));
244 if (llvm::Function *ObjCInitFunction = ObjCRuntime->ModuleInitFunction())
540 void CodeGenModule::AddGlobalCtor(llvm::Function * Ctor, int Priority) {
547 void CodeGenModule::AddGlobalDtor(llvm::Function * Dtor, int Priority) {
587 return llvm::Function::LinkOnceODRLinkage;
592 return llvm::Function
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp41 EnumerateAttributes(cast<Function>(I)->getAttributes());
78 for (Function::const_arg_iterator I = F->arg_begin(), E = F->arg_end();
82 for (Function::const_iterator BB = F->begin(), E = F->end(); BB != E; ++BB)
448 void ValueEnumerator::incorporateFunction(const Function &F) {
454 for (Function::const_arg_iterator I = F.arg_begin(), E = F.arg_end();
461 for (Function::const_iterator BB = F.begin(), E = F.end(); BB != E; ++BB) {
484 for (Function::const_iterator BB = F.begin(), E = F.end(); BB != E; ++BB) {
527 static void IncorporateFunctionInfoGlobalBBIDs(const Function *F,
530 for (Function::const_iterator BB = F->begin(), E = F->end(); BB != E; ++BB)
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp76 void emitFunctionAnnot(const Function *F, formatted_raw_ostream &Out) {
167 ValueMap<const Function *, MDNode *> SubprogramDescriptors;
191 void visitFunction(Function &F) {
201 DEBUG(dbgs() << "WARNING: No line for Function " << F.getName().str()
209 DEBUG(dbgs() << "WARNING: No line for 1st Instruction in Function "
307 const Function *F = I->getParent()->getParent();
318 MDNode *findDISubprogram(const Function *F) {
319 typedef ValueMap<const Function *, MDNode *>::const_iterator FuncNodeIter;
324 DEBUG(dbgs() << "searching for DI scope node for Function " << F
431 DICompositeType createFunctionSignature(const Function *Fun
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp52 Function &F;
105 bool simplifyCallSite(Function *F, CallSite CS);
114 void visit(Function *); void visit(Function &);
146 Function &Callee, int Threshold)
686 bool CallAnalyzer::simplifyCallSite(Function *F, CallSite CS) {
727 if (Function *F = CS.getCalledFunction()) {
778 Function *F = dyn_cast_or_null<Function>(SimplifiedValues.lookup(Callee));
1041 Function *Calle
[all...]
H A DCallGraphSCCPass.cpp23 #include "llvm/IR/Function.h"
145 if (Function *F = (*I)->getFunction()) {
192 Function *F = CGN->getFunction();
249 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB)
253 Function *Callee = CS.getCalledFunction();
285 if (Function *Callee = CS.getCalledFunction()) {
309 if (Function *Callee = CS.getCalledFunction()) {
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_config.c90 request->Function = MPI2_FUNCTION_CONFIG;
136 request->Function = MPI2_FUNCTION_CONFIG;
220 request->Function = MPI2_FUNCTION_CONFIG;
266 request->Function = MPI2_FUNCTION_CONFIG;
385 request->Function = MPI2_FUNCTION_CONFIG;
434 request->Function = MPI2_FUNCTION_CONFIG;
520 request->Function = MPI2_FUNCTION_CONFIG;
570 request->Function = MPI2_FUNCTION_CONFIG;
658 request->Function = MPI2_FUNCTION_CONFIG;
705 request->Function
[all...]
/freebsd-10.2-release/sys/dev/mps/
H A Dmps_config.c90 request->Function = MPI2_FUNCTION_CONFIG;
136 request->Function = MPI2_FUNCTION_CONFIG;
221 request->Function = MPI2_FUNCTION_CONFIG;
266 request->Function = MPI2_FUNCTION_CONFIG;
578 request->Function = MPI2_FUNCTION_CONFIG;
627 request->Function = MPI2_FUNCTION_CONFIG;
713 request->Function = MPI2_FUNCTION_CONFIG;
763 request->Function = MPI2_FUNCTION_CONFIG;
851 request->Function = MPI2_FUNCTION_CONFIG;
898 request->Function
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/
H A DDIBuilder.h27 class Function;
66 Function *DeclareFn; // llvm.dbg.declare
67 Function *ValueFn; // llvm.dbg.value
539 /// @param Scope Function scope.
540 /// @param Name Function name.
544 /// @param Ty Function type.
551 /// @param Fn llvm::Function pointer.
552 /// @param TParam Function template parameters.
561 Function *Fn = 0,
575 Function *F
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp70 bool OptimizeRetainCall(Function &F, Instruction *Retain);
72 bool ContractAutorelease(Function &F, Instruction *Autorelease,
84 virtual bool runOnFunction(Function &F);
116 ObjCARCContract::OptimizeRetainCall(Function &F, Instruction *Retain) {
150 ObjCARCContract::ContractAutorelease(Function &F, Instruction *Autorelease,
316 bool ObjCARCContract::runOnFunction(Function &F) {
/freebsd-10.2-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1407 * PARAMETERS: Function - ACPI A signal function code
1418 UINT32 Function,
1422 switch (Function)
1472 * Function - Address of the function to execute
1484 ACPI_OSD_EXEC_CALLBACK Function,
1491 ret = pthread_create (&thread, NULL, (PTHREAD_CALLBACK) Function, Context);
1510 ACPI_OSD_EXEC_CALLBACK Function,
1514 Function (Context);
1417 AcpiOsSignal( UINT32 Function, void *Info) argument
1482 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
1508 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DCore.cpp1130 return wrap(BlockAddress::get(unwrap<Function>(F), unwrap(BB)));
1426 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy),
1451 Function *Func = unwrap<Function>(Fn);
1459 Function *Func = unwrap<Function>(Fn);
1467 unwrap<Function>(Fn)->eraseFromParent();
1471 if (Function *F = dyn_cast<Function>(unwrap(Fn)))
1477 return unwrap<Function>(F
[all...]

Completed in 204 milliseconds

1234567891011>>