Home
last modified time | relevance | path

Searched refs:funcInfo (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d472 Dl_info funcInfo;
474 if (data.callstack[i] !is null && dladdr(data.callstack[i], &funcInfo) != 0)
476 symData.symbols[symData.entries].funcName = funcInfo.dli_sname;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d454 Dl_info funcInfo;
456 if (data.callstack[i] !is null && dladdr(data.callstack[i], &funcInfo) != 0)
458 symData.symbols[symData.entries].funcName = funcInfo.dli_sname;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp254 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() argument
256 : FastISel(funcInfo, libInfo), TM(funcInfo.MF->getTarget()), in MipsFastISel()
257 Subtarget(&funcInfo.MF->getSubtarget<MipsSubtarget>()), in MipsFastISel()
259 MFI = funcInfo.MF->getInfo<MipsFunctionInfo>(); in MipsFastISel()
260 Context = &funcInfo.Fn->getContext(); in MipsFastISel()
2149 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
2151 return new MipsFastISel(funcInfo, libInfo); in createFastISel()
H A DMipsISelLowering.h273 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
711 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsISelLowering.cpp539 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
542 static_cast<const MipsTargetMachine &>(funcInfo.MF->getTarget()); in createFastISel()
555 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp122 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() argument
124 : FastISel(funcInfo, libInfo), in ARMFastISel()
126 &static_cast<const ARMSubtarget &>(funcInfo.MF->getSubtarget())), in ARMFastISel()
127 M(const_cast<Module &>(*funcInfo.Fn->getParent())), in ARMFastISel()
128 TM(funcInfo.MF->getTarget()), TII(*Subtarget->getInstrInfo()), in ARMFastISel()
130 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel()
132 Context = &funcInfo.Fn->getContext(); in ARMFastISel()
3073 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
3075 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel()) in createFastISel()
3076 return new ARMFastISel(funcInfo, libInfo); in createFastISel()
H A DARMISelLowering.h574 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
965 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMISelLowering.cpp1861 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
1863 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h133 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1355 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1673 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp60 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() argument
62 : FastISel(funcInfo, libInfo) { in X86FastISel()
63 Subtarget = &funcInfo.MF->getSubtarget<X86Subtarget>(); in X86FastISel()
3985 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
3987 return new X86FastISel(funcInfo, libInfo); in createFastISel()
H A DX86ISelLowering.cpp4830 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
4832 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1099 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64ISelLowering.cpp1812 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
1814 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()