Searched refs:getParent (Results 1051 - 1075 of 1090) sorted by relevance

<<41424344

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h192 BB = I->getParent();
347 Function *F = BB->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1366 See the method [llvm::GlobalValue::getParent]. *)
1678 See the method [llvm::Argument::getParent]. *)
1756 See the method [llvm::BasicBlock::getParent]. *)
1814 See the method [llvm::Instruction::getParent]. *)
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2945 CGF.Builder.SetInsertPoint(call->getParent(),
2959 CGF.Builder.SetInsertPoint(bitcast->getParent(), bitcast->getIterator());
H A DCGExprScalar.cpp2731 Builder.CreateCondBr(success, contBB, atomicPHI->getParent());
3103 Builder.CreateCondBr(success, contBB, atomicPHI->getParent());
5018 Builder.GetInsertBlock()->getParent(), PtrTy->getPointerAddressSpace());
H A DCGExprAgg.cpp2014 const RecordDecl *ClassRD = FD->getParent();
H A DCGException.cpp1673 !BB->getParent() /* not emitted */ || BB->empty())
H A DCGOpenMPRuntime.cpp1484 llvm::BasicBlock *TopBlock = CGF.AllocaInsertPt->getParent();
1489 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() ==
1491 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() ==
9058 if (FD1->getParent() == FD2->getParent())
11282 CDT = C.getPointerType(C.getRecordType(MD->getParent()));
H A DCGStmtOpenMP.cpp1742 AllocaInsertPt->getParent(), AllocaInsertPt->getIterator());
3596 AllocaInsertPt->getParent(), AllocaInsertPt->getIterator());
3848 AllocaInsertPt->getParent(), AllocaInsertPt->getIterator());
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1718 cast<FieldDecl>(D)->getParent()->hasAttr<PackedAttr>();
1726 cast<FieldDecl>(D)->getParent()->hasAttr<PackedAttr>();
1773 const RecordDecl *Parent = Field->getParent();
7356 const RecordDecl *RD = FD->getParent();
10919 const CXXRecordDecl *RD = MD->getParent();
H A DDeclObjC.cpp1334 const auto *Container = cast<ObjCContainerDecl>(getParent());
H A DItaniumMangle.cpp1563 InheritedFrom = Inherited.getConstructor()->getParent();
5775 if (FD->getParent()->isUnion()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1538 Scope *TopScope = I->CurScope->getParent();
1541 CurScope = CurScope->getParent();
1544 for (DeclContext *DC = D->getDeclContext(); DC; DC = DC->getParent())
6930 Context.getTypeDeclType(Method->getParent()).getTypePtr();
10264 Scope *ParentS = S->getParent();
10265 if (!ParentS || ParentS->getParent() != ParentS->getBreakParent() ||
16054 S = S->getParent();
16057 S = S->getParent();
18815 S = S->getParent();
18817 S = S->getParent();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2404 if (auto *M = MF->getFunction().getParent())
2513 Module *M = IRB.GetInsertBlock()->getParent()->getParent();
19251 const Module &Mod = *DAG.getMachineFunction().getFunction().getParent();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5494 if (!A->getParent()) {
5497 if ((A = dyn_cast_or_null<Argument>(ValueList[i])) && !A->getParent()) {
5604 stripTBAA(F->getParent());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp1105 << printMBBReference(*MI->getParent()) << '\n';
H A DMachineBlockPlacement.cpp1349 if (!BB->getParent()->getFunction().hasProfileData())
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp808 return FR->getDecl()->getParent()->isUnion();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp654 BasicBlock::iterator BBI = I.getIterator(), BBFront = I.getParent()->begin();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp444 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1499 const DataLayout &DL = GV->getParent()->getDataLayout();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1013 LLVMContext &Ctx = Fn.getParent()->getContext();
1020 const DataLayout &DL = Fn.getParent()->getDataLayout();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp1304 if (Module *TheModule = GV->getParent()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3248 for (const Scope *S = getCurScope(); S; S = S->getParent()) {
H A DParseExpr.cpp2821 CodeDC = CodeDC->getParent();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1142 BasicBlock *Parent = I.getParent();

Completed in 624 milliseconds

<<41424344