Searched refs:getPointer (Results 26 - 50 of 210) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaConcept.h133 return Constraint.get<CompoundConstraint>().getPointer()->first;
138 return Constraint.get<CompoundConstraint>().getPointer()->second;
H A DScope.h511 if (NRVO.getPointer() == nullptr) {
515 if (NRVO.getPointer() != VD)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h139 return static_cast<const Stmt *>(Data1.getPointer());
165 return static_cast<ConstructionContext *>(Data2.getPointer());
210 return static_cast<ConstructionContext *>(Data2.getPointer());
231 return static_cast<CXXCtorInitializer*>(Data1.getPointer());
252 return static_cast<CXXNewExpr *>(Data1.getPointer());
276 return static_cast<Stmt *>(Data1.getPointer());
296 return static_cast<VarDecl *>(Data1.getPointer());
300 return static_cast<Stmt *>(Data2.getPointer());
323 return static_cast<Stmt*>(Data2.getPointer());
328 return static_cast<VarDecl *>(Data1.getPointer());
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h55 operator Module *() const { return Storage.getPointer(); }
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp143 return LVal.getPointer(CGF);
354 llvm::Value *addr = LVal.getPointer(CGF);
377 Ptr.getPointer(), Expected, Desired, SuccessOrder, FailureOrder,
674 CGF.Builder.CreateAtomicRMW(Op, Ptr.getPointer(), LoadVal1, Order, Scope);
1054 EmitCastToVoidPtr(Ptr.getPointer()), E->getPtr()->getType())),
1087 EmitCastToVoidPtr(Val1.getPointer()), E->getVal1()->getType())),
1089 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val2.getPointer(),
1102 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1.getPointer(),
1114 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1.getPointer(),
1134 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1.getPointer(),
[all...]
H A DCGCXXABI.cpp47 ThisPtrForCall = This.getPointer();
213 allocPtr = ptr.getPointer();
222 allocPtr = allocAddr.getPointer();
H A DCGObjC.cpp51 CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer();
96 Args.add(RValue::get(BitCast.getPointer()), ArgQT);
101 llvm::Constant *GV = CGM.GetAddrOfConstantCString(Str).getPointer();
204 Args.add(RValue::get(Objects.getPointer()), ArgQT);
208 Args.add(RValue::get(Keys.getPointer()), ArgQT);
619 Receiver = ter.getPointer();
828 args.add(RValue::get(dest.getPointer()), Context.VoidPtrTy);
831 args.add(RValue::get(src.getPointer()), Context.VoidPtrTy);
1095 .getPointer(CGF);
1125 emitCPPObjectAtomicGetterCall(*this, ReturnValue.getPointer(),
[all...]
H A DCGCleanup.cpp47 return saved_type(addr.getPointer(), ScalarAddress);
57 return saved_type(addr.getPointer(), ComplexAddress);
62 if (!DominatingLLVMValue::needsSaving(V.getPointer()))
63 return saved_type(V.getPointer(), AggregateLiteral,
68 CGF.Builder.CreateStore(V.getPointer(), addr);
69 return saved_type(addr.getPointer(), AggregateAddress,
309 auto store = new llvm::StoreInst(value, addr.getPointer(), beforeInst);
315 return new llvm::LoadInst(addr.getElementType(), addr.getPointer(), name,
634 assert(condition->getOperand(0) == CGF.NormalCleanupDest.getPointer());
865 cast<llvm::Instruction>(getNormalCleanupDestSlot().getPointer());
[all...]
H A DCGCUDANV.cpp96 cast<llvm::GlobalVariable>(ConstStr.getPointer());
107 ConstStr.getPointer(), Zeros);
319 llvm::Value* VarPtr = CGF.GetAddrOfLocalVar(Args[i]).getPointer();
322 VoidVarPtr, CGF.Builder.CreateConstGEP1_32(KernelArgs.getPointer(), i));
371 {GridDim.getPointer(), BlockDim.getPointer(),
372 ShmemSize.getPointer(), Stream.getPointer()});
382 LaunchKernelArgs.add(RValue::get(KernelArgs.getPointer()),
415 CGF.Builder.CreatePointerCast(CGF.GetAddrOfLocalVar(A).getPointer(),
[all...]
H A DCGOpenMPRuntime.cpp698 SrcBegin = SrcAddr.getPointer();
699 llvm::Value *DestBegin = DestAddr.getPointer();
839 cast<llvm::PointerType>(OrigAddresses[N].first.getPointer(CGF)->getType())
843 Size = CGF.Builder.CreatePtrDiff(OrigAddresses[N].second.getPointer(CGF),
844 OrigAddresses[N].first.getPointer(CGF));
967 CGF.Builder.CreateStore(Tmp.getPointer(), TopTmp);
1014 BaseLValue.getPointer(CGF), SharedAddresses[N].first.getPointer(CGF));
1017 PrivateAddr.getPointer(),
1315 .getPointer(CG
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h305 return TypeConstraintInfo.getPointer().isNull();
310 TypeConstraintInfo.getPointer().is<SubstitutionDiagnostic *>();
315 TypeConstraintInfo.getPointer().is<TemplateParameterList *>();
320 return TypeConstraintInfo.getPointer().get<SubstitutionDiagnostic *>();
327 return TypeConstraintInfo.getPointer().get<TemplateParameterList *>();
H A DVTableBuilder.h121 return reinterpret_cast<CXXRecordDecl *>(getPointer());
128 return reinterpret_cast<CXXMethodDecl *>(getPointer());
133 return reinterpret_cast<CXXDestructorDecl *>(getPointer());
138 return reinterpret_cast<CXXMethodDecl *>(getPointer());
218 uintptr_t getPointer() const { function in class:clang::VTableComponent
H A DVTTBuilder.h45 return BaseAndIsVirtual.getPointer();
H A DGlobalDecl.h95 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
102 const Decl *getDecl() const { return Value.getPointer(); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp45 OS << "[" << *C.getPointer() << ", " << (C.getInt() ? "true" : "false")
196 if (isEquivalent(*C1.getPointer(), *C2.getPointer()))
198 } else if (isInverse(*C1.getPointer(), *C2.getPointer()))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DGlobalsModRef.cpp107 delete Info.getPointer();
114 if (const auto *ArgPtr = Arg.Info.getPointer())
118 : Info(Arg.Info.getPointer(), Arg.Info.getInt()) {
122 delete Info.getPointer();
124 if (const auto *RHSPtr = RHS.Info.getPointer())
129 delete Info.getPointer();
130 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt());
165 if (AlignedMap *P = Info.getPointer()) {
181 if (AlignedMap *P = FI.Info.getPointer())
187 AlignedMap *P = Info.getPointer();
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h348 static const llvm::APSInt *getPointer(const llvm::APSInt &Value) { function in class:clang::ento::BinarySymExpr
351 static const SymExpr *getPointer(const SymExpr *Value) { return Value; } function in class:clang::ento::BinarySymExpr
368 assert(getPointer(lhs));
369 assert(getPointer(rhs));
391 ID.AddPointer(getPointer(lhs));
393 ID.AddPointer(getPointer(rhs));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerUnion.h172 bool isNull() const { return !this->Val.getPointer(); }
189 return PointerLikeTypeTraits<T>::getFromVoidPointer(this->Val.getPointer());
212 this->Val.getPointer() &&
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCFGUpdate.h38 NodePtr getTo() const { return ToAndKind.getPointer(); }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h521 return Next.getInt() ? nullptr : Next.getPointer();
533 assert(N.Next.getPointer() == &N && "Expected unlinked node");
544 assert(N.Next.getPointer() == &N && "Expected unlinked node");
548 N.Next.setPointerAndInt(Last->Next.getPointer(), false);
565 return *static_cast<T *>(Last ? Last->Next.getPointer() : nullptr);
568 return *static_cast<T *>(Last ? Last->Next.getPointer() : nullptr);
575 T *FirstNode = static_cast<T *>(Other.Last->Next.getPointer());
580 IterNode = static_cast<T *>(IterNode->Next.getPointer());
635 return Last ? iterator(static_cast<T *>(Last->Next.getPointer())) : end();
H A DDbgEntityHistoryCalculator.h82 const MachineInstr *getInstr() const { return Instr.getPointer(); }
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h52 delete Alloc.getPointer();
55 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h93 const auto &ImplSymbolName = ImplSymbol.getPointer()->first;
94 JITDylib *ImplJD = ImplSymbol.getPointer()->second;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp22 Class(std::move(CR)), Tag(Class.getPointer()) {}
27 Union(std::move(UR)), Tag(Union.getPointer()) {}
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp206 MSSAU.hasValue() ? MSSAU.getPointer() : nullptr);
234 MSSAU.hasValue() ? MSSAU.getPointer() : nullptr))

Completed in 477 milliseconds

123456789