Searched refs:getParent (Results 751 - 775 of 1090) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp132 Function &F = *L->getHeader()->getParent();
H A DARMTargetTransformInfo.h103 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraph.cpp180 assert((!F || F->getParent() == &M) && "Function not in current module!");
H A DCFGPrinter.cpp298 computeHiddenNodes(Node->getParent());
H A DStackSafetyAnalysis.cpp250 : F(F), DL(F.getParent()->getDataLayout()), SE(SE),
710 C.first.Callee->getParent()->getModuleIdentifier());
743 ->first->getParent()
891 const Module &M = *SSI.begin()->first->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h343 InterfaceFile *getParent() const { return Parent; } function in class:llvm::MachO::InterfaceFile
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h189 /// getParent - Return the last analyzed interval.
190 const LiveInterval &getParent() const { return *CurLI; } function in class:llvm::SplitAnalysis
H A DMachineFunction.cpp127 MBB->getParent()->DeleteMachineBasicBlock(MBB);
261 return F.getParent()->getDataLayout();
422 assert(MBB->getParent() == this && "MBB parent mismatch!");
556 ModuleSlotTracker MST(getFunction().getParent());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp78 MachineFunction *MF = BB.getParent();
208 MachineFunction *MF = BB.getParent();
306 MachineFunction *MF = BB.getParent();
581 MachineFunction *MF = BB.getParent();
H A DMipsInstructionSelector.cpp261 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opc))
275 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opc))
288 MachineBasicBlock &MBB = *I.getParent();
289 MachineFunction &MF = *MBB.getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DIRMutator.cpp187 BasicBlock *BB = Inst.getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp394 BuildMI(*I->getParent(), I, {}, TII->get(AArch64::COPY),
H A DAArch64TargetTransformInfo.h64 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp360 Intrinsic::getDeclaration(F.getParent(), Intrinsic::amdgcn_unreachable);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h97 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp118 Module *M = F->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp75 return !isKernelFunction(*Arg->getParent());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp91 const Align ParentAlign = MBB.getParent()->getAlignment();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h118 DiagnosticPool(other ? other->DiagnosticPool.getParent() : nullptr) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h264 VariableScope *getParent() { return Parent; }
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp745 Function *TheFunction = Builder.GetInsertBlock()->getParent();
807 Function *TheFunction = Builder.GetInsertBlock()->getParent();
888 Function *TheFunction = Builder.GetInsertBlock()->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp967 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1029 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1110 Function *TheFunction = Builder.GetInsertBlock()->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp727 Function *TheFunction = Builder.GetInsertBlock()->getParent();
789 Function *TheFunction = Builder.GetInsertBlock()->getParent();
870 Function *TheFunction = Builder.GetInsertBlock()->getParent();
H A Dtoy.cpp1007 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1069 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1150 Function *TheFunction = Builder.GetInsertBlock()->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp282 for (Scope *S = getCurScope(); S; S = S->getParent()) {
285 RD = MD->getParent();
800 CXXRecordDecl *ContainingClass = dyn_cast<CXXRecordDecl>(DC->getParent());

Completed in 571 milliseconds

<<31323334353637383940>>