| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 81 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set() 338 void FunctionLoweringInfo::clear() { in clear() 355 unsigned FunctionLoweringInfo::CreateReg(MVT VT) { in CreateReg() 367 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { in CreateRegs() 392 const FunctionLoweringInfo::LiveOutInfo * 411 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo() 502 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex() 510 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() 518 unsigned FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg() 548 void FunctionLoweringInfo::setCurrentSwiftErrorVReg( in setCurrentSwiftErrorVReg() [all …]
|
| H A D | SelectionDAGBuilder.h | 64 class FunctionLoweringInfo; variable 613 FunctionLoweringInfo &FuncInfo; 628 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder() 1046 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
|
| H A D | SelectionDAGISel.cpp | 308 FuncInfo(new FunctionLoweringInfo()), in SelectionDAGISel() 1223 FunctionLoweringInfo *FuncInfo) { in isFoldedOrDeadInstruction() 1234 FunctionLoweringInfo *FuncInfo) { in setupSwiftErrorVals() 1265 static void createSwiftErrorEntriesInEntryBlock(FunctionLoweringInfo *FuncInfo, in createSwiftErrorEntriesInEntryBlock() 1304 static void processDbgDeclares(FunctionLoweringInfo *FuncInfo) { in processDbgDeclares() 1348 static void propagateSwiftErrorVRegs(FunctionLoweringInfo *FuncInfo) { in propagateSwiftErrorVRegs() 1463 FunctionLoweringInfo *FuncInfo, in preassignSwiftErrorRegs()
|
| H A D | StatepointLowering.cpp | 281 FunctionLoweringInfo::StatepointSpillMap &SSM) { in removeDuplicateGCPtrs()
|
| H A D | FastISel.cpp | 222 FunctionLoweringInfo &FuncInfo) { in isRegUsedByPhiNodes() 1915 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, in FastISel()
|
| H A D | SelectionDAGBuilder.cpp | 789 FunctionLoweringInfo &FuncInfo, in getCopyFromRegs() 829 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs() 1481 FunctionLoweringInfo &FuncInfo, const BasicBlock *EHPadBB, in findUnwindDestinations() 8829 FunctionLoweringInfo *FuncInfo, in findArgumentCopyElisionCandidates() 8920 FunctionLoweringInfo *FuncInfo, SmallVectorImpl<SDValue> &Chains, in tryToElideArgumentCopy()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 48 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 109 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | WebAssemblyFastISel.cpp | 196 WebAssemblyFastISel(FunctionLoweringInfo &FuncInfo, in WebAssemblyFastISel() 1399 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
|
| H A D | WebAssemblyISelLowering.cpp | 271 FunctionLoweringInfo &FuncInfo, const TargetLibraryInfo *LibInfo) const { in createFastISel()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 43 class FunctionLoweringInfo; variable 204 FunctionLoweringInfo &FuncInfo; 331 explicit FastISel(FunctionLoweringInfo &FuncInfo,
|
| H A D | SelectionDAGISel.h | 36 class FunctionLoweringInfo; variable 48 FunctionLoweringInfo *FuncInfo;
|
| H A D | FunctionLoweringInfo.h | 53 class FunctionLoweringInfo {
|
| H A D | TargetLowering.h | 74 class FunctionLoweringInfo; variable 2773 FunctionLoweringInfo *FLI, in isSDNodeSourceOfDivergence() 3502 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() argument
|
| H A D | SelectionDAG.h | 233 FunctionLoweringInfo * FLI = nullptr; 390 void setFunctionLoweringInfo(FunctionLoweringInfo * FuncInfo) {
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 47 class FunctionLoweringInfo; variable 276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 719 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | MipsFastISel.cpp | 256 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() 2149 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 41 class FunctionLoweringInfo; variable 470 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 819 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | ARMFastISel.cpp | 124 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() 3086 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 285 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 724 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | AArch64FastISel.cpp | 293 explicit AArch64FastISel(FunctionLoweringInfo &FuncInfo, in AArch64FastISel() 5185 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 860 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 1167 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
|
| H A D | PPCFastISel.cpp | 97 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() 2469 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1095 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1406 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | X86FastISel.cpp | 61 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() 4034 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 345 FunctionLoweringInfo *FLI, LegacyDivergenceAnalysis *DA) const override;
|