Searched refs:FuncInfo (Results 51 - 72 of 72) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2419 const CGFunctionInfo &FuncInfo = local
2421 llvm::FunctionType *FuncLLVMTy = CGM.getTypes().GetFunctionType(FuncInfo);
2426 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo);
2431 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getLocation(),
H A DCGStmtOpenMP.cpp474 const CGFunctionInfo &FuncInfo = local
476 llvm::FunctionType *FuncLLVMTy = CGM.getTypes().GetFunctionType(FuncInfo);
481 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo);
487 CGF.StartFunction(CD, Ctx.VoidTy, F, FuncInfo, TargetArgs,
H A DCGBuiltin.cpp2999 const CGFunctionInfo &FuncInfo =
3001 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FuncInfo);
3003 return EmitCall(FuncInfo, CGCallee::forDirect(Func),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp925 if (const WinEHFuncInfo *FuncInfo = MF.getWinEHFuncInfo())
926 EHRegNodeFrameIndex = FuncInfo->EHRegNodeFrameIndex;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp389 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); local
550 FuncInfo->setVarArgsFrameOffset(ArgOffset);
661 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); local
663 FuncInfo->setVarArgsFrameOffset(ArgOffset + ArgArea +
2503 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); local
2514 DAG.getIntPtrConstant(FuncInfo->getVarArgsFrameOffset(), DL));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1004 LanaiMachineFunctionInfo *FuncInfo = MF.getInfo<LanaiMachineFunctionInfo>(); local
1007 SDValue FI = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp516 const FunctionLoweringInfo &FuncInfo,
520 if (!FuncInfo.BPI) return PPC::BR_NO_HINT;
522 const BasicBlock *BB = FuncInfo.MBB->getBasicBlock();
530 auto TProb = FuncInfo.BPI->getEdgeProbability(BB, TBB);
531 auto FProb = FuncInfo.BPI->getEdgeProbability(BB, FBB);
551 LLVM_DEBUG(dbgs() << "Use branch hint for '" << FuncInfo.Fn->getName()
5061 PCC |= getBranchHint(PCC, *FuncInfo, N->getOperand(3));
5105 PCC |= getBranchHint(PCC, *FuncInfo, N->getOperand(4));
515 getBranchHint(unsigned PCC, const FunctionLoweringInfo &FuncInfo, const SDValue &DestMBB) argument
H A DPPCRegisterInfo.cpp308 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); local
309 if (!TM.isPPC64() || FuncInfo->usesTOCBasePtr() || MF.hasInlineAsm())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2249 MipsFunctionInfo *FuncInfo = MF.getInfo<MipsFunctionInfo>(); local
2252 SDValue FI = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
3159 MipsFunctionInfo *FuncInfo = MF.getInfo<MipsFunctionInfo>(); local
3401 FuncInfo->callPtrInfo(Val));
3405 FuncInfo->callPtrInfo(Val));
3423 FuncInfo->callPtrInfo(Sym));
3427 FuncInfo->callPtrInfo(Sym));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1331 SystemZMachineFunctionInfo *FuncInfo = local
1430 FuncInfo->setVarArgsFirstGPR(NumFixedGPRs);
1431 FuncInfo->setVarArgsFirstFPR(NumFixedFPRs);
1436 FuncInfo->setVarArgsFrameIndex(MFI.CreateFixedObject(1, StackSize, true));
1442 FuncInfo->setRegSaveFrameIndex(RegSaveIndex);
3315 SystemZMachineFunctionInfo *FuncInfo = local
3327 DAG.getConstant(FuncInfo->getVarArgsFirstGPR(), DL, PtrVT),
3328 DAG.getConstant(FuncInfo->getVarArgsFirstFPR(), DL, PtrVT),
3329 DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT),
3330 DAG.getFrameIndex(FuncInfo
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h412 void setFunctionLoweringInfo(FunctionLoweringInfo * FuncInfo) { argument
413 FLI = FuncInfo;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp317 FunctionLoweringInfo &FuncInfo, const TargetLibraryInfo *LibInfo) const {
318 return WebAssembly::createFastISel(FuncInfo, LibInfo);
316 createFastISel( FunctionLoweringInfo &FuncInfo, const TargetLibraryInfo *LibInfo) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2951 WinEHFuncInfo &FuncInfo = *MF.getWinEHFuncInfo();
2957 int FI = FuncInfo.EHRegNodeFrameIndex;
2970 FuncInfo.EHRegNodeEndOffset = EndOffset;
H A DX86ISelLowering.cpp2644 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>(); local
2663 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(), dl,
2775 // may not have an explicit sret argument. If FuncInfo.CanLowerReturn is
2777 // either case FuncInfo->setSRetReturnReg() will have been called.
2778 if (unsigned SRetReg = FuncInfo->getSRetReturnReg()) {
3356 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
3362 FuncInfo->setForceFramePointer(true);
3503 unsigned Reg = FuncInfo->getSRetReturnReg();
3507 FuncInfo->setSRetReturnReg(Reg);
3527 FuncInfo
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp675 RISCVMachineFunctionInfo *FuncInfo = MF.getInfo<RISCVMachineFunctionInfo>(); local
678 SDValue FI = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1271 unsigned AR = FuncInfo->CreateReg(MVT::i32);
H A DHexagonISelLowering.cpp2863 HexagonMachineFunctionInfo *FuncInfo = local
2865 FuncInfo->setHasEHReturn();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1186 AArch64FunctionInfo *FuncInfo = MF.getInfo<AArch64FunctionInfo>(); local
1194 .addFrameIndex(FuncInfo->getVarArgsStackIndex())
H A DAArch64InstrInfo.cpp6065 AArch64FunctionInfo *FuncInfo = MF->getInfo<AArch64FunctionInfo>(); local
6081 if (FuncInfo->getLOHRelated().count(&MI))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp945 const BasicBlock *BB = FuncInfo->MBB->getBasicBlock();
H A DSIISelLowering.cpp2654 const SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>(); local
2658 if (CCInfo.getNextStackOffset() > FuncInfo->getBytesInStackArgArea())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3854 ARMFunctionInfo *FuncInfo = MF.getInfo<ARMFunctionInfo>(); local
3860 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);

Completed in 855 milliseconds

123