Searched refs:getContext (Results 176 - 200 of 708) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp88 ASTContext &Ctx = BR.getContext();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp167 ASTContext &Ctx = svalBuilder.getContext();
190 QualType T = getDesugaredValueType(svalBuilder.getContext());
459 os << "alloca{S" << Ex->getID(getContext()) << ',' << Cnt << '}';
483 os << "{ S" << CL->getID(getContext()) << " }";
488 << "S" << Ex->getID(getContext()) << '}';
518 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
523 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
911 T = getContext().VoidTy;
913 T = getContext().getFunctionNoProtoType(T);
914 T = getContext()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp32 LLVMContext &BasicBlock::getContext() const { function in class:BasicBlock
33 return getType()->getContext();
73 ConstantInt::get(llvm::Type::getInt32Ty(getContext()), 1);
419 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(),
H A DValue.cpp190 LLVMContext &Ctx = getContext();
199 LLVMContext &Ctx = getContext();
226 if (getContext().shouldDiscardValueNames() && !isa<GlobalValue>(this))
744 LLVMContext &Value::getContext() const { return VTy->getContext(); } function in class:Value
805 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl;
863 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl;
876 LLVMContextImpl *pImpl = V->getContext().pImpl;
932 LLVMContextImpl *pImpl = Old->getContext().pImpl;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGuardUtils.cpp53 Condition = ConstantInt::getTrue(IfTrueBB->getContext());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp51 MDBuilder MDB(Guard->getContext());
H A DBuildLibCalls.cpp849 LLVMContext &Context = B.GetInsertBlock()->getContext();
870 LLVMContext &Context = B.GetInsertBlock()->getContext();
913 AS = AttributeList::get(M->getContext(), AttributeList::FunctionIndex,
915 LLVMContext &Context = B.GetInsertBlock()->getContext();
917 "__memcpy_chk", AttributeList::get(M->getContext(), AS), B.getInt8PtrTy(),
931 LLVMContext &Context = B.GetInsertBlock()->getContext();
940 LLVMContext &Context = B.GetInsertBlock()->getContext();
949 LLVMContext &Context = B.GetInsertBlock()->getContext();
1055 CI->setAttributes(Attrs.removeAttribute(B.getContext(),
1097 CI->setAttributes(Attrs.removeAttribute(B.getContext(),
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp63 Constant *StrConst = ConstantDataArray::getString(M.getContext(), Str);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp70 OutStreamer->getContext());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp73 LLVMContext &Context = C->getParent()->getContext();
H A DNVPTXLowerAggrCopies.cpp64 LLVMContext &Context = F.getParent()->getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp115 MCContext &Context = Streamer.getContext();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp430 S->dump(CGF.getContext().getSourceManager());
580 if (E->getCallReturnType(CGF.getContext())->isReferenceType())
647 auto &Ctx = CGF.getContext();
729 if (CanElideOverflowCheck(CGF.getContext(), Ops))
737 !CanElideOverflowCheck(CGF.getContext(), Ops))
891 CGF.getContext().getFloatTypeSemantics(OrigSrcType);
896 unsigned Width = CGF.getContext().getIntWidth(DstType);
927 CGF.getContext().getFloatTypeSemantics(SrcType);
1073 return llvm::ConstantInt::getFalse(VTy->getContext());
1220 SrcType = CGF.getContext()
[all...]
H A DCGRecordLayoutBuilder.cpp218 : Types(Types), Context(Types.getContext()), D(D),
220 Layout(Types.getContext().getASTRecordLayout(D)),
704 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes);
774 if (getContext().getLangOpts().DumpRecordLayouts) {
784 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(D);
786 uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize());
794 getContext().toBits(NonVirtualSize);
805 const ASTRecordLayout &AST_RL = getContext().getASTRecordLayout(D);
811 if (FD->isZeroSize(getContext()))
H A DCGCUDANV.cpp157 DeviceMC(CGM.getContext().createMangleContext(
158 CGM.getContext().getAuxTargetInfo())) {
160 ASTContext &Ctx = CGM.getContext();
231 assert((CGF.CGM.getContext().getAuxTargetInfo() &&
232 (CGF.CGM.getContext().getAuxTargetInfo()->getCXXABI() !=
233 CGF.CGM.getContext().getTargetInfo().getCXXABI())) ||
275 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
279 CGM.getContext().Idents.get(LaunchKernelName);
354 CGM.getContext().getTypeInfoInChars(A->getType());
H A DCGStmtOpenMP.cpp79 CGF.getContext(), const_cast<VarDecl *>(VD),
143 CGF.ConvertTypeForMem(CGF.getContext().getPointerType(
145 CGF.getContext().getDeclAlign(OrigVD)));
232 DeclRefExpr DRE(CGF.getContext(), const_cast<VarDecl *>(VD),
263 DeclRefExpr DRE(getContext(), const_cast<VarDecl *>(OrigVD), IsCaptured,
272 ASTContext &C = getContext();
311 ASTContext &Ctx = getContext();
340 ASTContext &Ctx = CGF.getContext();
403 ASTContext &Ctx = CGM.getContext();
670 CharUnits ElementSize = getContext()
[all...]
H A DCGOpenMPRuntime.cpp360 DeclRefExpr DRE(CGF.getContext(), const_cast<VarDecl *>(VD),
895 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy);
1030 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()),
1049 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()),
1071 if (CGF.getContext().getAsArrayType(PrivateVD->getType())) {
1110 !CGF.getContext().hasSameType(BaseTy, ElTy)) {
1134 !CGF.getContext().hasSameType(BaseTy, ElTy)) {
1247 ASTContext &C = CGM.getContext();
1354 ASTContext &C = CGM.getContext();
1604 Name, CGM.getContext()
[all...]
H A DCodeGenTypes.h116 ASTContext &getContext() const { return Context; } function in class:clang::CodeGen::CodeGenTypes
120 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp46 SubFn->getContext(), {Builder.getInt8PtrTy(), Builder.getInt8PtrTy()});
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp67 SplitLength = TLI.getNumRegistersForCallingConv(F.getContext(),
74 F.getContext(), F.getCallingConv(), VT);
440 F.getContext());
486 F.getContext());
612 F.getContext());
656 F.getContext());
683 MVT RegisterVT = TLI.getRegisterTypeForCallingConv(F.getContext(),
686 F.getContext(), F.getCallingConv(), VT);
711 LLVMContext &Ctx = OrigArg.Ty->getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp175 Type *Int8PtrType = Type::getInt8PtrTy(TheModule->getContext());
178 Type::getInt32Ty(TheModule->getContext()),
179 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())},
212 LLVMContext &Context = TheModule->getContext();
231 LLVMContext &Context = TheModule->getContext();
253 LLVMContext &Context = TheModule->getContext();
354 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType,
373 Value *FI8 = Builder.CreateBitCast(F, Type::getInt8PtrTy(F->getContext()));
386 LLVMContext &Context = ParentFunc->getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp156 LLVMContext &Context = M->getContext();
183 : BB(Block), PT(PT), Ran(R), Context(BB->getContext()) {}
444 return PT->push_back(ConstantFP::get(Ty->getContext(), RandomFloat));
485 ConstantInt::get(Type::getInt32Ty(BB->getContext()),
503 Type *I32 = Type::getInt32Ty(BB->getContext());
529 ConstantInt::get(Type::getInt32Ty(BB->getContext()),
673 BasicBlock *BB = BasicBlock::Create(F->getContext(), "BB", F);
674 ReturnInst::Create(F->getContext(), BB);
710 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp299 PrevLabel = MMI->getContext().createTempSymbol();
331 PrevLabel = MMI->getContext().createTempSymbol();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp27 LLVMContext &Context = M.getContext();
58 Types.push_back(Getter(M.getContext()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp220 MCSymbol *Alias = getContext().getOrCreateSymbol(AliasName);
223 const MCExpr *Value = MCSymbolRefExpr::create(Aliasee, getContext());

Completed in 483 milliseconds

1234567891011>>