Searched refs:getContext (Results 151 - 175 of 708) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp693 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
705 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
727 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
757 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
792 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
838 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
859 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
942 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
1009 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
1025 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp429 EmitNote(Vendor, MCConstantExpr::create(Blob.size(), getContext()), Type,
437 auto &Context = S.getContext();
459 EmitNote(ElfNote::NoteNameV2, MCConstantExpr::create(8, getContext()),
479 EmitNote(ElfNote::NoteNameV2, MCConstantExpr::create(DescSZ, getContext()),
505 getStreamer().getContext().getOrCreateSymbol(SymbolName));
527 SymbolELF->setSize(MCConstantExpr::create(Size, getContext()));
533 auto &Context = getContext();
560 auto &Context = getContext();
584 auto &Context = getContext();
618 auto &Context = Streamer.getContext();
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp229 EVT ResVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
257 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(1));
302 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT);
304 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT);
346 EVT::getIntegerVT(*DAG.getContext(),
380 EVT WideOutVT = EVT::getVectorVT(*DAG.getContext(),
440 TLI.getTypeToTransformTo(*DAG.getContext(),
453 TLI.getTypeToTransformTo(*DAG.getContext(), VT),
497 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
504 if (TLI.getTypeAction(*DAG.getContext(), Op
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp235 Type *SrcIntTy = IntegerType::getIntNTy(Scalar->getContext(), SrcWidth);
247 Type *DestIntTy = IntegerType::getIntNTy(Scalar->getContext(), DestWidth);
424 Type *Int32Ty = Type::getInt32Ty(EI.getContext());
452 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
458 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
464 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()),
484 Mask[InsertedIdx] = UndefValue::get(Type::getInt32Ty(V->getContext()));
501 ConstantInt::get(Type::getInt32Ty(V->getContext()),
506 ConstantInt::get(Type::getInt32Ty(V->getContext()),
540 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp43 LLVMContext &Ctx = Fn.getContext();
130 ConstantDataArray::getString(M.getContext(), LocStr);
280 BB->getContext(), BB->getName() + ".cont", BB->getParent());
287 BB->getContext(), BB->getName() + ".cncl", BB->getParent());
358 auto *UI = new UnreachableInst(Builder.getContext(), InsertBB);
552 llvm::LLVMContext &Ctx = F->getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp290 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(),
310 BasicBlock* NewNode = BasicBlock::Create(Val->getContext(), "NodeBlock");
339 BasicBlock* NewLeaf = BasicBlock::Create(Val->getContext(), "LeafBlock");
510 LowerBound = ConstantInt::get(SI->getContext(), Min);
511 UpperBound = ConstantInt::get(SI->getContext(), Max);
597 BasicBlock *NewDefault = BasicBlock::Create(SI->getContext(), "NewDefault");
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp102 VMContext(M.getContext()), Types(*this), VTables(*this),
106 llvm::LLVMContext &LLVMContext = M.getContext();
542 llvm::LLVMContext &Ctx = TheModule.getContext();
596 llvm::LLVMContext &Ctx = TheModule.getContext();
658 llvm::LLVMContext &Ctx = TheModule.getContext();
1208 GVALinkage Linkage = getContext().GetGVALinkageForFunction(D);
1635 if (getContext().GetGVALinkageForFunction(FD) != GVA_AvailableExternally)
1686 getContext().getFunctionFeatureMap(FeatureMap, GD);
1899 llvm::LLVMContext &Ctx = F->getContext();
2220 SourceManager &SM = getContext()
[all...]
H A DABIInfo.h64 ASTContext &getContext() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp25 auto oldContext = IO.getContext();
79 if (reinterpret_cast<DWARFYAML::PubSection *>(IO.getContext())->IsGNUStyle)
86 auto OldContext = IO.getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp76 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
96 Entry.Ty = Type::getInt32Ty(*DAG.getContext());
117 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp138 parseInputFile(BitcodeResult, BD.getContext());
815 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
819 ReturnInst::Create(Safe->getContext(), call, BB);
830 "getPointerToNamedFunction", Type::getInt8PtrTy(Safe->getContext()),
831 Type::getInt8PtrTy(Safe->getContext()));
844 ConstantDataArray::getString(F->getContext(), F->getName());
854 2, Constant::getNullValue(Type::getInt32Ty(F->getContext())));
875 BasicBlock::Create(F->getContext(), "entry", FuncWrapper);
877 BasicBlock::Create(F->getContext(), "usecache", FuncWrapper);
879 BasicBlock::Create(F->getContext(), "lookupf
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h149 Builder(se.getContext(), TargetFolder(DL)) {
322 LLVMContext &getContext() const { return SE.getContext(); } function in class:llvm::SCEVExpander
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp183 if (!getContext().getAsmInfo()->isSectionAtomizableBySymbols(
204 MCContext &Ctx = getContext();
302 getContext().reportError(FF.getLoc(),
308 getContext().reportError(FF.getLoc(), "invalid number of bytes");
349 getContext().reportError(OF.getLoc(),
359 getContext().reportError(OF.getLoc(), "expected absolute expression");
366 getContext().reportError(
789 if (getContext().hadError())
1028 MCContext &Context = Layout.getAssembler().getContext();
1069 MCContext &Context = Layout.getAssembler().getContext();
[all...]
H A DConstantPools.cpp113 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp60 reinterpret_cast<RemarkSerializer *>(io.getContext()))) {
85 reinterpret_cast<RemarkSerializer *>(io.getContext()))) {
140 reinterpret_cast<RemarkSerializer *>(io.getContext()))) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp274 Asm.getContext().reportError(Fixup.getLoc(),
321 MCContext &Ctx = Asm.getContext();
382 MCContext &Ctx = Asm.getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp540 MDBuilder MDB(I->getContext());
558 MDNode::get(Inst.getContext(), NoAliases)));
563 MDNode::get(Inst.getContext(), Scopes)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp77 return DILocation::get(Scope->getContext(), Line, Col,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp261 LLVMContext &Context = M->getContext();
380 LLVMContext &C = M->getContext();
450 LLVMContext &Context = M->getContext();
480 new UnreachableInst(FStub->getContext(), BB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp85 LLVMContext &Context = M.getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp107 auto &C = M.getContext();
H A DR600AsmPrinter.cpp111 MCContext &Context = getObjFileLowering().getContext();
H A DAMDGPUUnifyMetadata.cpp105 NamedMD->addOperand(MDNode::get(M.getContext(), MD));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp248 llvm::Type::getVoidTy(m_module.getContext()), params, true);
272 llvm::Type::getVoidTy(m_module.getContext()), params, true);
281 m_i8ptr_ty = llvm::Type::getInt8PtrTy(m_module.getContext());
290 m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp52 F.getContext().diagnose(DiagStackSize);

Completed in 574 milliseconds

1234567891011>>