Searched refs:getContext (Results 1 - 25 of 708) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp44 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext());
45 MCSymbol *PCSym = getContext().createTempSymbol();
47 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext());
48 return MCBinaryExpr::createSub(Res, PC, getContext());
69 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext());
70 MCSymbol *PCSym = getContext().createTempSymbol();
72 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext());
73 return MCBinaryExpr::createSub(Res, PC, getContext());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp34 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext());
35 const MCExpr *Four = MCConstantExpr::create(4, getContext());
36 return MCBinaryExpr::createAdd(Res, Four, getContext());
57 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext());
58 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext());
59 return MCBinaryExpr::createAdd(Res, Off, getContext());
64 return MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp53 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPREL, getContext());
55 MCConstantExpr::create(0x8000, getContext()),
56 getContext());
H A DPPCMachineFunctionInfo.cpp20 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
27 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
34 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
41 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp22 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp69 UnreachableBlock = BasicBlock::Create(F.getContext(),
71 new UnreachableInst(F.getContext(), UnreachableBlock);
92 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(),
97 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock);
103 ReturnInst::Create(F.getContext(), PN, NewRetBlock);
H A DSanitizerStats.cpp25 StatTy = ArrayType::get(Type::getInt8PtrTy(M->getContext()), 2);
37 return StructType::get(M->getContext(), {Type::getInt8PtrTy(M->getContext()),
38 Type::getInt32Ty(M->getContext()),
77 PointerType *Int8PtrTy = Type::getInt8PtrTy(M->getContext());
78 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext());
79 Type *VoidTy = Type::getVoidTy(M->getContext());
96 auto BB = BasicBlock::Create(M->getContext(), "", F);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp73 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
76 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
79 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
82 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
184 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() !=
192 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection();
222 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext());
233 const MCExpr *MCE = MCSymbolRefExpr::create(Symbol, getContext());
237 MCE, MCConstantExpr::create(Offset, getContext()), getContext());
[all...]
H A DMCStreamer.cpp60 *Streamer.getContext().getAsmInfo(),
61 Streamer.getContext().getObjectFileInfo()->getTargetTriple(), OS,
73 Value->print(OS, Streamer.getContext().getAsmInfo());
78 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo();
172 EmitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size);
204 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue);
218 return getContext().getDwarfFile(Directory, Filename, FileNo, Checksum,
227 getContext().setMCLineTableRootFile(CUID, Directory, Filename, Checksum,
243 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa,
248 MCDwarfLineTable &Table = getContext()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEscapeEnumerator.h40 Builder(F.getContext()), Done(false),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.cpp22 LLVMContext &CTX = MMI.getModule()->getContext();
H A DAMDGPUUnifyDivergentExitNodes.cpp122 ConstantInt *BoolFalse = ConstantInt::getFalse(F.getContext());
144 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), Name, &F);
222 ConstantInt *BoolTrue = ConstantInt::getTrue(F.getContext());
224 DummyReturnBB = BasicBlock::Create(F.getContext(),
258 ReturnInst::Create(F.getContext(), RetVal, DummyReturnBB);
285 UnreachableBlock = BasicBlock::Create(F.getContext(),
287 new UnreachableInst(F.getContext(), UnreachableBlock);
315 ReturnInst::Create(F.getContext(), RetVal, UnreachableBlock);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp27 if (!F->getContext().getDiagnosticsHotnessRequested())
80 F->getContext().getDiagnosticsHotnessThreshold()) {
84 F->getContext().diagnose(OptDiag);
96 if (Fn.getContext().getDiagnosticsHotnessRequested())
118 if (F.getContext().getDiagnosticsHotnessRequested())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h76 LLVMContext &Ctx = Fn.getContext();
102 LLVMContext &Ctx = Fn.getContext();
128 LLVMContext &Ctx = Fn.getContext();
162 MF.getFunction().getContext().getRemarkStreamer() ||
163 MF.getFunction().getContext().getDiagHandlerPtr()->isAnyRemarkEnabled(
175 if (MF.getFunction().getContext().getRemarkStreamer() ||
177 .getContext()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp102 Asm.getContext().reportError(Fixup.getLoc(),
182 Asm.getContext().reportError(Fixup.getLoc(),
193 Asm.getContext().reportError(Fixup.getLoc(),
200 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!");
212 Asm.getContext().reportError(Fixup.getLoc(),
244 Asm.getContext().reportError(Fixup.getLoc(),
251 Asm.getContext().reportError(Fixup.getLoc(),
264 Asm.getContext().reportError(
271 Asm.getContext().reportError(
279 Asm.getContext()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp49 SmallDataSection = getContext().getELFSection(
53 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
191 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None, getContext());
193 Expr, MCConstantExpr::create(0x8000, getContext()), getContext());
194 return MipsMCExpr::create(MipsMCExpr::MEK_DTPREL, Expr, getContext());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp97 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
101 replaceWith(&I, ConstantInt::getFalse(I.getContext()));
114 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
120 replaceWith(&I, ConstantInt::getFalse(I.getContext()));
132 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
139 replaceWith(&I, ConstantInt::getFalse(I.getContext()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp40 MCContext &Context = getContext();
57 Frame.Begin = getContext().createTempSymbol();
62 MCSymbol *Label = getContext().createTempSymbol("cfi", true);
68 Frame.End = getContext().createTempSymbol();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h46 /// F->getContext().getDiagnosticsHotnessRequested() is on or not. If it's off
80 if (F->getContext().getRemarkStreamer() ||
81 F->getContext().getDiagHandlerPtr()->isAnyRemarkEnabled()) {
95 return (F->getContext().getRemarkStreamer() ||
96 F->getContext().getDiagHandlerPtr()->isAnyRemarkEnabled(PassName));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp26 MCContext &Context = OS.getContext();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h105 return AnaCtxMgr.getContext(D)->getCFG();
110 return AnaCtxMgr.getContext(D)->getAnalysis<T>();
114 return AnaCtxMgr.getContext(D)->getParentMap();
118 return AnaCtxMgr.getContext(D);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp38 uint32_t AddrSpc = CGM.getContext().getTargetAddressSpace(
39 CGM.getContext().getOpenCLTypeAddrSpace(T));
84 CGM.getContext().getTargetAddressSpace(
85 CGM.getContext().getOpenCLTypeAddrSpace(T)));
93 CGM.getContext().getTargetAddressSpace(
94 CGM.getContext().getOpenCLTypeAddrSpace(T)));
102 unsigned TypeSize = CGM.getContext()
112 unsigned TypeSize = CGM.getContext()
122 CGM.getContext().getTargetAddressSpace(LangAS::opencl_generic));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp54 MCContext &Ctx = Streamer.getContext();
67 MCContext &Ctx = Streamer.getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp29 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
38 Type::getVoidTy(*DAG.getContext()),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp54 LLVMContext &Ctx = MF.getFunction().getContext();
75 if (MF.getFunction().getContext().getDiagnosticsHotnessRequested())

Completed in 900 milliseconds

1234567891011>>