| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInst.cpp | 33 const uint64_t F = MCID->TSFlags; in getType() local 52 const uint64_t F = MCID->TSFlags; in isSolo() local 58 const uint64_t F = MCID->TSFlags; in isNewValue() local 64 const uint64_t F = MCID->TSFlags; in hasNewValue() local 70 const uint64_t F = MCID->TSFlags; in getNewValue() local 118 const uint64_t F = MCID->TSFlags; in isExtended() local 124 const uint64_t F = MCID->TSFlags; in isExtendable() local 130 const uint64_t F = MCID->TSFlags; in getBitCount() local 136 const uint64_t F = MCID->TSFlags; in getCExtOpNum() local 142 const uint64_t F = MCID->TSFlags; in isOperandExtended() local [all …]
|
| /freebsd-10-stable/sbin/growfs/ |
| D | debug.h | 69 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument 70 #define DBG_DUMP_FS(F,C) dbg_dump_fs((F),(C)) argument 71 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument 72 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument 73 #define DBG_DUMP_INO(F,C,M) (F)->fs_magic == FS_UFS1_MAGIC \ argument 76 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument 77 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument 78 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument 79 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument 80 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument [all …]
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | InstIterator.h | 128 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } in inst_begin() 129 inline inst_iterator inst_end(Function *F) { return inst_iterator(*F, true); } in inst_end() 130 inline const_inst_iterator inst_begin(const Function *F) { in inst_begin() 133 inline const_inst_iterator inst_end(const Function *F) { in inst_end() 136 inline inst_iterator inst_begin(Function &F) { return inst_iterator(F); } in inst_begin() 137 inline inst_iterator inst_end(Function &F) { return inst_iterator(F, true); } in inst_end() 138 inline const_inst_iterator inst_begin(const Function &F) { in inst_begin() 141 inline const_inst_iterator inst_end(const Function &F) { in inst_end()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 297 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType); in EmitBuiltinExpr() local 314 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType); in EmitBuiltinExpr() local 331 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType); in EmitBuiltinExpr() local 352 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType); in EmitBuiltinExpr() local 368 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType); in EmitBuiltinExpr() local 393 Value *F = CGM.getIntrinsic(Intrinsic::bswap, ArgType); in EmitBuiltinExpr() local 414 Value *F = CGM.getIntrinsic(Intrinsic::objectsize, Tys); in EmitBuiltinExpr() local 425 Value *F = CGM.getIntrinsic(Intrinsic::prefetch); in EmitBuiltinExpr() local 429 Value *F = CGM.getIntrinsic(Intrinsic::readcyclecounter); in EmitBuiltinExpr() local 433 Value *F = CGM.getIntrinsic(Intrinsic::trap); in EmitBuiltinExpr() local [all …]
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ |
| D | ConstantsScanner.h | 39 inline constant_iterator(const Function *F) : InstI(inst_begin(F)), OpIdx(0) { in constant_iterator() 46 inline constant_iterator(const Function *F, bool) // end ctor in constant_iterator() 83 inline constant_iterator constant_begin(const Function *F) { in constant_begin() 87 inline constant_iterator constant_end(const Function *F) { in constant_end()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 100 static FPParamVariant whichFPParamVariantNeeded(Function &F) { in whichFPParamVariantNeeded() 151 static bool needsFPStubFromParams(Function &F) { in needsFPStubFromParams() 165 static bool needsFPReturnHelper(Function &F) { in needsFPReturnHelper() 170 static bool needsFPHelperFromSig(Function &F) { in needsFPHelperFromSig() 242 static void assureFPCallStub(Function &F, Module *M, in assureFPCallStub() 350 static bool isIntrinsicInline(Function *F) { in isIntrinsicInline() 360 (Function &F, Module *M, const MipsSubtarget &Subtarget) { in fixupFPReturnAndCall() 400 Value *F = (M->getOrInsertFunction(Name, A, MyVoid, T, NULL)); in fixupFPReturnAndCall() local 417 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, in createFPFnStub() 458 static void removeUseSoftFloat(Function &F) { in removeUseSoftFloat() [all …]
|
| D | MipsOs16.cpp | 34 bool needsFPFromSig(Function &F) { in needsFPFromSig() 58 bool needsFP(Function &F) { in needsFP() 103 for (Module::iterator F = M.begin(), E = M.end(); F != E; ++F) { in runOnModule() local
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXUtilities.cpp | 217 bool llvm::getMaxNTIDx(const Function &F, unsigned &x) { in getMaxNTIDx() 222 bool llvm::getMaxNTIDy(const Function &F, unsigned &y) { in getMaxNTIDy() 227 bool llvm::getMaxNTIDz(const Function &F, unsigned &z) { in getMaxNTIDz() 232 bool llvm::getReqNTIDx(const Function &F, unsigned &x) { in getReqNTIDx() 237 bool llvm::getReqNTIDy(const Function &F, unsigned &y) { in getReqNTIDy() 242 bool llvm::getReqNTIDz(const Function &F, unsigned &z) { in getReqNTIDz() 247 bool llvm::getMinCTASm(const Function &F, unsigned &x) { in getMinCTASm() 252 bool llvm::isKernelFunction(const Function &F) { in isKernelFunction() 266 bool llvm::getAlign(const Function &F, unsigned index, unsigned &align) { in getAlign() 413 if (Function *F = dyn_cast<Function>(v)) in getParentFunction() local [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | BuildLibCalls.cpp | 55 if (const Function *F = dyn_cast<Function>(StrLen->stripPointerCasts())) in EmitStrLen() local 85 if (const Function *F = dyn_cast<Function>(StrNLen->stripPointerCasts())) in EmitStrNLen() local 113 if (const Function *F = dyn_cast<Function>(StrChr->stripPointerCasts())) in EmitStrChr() local 144 if (const Function *F = dyn_cast<Function>(StrNCmp->stripPointerCasts())) in EmitStrNCmp() local 169 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts())) in EmitStrCpy() local 195 if (const Function *F = dyn_cast<Function>(StrNCpy->stripPointerCasts())) in EmitStrNCpy() local 224 if (const Function *F = dyn_cast<Function>(MemCpy->stripPointerCasts())) in EmitMemCpyChk() local 252 if (const Function *F = dyn_cast<Function>(MemChr->stripPointerCasts())) in EmitMemChr() local 283 if (const Function *F = dyn_cast<Function>(MemCmp->stripPointerCasts())) in EmitMemCmp() local 311 if (const Function *F = dyn_cast<Function>(Callee->stripPointerCasts())) in EmitUnaryFloatFnCall() local [all …]
|
| D | ModuleUtils.cpp | 24 Module &M, Function *F, int Priority) { in appendToGlobalArray() 59 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority) { in appendToGlobalCtors() 63 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority) { in appendToGlobalDtors()
|
| /freebsd-10-stable/contrib/ngatm/libngatm/ |
| D | unicust.h | 75 #define _TIMER_DESTROY(U,F) _TIMER_STOP(U,F) argument 76 #define _TIMER_STOP(U,F) \ argument 89 #define TIMER_FUNC_UNI(T,F) \ argument 102 #define TIMER_FUNC_CALL(T,F) \ argument 115 #define TIMER_FUNC_PARTY(T,F) \ argument
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | GCStrategy.cpp | 114 bool GCStrategy::performCustomLowering(Function &F) { in performCustomLowering() 120 bool GCStrategy::findCustomSafePoints(GCFunctionInfo& FI, MachineFunction &F) { in findCustomSafePoints() 126 GCFunctionInfo *GCStrategy::insertFunctionInfo(const Function &F) { in insertFunctionInfo() 181 bool LowerIntrinsics::InsertRootInitializers(Function &F, AllocaInst **Roots, in InsertRootInitializers() 245 if (Function *F = CI->getCalledFunction()) in CouldBecomeSafePoint() local 255 bool LowerIntrinsics::runOnFunction(Function &F) { in runOnFunction() 281 bool LowerIntrinsics::PerformDefaultLowering(Function &F, GCStrategy &S) { in PerformDefaultLowering() 292 Function *F = CI->getCalledFunction(); in PerformDefaultLowering() local
|
| D | ShadowStackGC.cpp | 89 Function &F; member in __anon0d97d2220211::EscapeEnumerator 98 EscapeEnumerator(Function &F, const char *N = "cleanup") in EscapeEnumerator() 202 Constant *ShadowStackGC::GetFrameMap(Function &F) { in GetFrameMap() 258 Type* ShadowStackGC::GetConcreteStackEntryType(Function &F) { in GetConcreteStackEntryType() 321 void ShadowStackGC::CollectRoots(Function &F) { in CollectRoots() 333 if (Function *F = CI->getCalledFunction()) in CollectRoots() local 374 bool ShadowStackGC::performCustomLowering(Function &F) { in performCustomLowering()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/ |
| D | CallGraph.cpp | 24 void CallGraph::addToCallGraph(Function *F) { in addToCallGraph() 119 if (Function *F = Root->getFunction()) in print() local 147 Function *F = CGN->getFunction(); // Get the function for the call graph node in removeFunctionFromModule() local 173 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() 182 if (Function *F = getFunction()) in print() local
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.cpp | 587 const uint64_t F = MID.TSFlags; in isExtendable() local 608 const uint64_t F = MI->getDesc().TSFlags; in isExtended() local 754 const uint64_t F = MI->getDesc().TSFlags; in isNewValueStore() local 760 const uint64_t F = get(Opcode).TSFlags; in isNewValueStore() local 980 const uint64_t F = MI->getDesc().TSFlags; in isPredicated() local 986 const uint64_t F = get(Opcode).TSFlags; in isPredicated() local 992 const uint64_t F = MI->getDesc().TSFlags; in isPredicatedTrue() local 1000 const uint64_t F = get(Opcode).TSFlags; in isPredicatedTrue() local 1009 const uint64_t F = MI->getDesc().TSFlags; in isPredicatedNew() local 1016 const uint64_t F = get(Opcode).TSFlags; in isPredicatedNew() local [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/ |
| D | PruneEH.cpp | 74 if (Function *F = (*I)->getFunction()) in runOnSCC() local 87 Function *F = (*I)->getFunction(); in runOnSCC() local 147 Function *F = (*I)->getFunction(); in runOnSCC() local 162 if (Function *F = (*I)->getFunction()) in runOnSCC() local 173 bool PruneEH::SimplifyFunction(Function *F) { in SimplifyFunction()
|
| D | DeadArgumentElimination.cpp | 59 const Function *F; member 92 RetOrArg CreateRet(const Function *F, unsigned Idx) { in CreateRet() 96 RetOrArg CreateArg(const Function *F, unsigned Idx) { in CreateArg() 218 if (Function *F = SP.getFunction()) in CollectFunctionDIs() local 413 static unsigned NumRetVals(const Function *F) { in NumRetVals() 478 const Function *F = CS.getCalledFunction(); in SurveyUse() local 533 void DAE::SurveyFunction(const Function &F) { in SurveyFunction() 675 void DAE::MarkLive(const Function &F) { in MarkLive() 722 bool DAE::RemoveDeadStuffFromFunction(Function *F) { in RemoveDeadStuffFromFunction() 1113 Function &F = *I++; in runOnModule() local [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/ |
| D | JITEmitter.cpp | 63 static bool isNonGhostDeclaration(const Function *F) { in isNonGhostDeclaration() 149 void AddCallSite(const MutexGuard &locked, void *CallSite, Function *F) { in AddCallSite() 462 void CallSiteValueMapConfig::onDelete(JITResolverState *JRS, Function *F) { in onDelete() 466 void JITResolverState::EraseAllCallSitesForPrelocked(Function *F) { in EraseAllCallSitesForPrelocked() 501 void *JITResolver::getLazyFunctionStubIfAvailable(Function *F) { in getLazyFunctionStubIfAvailable() 510 void *JITResolver::getLazyFunctionStub(Function *F) { in getLazyFunctionStub() 623 Function* F = 0; in JITCompilerFn() local 695 Function *F = cast<Function>(V); in getPointerToGlobal() local 765 void JITEmitter::startFunction(MachineFunction &F) { in startFunction() 801 bool JITEmitter::finishFunction(MachineFunction &F) { in finishFunction() [all …]
|
| D | JIT.cpp | 115 if (Function *F = (*Jit)->FindFunctionNamed(Name)) in getPointerToNamedFunction() local 233 GenericValue JIT::runFunction(Function *F, in runFunction() 422 const Function &F, in NotifyFunctionEmitted() 442 void JIT::runJITOnFunction(Function *F, MachineCodeInfo *MCI) { in runJITOnFunction() 466 void JIT::runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked) { in runJITOnFunctionUnlocked() 488 void JIT::jitTheFunction(Function *F, const MutexGuard &locked) { in jitTheFunction() 500 void *JIT::getPointerToFunction(Function *F) { in getPointerToFunction() 625 void *JIT::recompileAndRelinkFunction(Function *F) { in recompileAndRelinkFunction() 686 void JIT::addPendingFunction(Function *F) { in addPendingFunction()
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | PassManager.cpp | 32 void AnalysisManager::invalidateAll(Function *F) { in invalidateAll() 80 Function *F = FI->first; in invalidateAll() local 119 AnalysisManager::getResultImpl(void *PassID, Function *F) { in getResultImpl() 147 void AnalysisManager::invalidateImpl(void *PassID, Function *F) { in invalidateImpl()
|
| D | AutoUpgrade.cpp | 31 static bool UpgradeSSE41Function(Function* F, Intrinsic::ID IID, in UpgradeSSE41Function() 45 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction1() 159 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction() 181 Function *F = CI->getCalledFunction(); in UpgradeIntrinsicCall() local 405 void llvm::UpgradeCallsToIntrinsic(Function* F) { in UpgradeCallsToIntrinsic()
|
| /freebsd-10-stable/include/ |
| D | nsswitch.h | 128 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, C }, argument 129 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, C }, argument 130 #define NS_FALLBACK_CB(F) { NSSRC_FALLBACK, F, NULL }, argument 133 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, C }, argument 135 # define NS_DNS_CB(F,C) argument 139 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, C }, argument 141 # define NS_NIS_CB(F,C) argument
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Interpreter.h | 127 virtual void *recompileAndRelinkFunction(Function *F) { in recompileAndRelinkFunction() 133 void freeMachineCodeForFunction(Function *F) { } in freeMachineCodeForFunction() 197 void addAtExitHandler(Function *F) { in addAtExitHandler() 215 void *getPointerToFunction(Function *F) { return (void*)F; } in getPointerToFunction()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReaderInternals.h | 40 ModuleFile &F; variable 62 explicit ASTDeclContextNameLookupTrait(ASTReader &Reader, ModuleFile &F) in ASTDeclContextNameLookupTrait() 120 ModuleFile &F; variable 150 ModuleFile &F; variable 164 ASTSelectorLookupTrait(ASTReader &Reader, ModuleFile &F) in ASTSelectorLookupTrait()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | SimplifyCFGPass.cpp | 71 static bool mergeEmptyReturnBlocks(Function &F) { in mergeEmptyReturnBlocks() 147 static bool iterativelySimplifyCFG(Function &F, const TargetTransformInfo &TTI, in iterativelySimplifyCFG() 170 bool CFGSimplifyPass::runOnFunction(Function &F) { in runOnFunction()
|