/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPass.cpp | 55 bool RGPassManager::runOnFunction(Function &F) { in runOnFunction() 184 PrintRegionPass(const std::string &B, raw_ostream &o) in PrintRegionPass() 274 Pass *RegionPass::createPrinterPass(raw_ostream &O, in createPrinterPass() 284 Function &F = *R.getEntry()->getParent(); in skipRegion() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 119 enum Radix { d, o, x }; enumerator 1625 NMSymbol F = {}; dumpSymbolsFromDLInfoMachO() local 2021 checkMachOAndArchFlags(SymbolicFile * O,StringRef Filename) checkMachOAndArchFlags() argument 2097 if (SymbolicFile *O = dyn_cast<SymbolicFile>(&*ChildOrErr.get())) { dumpArchive() local 2162 if (SymbolicFile *O = dyn_cast<SymbolicFile>(&*ChildOrErr.get())) { dumpMachOUniversalBinaryMatchArchFlags() local 2222 if (SymbolicFile *O = dyn_cast<SymbolicFile>(&*ChildOrErr.get())) { dumpMachOUniversalBinaryMatchHost() local 2249 for (const MachOUniversalBinary::ObjectForArch &O : UB->objects()) { dumpMachOUniversalBinaryArchAll() local 2277 if (SymbolicFile *F = dyn_cast<SymbolicFile>(&*ChildOrErr.get())) { dumpMachOUniversalBinaryArchAll() local 2341 dumpSymbolicFile(SymbolicFile * O,std::vector<NMSymbol> & SymbolList,StringRef Filename) dumpSymbolicFile() argument 2384 else if (SymbolicFile *O = dyn_cast<SymbolicFile>(&Bin)) dumpSymbolNamesFromFile() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 251 const Function *F = nullptr; in predictUseListOrder() local 791 incorporateFunction(const Function * F) incorporateFunction() argument 870 ModuleSlotTracker(SlotTracker & Machine,const Module * M,const Function * F) ModuleSlotTracker() argument 895 incorporateFunction(const Function & F) incorporateFunction() argument 965 SlotTracker(const Function * F,bool ShouldInitializeAllMetadata) SlotTracker() argument 1129 processFunctionMetadata(const Function & F) processFunctionMetadata() argument 1151 if (Function *F = CI->getCalledFunction()) processInstructionMetadata() local 1846 for (auto F : SplitFlags) { printDIFlags() local 1870 for (auto F : SplitFlags) { printDISPFlags() local 2710 AssemblyWriter(formatted_raw_ostream & o,SlotTracker & Mac,const Module * M,AssemblyAnnotationWriter * AAW,bool IsForDebug,bool ShouldPreserveUseListOrder) AssemblyWriter() argument 2723 AssemblyWriter(formatted_raw_ostream & o,SlotTracker & Mac,const ModuleSummaryIndex * Index,bool IsForDebug) AssemblyWriter() argument 3850 printFunction(const Function * F) printFunction() argument 4720 printUseLists(const Function * F) printUseLists() argument 4838 if (Function *F = CI->getCalledFunction()) isReferencingMDNode() local 4867 __anoncb2f1b2a0c02(const Function *F) print() argument 4884 __anoncb2f1b2a0d02(const Function *F) print() argument 4911 __anoncb2f1b2a0e02(const Function *F) print() argument 4928 else if (const Function *F = dyn_cast<Function>(GV)) print() local 4954 printWithoutType(const Value & V,raw_ostream & O,SlotTracker * Machine,const Module * M) printWithoutType() argument 4965 printAsOperandImpl(const Value & V,raw_ostream & O,bool PrintType,ModuleSlotTracker & MST) printAsOperandImpl() argument 4977 printAsOperand(raw_ostream & O,bool PrintType,const Module * M) const printAsOperand() argument 4992 printAsOperand(raw_ostream & O,bool PrintType,ModuleSlotTracker & MST) const printAsOperand() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2004 const Function &F = MF.getFunction(); getVScale() local 3169 const Function &F = getMachineFunction().getFunction(); computeKnownBits() local 9583 simplifySelect(SDValue Cond,SDValue T,SDValue F) simplifySelect() argument 10670 getDbgValue(DIVariable * Var,DIExpression * Expr,SDNode * N,unsigned R,bool IsIndirect,const DebugLoc & DL,unsigned O) getDbgValue() argument 10683 getConstantDbgValue(DIVariable * Var,DIExpression * Expr,const Value * C,const DebugLoc & DL,unsigned O) getConstantDbgValue() argument 10697 getFrameIndexDbgValue(DIVariable * Var,DIExpression * Expr,unsigned FI,bool IsIndirect,const DebugLoc & DL,unsigned O) getFrameIndexDbgValue() argument 10709 getFrameIndexDbgValue(DIVariable * Var,DIExpression * Expr,unsigned FI,ArrayRef<SDNode * > Dependencies,bool IsIndirect,const DebugLoc & DL,unsigned O) getFrameIndexDbgValue() argument 10721 getVRegDbgValue(DIVariable * Var,DIExpression * Expr,unsigned VReg,bool IsIndirect,const DebugLoc & DL,unsigned O) getVRegDbgValue() argument 10734 getDbgValueList(DIVariable * Var,DIExpression * Expr,ArrayRef<SDDbgOperand> Locs,ArrayRef<SDNode * > Dependencies,bool IsIndirect,const DebugLoc & DL,unsigned O,bool IsVariadic) getDbgValueList() argument 10949 getDbgLabel(DILabel * Label,const DebugLoc & DL,unsigned O) getDbgLabel() argument 11745 GlobalAddressSDNode(unsigned Opc,unsigned Order,const DebugLoc & DL,const GlobalValue * GA,EVT VT,int64_t o,unsigned TF) GlobalAddressSDNode() argument [all...] |