/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
pcln.go | 293 // TODO: Move into funcinfo.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
pcln.go | 296 // TODO: Move into funcinfo.
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
pcln.go | 293 // TODO: Move into funcinfo.
|
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 456 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, 458 if (!funcInfo.MF->getTarget().Options.EnableFastISel) 459 return TargetLowering::createFastISel(funcInfo, libInfo); 460 return Mips::createFastISel(funcInfo, libInfo); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 648 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, [all...] |
PPCISelDAGToDAG.cpp | 403 static unsigned getBranchHint(unsigned PCC, FunctionLoweringInfo *FuncInfo, 407 if (!FuncInfo->BPI) return PPC::BR_NO_HINT; 409 const BasicBlock *BB = FuncInfo->MBB->getBasicBlock(); 417 uint32_t TWeight = FuncInfo->BPI->getEdgeWeight(BB, TBB); 418 uint32_t FWeight = FuncInfo->BPI->getEdgeWeight(BB, FBB); 440 DEBUG(dbgs() << "Use branch hint for '" << FuncInfo->Fn->getName() << "::" [all...] |
PPCRegisterInfo.cpp | 224 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); 225 if (FuncInfo->usesTOCBasePtr() || MF.hasInlineAsm()) [all...] |
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyISelLowering.cpp | 194 FunctionLoweringInfo &FuncInfo, const TargetLibraryInfo *LibInfo) const { 195 return WebAssembly::createFastISel(FuncInfo, LibInfo);
|
/external/llvm/utils/TableGen/ |
FastISelEmitter.cpp | 659 OS << " BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, "
|
/external/opencv3/modules/python/src2/ |
gen2.py | 496 class FuncInfo(object): 824 func = func_map.setdefault(name, FuncInfo(classname, name, cname, isconstructor, namespace)) [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 394 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); 563 FuncInfo->setVarArgsFrameOffset(ArgOffset); 679 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); 681 FuncInfo->setVarArgsFrameOffset(ArgOffset + ArgArea + [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 911 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, [all...] |
X86FrameLowering.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGStmt.cpp | [all...] |
CGStmtOpenMP.cpp | 122 const CGFunctionInfo &FuncInfo = 125 llvm::FunctionType *FuncLLVMTy = CGM.getTypes().GetFunctionType(FuncInfo); 130 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); 135 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getLocation(), [all...] |
CGBuiltin.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonFrameLowering.cpp | 453 auto *FuncInfo = MF.getInfo<HexagonMachineFunctionInfo>(); 454 auto &AdjustRegs = FuncInfo->getAllocaAdjustInsts(); [all...] |
HexagonISelDAGToDAG.cpp | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ChangeLog-2005 | 813 * dwarf2.c (struct funcinfo): Delete nesting_level field. 814 (lookup_address_in_function_table): Delete code to set funcinfo 817 Delete code setting funcinfo nesting_level field. Add code to set 818 funcinfo caller_func field. [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/go/ |
types.a | 274 type @"".funcInfo struct { @"".name string; @"".decl *@"".declInfo; @"".sig *@"".Signature; @"".body *@"go/ast".BlockStmt } 331 type @"".Checker struct { @"".conf *@"".Config; @"".fset *@"go/token".FileSet; @"".pkg *@"".Package; ? *@"".Info; @"".objMap map[@"".Object]*@"".declInfo; @"".files []*@"go/ast".File; @"".unusedDotImports map[*@"".Scope]map[*@"".Package]@"go/token".Pos; @"".firstErr error; @"".methods map[string][]*@"".Func; @"".untyped map[@"go/ast".Expr]@"".exprInfo; @"".funcs []@"".funcInfo; @"".delayed []func(); ? @"".context; @"".pos @"go/token".Pos; @"".indent int } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/go/ |
types.a | 274 type @"".funcInfo struct { @"".name string; @"".decl *@"".declInfo; @"".sig *@"".Signature; @"".body *@"go/ast".BlockStmt } 331 type @"".Checker struct { @"".conf *@"".Config; @"".fset *@"go/token".FileSet; @"".pkg *@"".Package; ? *@"".Info; @"".objMap map[@"".Object]*@"".declInfo; @"".files []*@"go/ast".File; @"".unusedDotImports map[*@"".Scope]map[*@"".Package]@"go/token".Pos; @"".firstErr error; @"".methods map[string][]*@"".Func; @"".untyped map[@"go/ast".Expr]@"".exprInfo; @"".funcs []@"".funcInfo; @"".delayed []func(); ? @"".context; @"".pos @"go/token".Pos; @"".indent int } [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |