Searched refs:getContext (Results 251 - 275 of 708) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp135 assert(CGF.getContext().hasSameUnqualifiedType(T,
137 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
144 CGF.getContext().getTypeSize(T));
196 assert(CGF.getContext().hasSameUnqualifiedType(T,
198 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
205 CGF.getContext().getTypeSize(T));
245 CGF.getLLVMContext(), CGF.getContext().getTypeSize(T));
285 assert(CGF.getContext().hasSameUnqualifiedType(
287 assert(CGF.getContext().hasSameUnqualifiedType(E->getType(),
289 assert(CGF.getContext()
[all...]
H A DSanitizerMetadata.cpp92 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp557 ConstantInt::get(C->getContext(),
579 Vals.push_back(ConstantInt::get(C->getContext(),
624 Vals.push_back(ConstantInt::get(I->getContext(), Tmp));
794 N = MDBuilder(SI->getParent()->getContext()).createBranchWeights(Weights);
807 N = MDBuilder(I->getParent()->getContext())
1203 InfLoopBlock = BasicBlock::Create(BB->getContext(), "infloop",
2229 BasicBlock::Create(BB->getContext(), RealDest->getName() + ".critedge",
3288 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTrue));
3298 Type::getInt1Ty(BB->getContext()), std::distance(PB, PE),
3310 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTru
[all...]
H A DIntegerDivision.cpp221 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(),
223 BasicBlock *DoWhile = BasicBlock::Create(Builder.getContext(),
225 BasicBlock *Preheader = BasicBlock::Create(Builder.getContext(),
227 BasicBlock *BB1 = BasicBlock::Create(Builder.getContext(),
H A DEntryExitInstrumenter.cpp24 LLVMContext &C = InsertionPt->getParent()->getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp138 Value = adjustFixupValue(Fixup, Value, Asm.getContext());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp59 const MCRegisterInfo *MRI = MMI.getContext().getRegisterInfo();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp99 DILocation::get(FDI->getContext(), FDI->getLine(), 0, FDI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp171 auto *Symbol = cast<MCSymbolELF>(getContext().getOrCreateSymbol(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h30 OpenMPIRBuilder(Module &M) : M(M), Builder(M.getContext()) {}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h188 LLVMContext &getContext() { return Context; } function in struct:llvm::LTOCodeGenerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp130 MI->getParent()->getParent()->getMMI().getModule()->getContext();
H A DLowerEmuTLS.cpp86 LLVMContext &C = M.getContext();
H A DValueTypes.cpp18 LLVMContext &Context = LLVMTy->getContext();
23 LLVMContext &Context = LLVMTy->getContext();
358 return getIntegerVT(Ty->getContext(), cast<IntegerType>(Ty)->getBitWidth());
361 return getVectorVT(Ty->getContext(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp82 MRI = getContext().getRegisterInfo();
342 const MCExpr *CCode = MCConstantExpr::create(CondCode, getContext());
416 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
502 MCConstantExpr::create(0, getContext()), StartLoc, EndLoc));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp166 MCSection *IV = OutStreamer->getContext().getELFSection(
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp161 ASTContext &ACtx = BR.getContext();
H A DObjCMissingSuperCallChecker.cpp168 ASTContext &Ctx = BR.getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp124 shouldEmitCFI = MF->getMMI().getContext().getAsmInfo()->usesCFIForEH() &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h69 MCContext &getContext() const { return *Ctx; } function in class:llvm::TargetLoweringObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp460 Mod->getContext(), C.RemarksFilename, C.RemarksPasses, C.RemarksFormat,
515 Mod.getContext(), Conf.RemarksFilename, Conf.RemarksPasses,
546 assert(Mod.getContext().isODRUniquingDebugTypes() &&
550 return I->second.getLazyModule(Mod.getContext(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp116 MCContext &Context = Layout->getAssembler().getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp555 Ctx = &M.getContext();
737 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
739 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
741 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
743 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
744 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
751 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
753 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
755 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
757 AL = AL.addParamAttribute(M.getContext(),
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp410 Idx = ConstantInt::get(Idx->getContext(), One << Idx->getValue());
513 ConstantInt::get(RHS->getContext(), One << RHS->getValue());
605 IntegerType::get(Basis.Ins->getContext(), IndexOffset.getBitWidth());
673 Type *CharTy = Type::getInt8PtrTy(Basis.Ins->getContext(), AS);
H A DPartiallyInlineLibCalls.cpp63 BasicBlock *LibCallBB = BasicBlock::Create(CurrBB.getContext(), "call.sqrt",

Completed in 346 milliseconds

<<11121314151617181920>>