Searched refs:getContext (Results 51 - 75 of 708) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp119 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts);
133 return ConstantFP::get(DestTy->getContext(), FP);
176 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumDstElt);
189 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt);
272 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);
410 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), DL);
414 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), DL);
418 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL);
517 MapTy = Type::getInt16Ty(C->getContext());
519 MapTy = Type::getInt32Ty(C->getContext());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp185 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
211 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags),
221 MCSymbolELF *Sym = cast<MCSymbolELF>(getContext().getOrCreateSymbol(Name));
454 Associated = dyn_cast_or_null<MCSymbolELF>(getContext().lookupSymbol(Name));
531 if (!getContext().getAsmInfo()->usesSunStyleELFSectionSwitchSyntax()
637 getContext().getELFSection(SectionName, Type, Flags, Size, GroupName,
641 if (getContext().getGenDwarfForAssembly()) {
642 bool InsertResult = getContext().addGenDwarfSection(ELFSection);
644 if (getContext().getDwarfVersion() <= 2)
648 MCSymbol *SectionStartSymbol = getContext()
[all...]
H A DDarwinAsmParser.cpp482 getStreamer().SwitchSection(getContext().getMachOSection(
508 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
528 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
566 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
640 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
700 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple();
724 getStreamer().SwitchSection(getContext().getMachOSection(
768 if (getContext().getSecureLogUsed())
772 const char *SecureLogFile = getContext().getSecureLogFile();
778 raw_fd_ostream *OS = getContext()
[all...]
H A DCOFFAsmParser.cpp285 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
317 getStreamer().SwitchSection(getContext().getCOFFSection(
398 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
412 MCSymbol *Sym = getContext().getOrCreateSymbol(SymbolName);
474 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
501 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
520 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
535 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
550 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
613 MCSymbol *Symbol = getContext()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2339 AArch64Operand::CreateSysCR(CRNum, S, getLoc(), getContext()));
2392 prfop, PRFM.getValueOr(""), S, getContext()));
2409 *PRFM, Tok.getString(), S, getContext()));
2432 PSB->Encoding, Tok.getString(), S, getContext()));
2455 BTI->Encoding, Tok.getString(), S, getContext()));
2483 AArch64MCExpr::create(Expr, AArch64MCExpr::VK_ABS_PAGE, getContext());
2506 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2536 Expr = AArch64MCExpr::create(Expr, AArch64MCExpr::VK_ABS, getContext());
2544 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2577 AArch64Operand::CreateFPImm(F, true, S, getContext()));
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo();
96 Section->PrintSwitchToSection(*getStreamer().getContext().getAsmInfo(),
110 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h189 Attrs = Attrs.addAttribute(getContext(), Kind);
194 Attrs = Attrs.addAttribute(getContext(), Kind, Val);
234 return AttributeList::get(getContext(), AS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp65 assert(TSM.getContext().getContext() != nullptr &&
70 auto &MContext = M.getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp74 I->setMetadata("amdgpu.uniform", MDNode::get(I->getContext(), {}));
77 I->setMetadata("amdgpu.noclobber", MDNode::get(I->getContext(), {}));
145 Type::getInt32Ty(Ptr->getContext()), APInt(64, 0));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h133 CrashRecoveryContext *getContext() const {
253 cleanup->getContext()->registerCleanup(cleanup);
260 cleanup->getContext()->unregisterCleanup(cleanup);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp99 (void)new UnreachableInst(F.getContext(), IBr);
162 (void)new UnreachableInst(F.getContext(), IBr);
196 SwitchBB = BasicBlock::Create(F.getContext(), "switch_bb", &F);
H A DShadowStackGCLowering.cpp104 Type *VoidPtr = Type::getInt8PtrTy(F.getContext());
117 Type *Int32Ty = Type::getInt32Ty(F.getContext());
151 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
152 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)};
186 EltTys.push_back(Type::getInt32Ty(M.getContext()));
188 EltTys.push_back(Type::getInt32Ty(M.getContext()));
198 StackEntryTy = StructType::create(M.getContext(), "gc_stackentry");
290 LLVMContext &Context = F.getContext();
H A DExpandMemCmp.cpp253 BasicBlock *BB = BasicBlock::Create(CI->getContext(), "loadbb",
260 ResBlock.BB = BasicBlock::Create(CI->getContext(), "res_block",
270 auto *ByteType = Type::getInt8Ty(CI->getContext());
285 Type *LoadSizeType = Type::getInt8Ty(CI->getContext());
294 LoadSrc1 = Builder.CreateZExt(LoadSrc1, Type::getInt32Ty(CI->getContext()));
295 LoadSrc2 = Builder.CreateZExt(LoadSrc2, Type::getInt32Ty(CI->getContext()));
340 : IntegerType::get(CI->getContext(), MaxLoadSize * 8);
345 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8);
424 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0);
448 IntegerType::get(CI->getContext(), CurLoadEntr
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp47 ASTContext &C = CGF.getContext();
121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType(
171 CharUnits size = CGF.getContext().toCharUnitsFromBits(AtomicSizeInBits);
205 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(),
352 CGF.getContext().toCharUnitsFromBits(AtomicSizeInBits).getQuantity(),
763 CharUnits Align = CGF.getContext().getTypeAlignInChars(ValTy);
764 int64_t SizeInBits = CGF.getContext().toBits(SizeInChars);
766 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false);
771 CGF.getContext().getPointerType(ValTy),
778 CGF.getContext()
[all...]
H A DPatternInit.cpp24 CGM.getContext().getTargetInfo().getMaxPointerWidth() < 64
47 unsigned PtrWidth = CGM.getContext().getTargetInfo().getPointerWidth(
H A DCGNonTrivialStruct.cpp73 ASTContext &getContext() { return Ctx; } function in struct:__anon369::StructVisitor
96 if (const auto *AT = asDerived().getContext().getAsArrayType(FT)) {
110 ASTContext &Ctx = asDerived().getContext();
192 ASTContext &Ctx = asDerived().getContext();
275 if (const auto *AT = getContext().getAsArrayType(FT)) {
292 if (const auto *AT = getContext().getAsArrayType(FT)) {
305 ASTContext &Ctx = CGM.getContext();
341 ASTContext &Ctx = CGF.getContext();
451 ASTContext &Ctx = CGM.getContext();
531 Size.getQuantity() * this->CGF->getContext()
[all...]
H A DItaniumCXXABI.cpp353 if (isUniqueGVALinkage(getContext().GetGVALinkageForVariable(VD)))
354 return !VD->needsDestruction(getContext()) && InitDecl->evaluateValue();
365 VD->needsDestruction(getContext());
550 if (CGM.getContext().getTargetInfo().getTriple().getArch()
771 getContext().getMemberPointerType(
773 getContext().getRecordType(Base).getTypePtr()));
988 const ASTContext &Context = getContext();
1048 getContext().toCharUnitsFromBits(getContext().getFieldOffset(MPD));
1171 auto Align = CGM.getContext()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp33 SmallDataSection = getContext().getELFSection(
35 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h55 MCContext &getContext() { return getParser().getContext(); } function in class:llvm::MCAsmParserExtension
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp42 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT);
104 EVT NVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, NumElems);
113 ElemVT = EVT::getIntegerVT(*DAG.getContext(), NewSizeInBits);
114 NVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, NumElems);
139 EVT::getIntegerVT(*DAG.getContext(), LHS.getValueSizeInBits() << 1),
158 NOutVT.getTypeForEVT(*DAG.getContext()));
213 EVT NewVT = TLI.getTypeToTransformTo(*DAG.getContext(), OldVT);
220 EVT NVecVT = EVT::getVectorVT(*DAG.getContext(), OldVT, OldElts);
225 EVT::getVectorVT(*DAG.getContext(),
251 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueV
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp38 unsigned NumRegs = TLI.getNumRegisters(F.getContext(), VT);
39 MVT RegisterVT = TLI.getRegisterType(F.getContext(), VT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp87 Constant::getNullValue(Type::getInt32Ty(F.getContext())),
88 Type::getInt32Ty(F.getContext()), "reg2mem alloca point", &*I);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp195 AL = AL.addParamAttributes(Parent->getContext(), getArgNo(), B);
223 LLVMContext &Function::getContext() const { function in class:Function
224 return getType()->getContext();
271 if (!getContext().shouldDiscardValueNames())
286 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
401 PAL = PAL.addAttribute(getContext(), i, Kind);
407 PAL = PAL.addAttribute(getContext(), i, Attr);
413 PAL = PAL.addAttributes(getContext(), i, Attrs);
419 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
425 PAL = PAL.addParamAttribute(getContext(), ArgN
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp111 StoredValTy = IntegerType::get(StoredValTy->getContext(), StoredValSize);
125 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadedValSize);
332 ConstantExpr::getBitCast(Src, Type::getInt8PtrTy(Src->getContext(), AS));
334 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset);
335 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src,
347 LLVMContext &Ctx = SrcVal->getType()->getContext();
427 Type *DestTy = IntegerType::get(LoadTy->getContext(), NewLoadSize * 8);
466 LLVMContext &Ctx = LoadTy->getContext();
508 ConstantExpr::getBitCast(Src, Type::getInt8PtrTy(Src->getContext(), AS));
510 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigne
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp24 auto &Ctx = T->getContext();

Completed in 444 milliseconds

1234567891011>>