reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  156   for (Function::const_arg_iterator I = FuncInfo.Fn->arg_begin(),
  157                                     E = FuncInfo.Fn->arg_end();
 1785     ResultReg += TLI.getNumRegisters(FuncInfo.Fn->getContext(), AggValueVTs[i]);
 2001         IntegerType::get(FuncInfo.Fn->getContext(), VT.getSizeInBits());
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
   83   Fn = &fn;
   93   CallingConv::ID CC = Fn->getCallingConv();
   95   GetReturnInfo(CC, Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI,
   95   GetReturnInfo(CC, Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI,
   98       TLI->CanLowerReturn(CC, *MF, Fn->isVarArg(), Outs, Fn->getContext());
   98       TLI->CanLowerReturn(CC, *MF, Fn->isVarArg(), Outs, Fn->getContext());
  103       Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr);
  103       Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr);
  133   for (const BasicBlock &BB : *Fn) {
  186               TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, CS);
  212         if (CI->isMustTailCall() && Fn->isVarArg())
  230   for (const BasicBlock &BB : *Fn) {
  284         unsigned NumRegisters = TLI->getNumRegisters(Fn->getContext(), VT);
  535       ComputeValueVTs(*TLI, Fn->getParent()->getDataLayout(),
  539         unsigned NumRegisters = TLI->getNumRegisters(Fn->getContext(), VT);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1579   auto Pers = classifyEHPersonality(FuncInfo.Fn->getPersonalityFn());
 1601   auto Pers = classifyEHPersonality(FuncInfo.Fn->getPersonalityFn());
 1620     SuccessorColor = &FuncInfo.Fn->getEntryBlock();
 1638   auto Pers = classifyEHPersonality(FuncInfo.Fn->getPersonalityFn());
 1689     classifyEHPersonality(FuncInfo.Fn->getPersonalityFn());
 2866   const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn();
 7080     auto Pers = classifyEHPersonality(FuncInfo.Fn->getPersonalityFn());
 9427   unsigned NumArgs = FuncInfo->Fn->arg_size();
 9446   for (const Instruction &I : FuncInfo->Fn->getEntryBlock()) {
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  784       getAnalysis<TargetTransformInfoWrapperPass>().getTTI(*FuncInfo->Fn);
 1228   const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn();
 1296   for (const BasicBlock &BB : *FuncInfo->Fn) {
lib/Target/AArch64/AArch64FastISel.cpp
  297     Context = &FuncInfo.Fn->getContext();
 2955   const Function *F = FuncInfo.Fn;
lib/Target/AMDGPU/SIISelLowering.cpp
10847         else if (!AMDGPU::isEntryFunctionCC(FLI->Fn->getCallingConv()))
lib/Target/ARM/ARMFastISel.cpp
  128           M(const_cast<Module &>(*funcInfo.Fn->getParent())),
  133       Context = &funcInfo.Fn->getContext();
 3005   const Function *F = FuncInfo.Fn;
lib/Target/Mips/MipsFastISel.cpp
  261     Context = &funcInfo.Fn->getContext();
 1322   const Function *F = FuncInfo.Fn;
lib/Target/PowerPC/PPCFastISel.cpp
  103           Context(&FuncInfo.Fn->getContext()) {}
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  550   LLVM_DEBUG(dbgs() << "Use branch hint for '" << FuncInfo->Fn->getName()
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  199     Context = &FuncInfo.Fn->getContext();
  639   const Function *F = FuncInfo.Fn;
 1338   if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::SExt))
 1340   else if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::ZExt))
lib/Target/X86/X86FastISel.cpp
 3061   const Function *F = FuncInfo.Fn;