Home
last modified time | relevance | path

Searched refs:getContext (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDBuildLibCalls.cpp43 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrLen()
45 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrLen()
47 LLVMContext &Context = B.GetInsertBlock()->getContext(); in EmitStrLen()
49 "strlen", AttributeSet::get(M->getContext(), AS), in EmitStrLen()
68 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrNLen()
70 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrNLen()
72 LLVMContext &Context = B.GetInsertBlock()->getContext(); in EmitStrNLen()
74 M->getOrInsertFunction("strnlen", AttributeSet::get(M->getContext(), AS), in EmitStrNLen()
95 AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrChr()
100 AttributeSet::get(M->getContext(), in EmitStrChr()
[all …]
HDUnifyFunctionExitNodes.cpp65 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
67 new UnreachableInst(F.getContext(), UnreachableBlock); in runOnFunction()
90 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
95 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock); in runOnFunction()
101 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in runOnFunction()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64TargetObjectFile.cpp43 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext()); in getTTypeGlobalReference()
44 MCSymbol *PCSym = getContext().createTempSymbol(); in getTTypeGlobalReference()
46 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getTTypeGlobalReference()
47 return MCBinaryExpr::createSub(Res, PC, getContext()); in getTTypeGlobalReference()
68 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext()); in getIndirectSymViaGOTPCRel()
69 MCSymbol *PCSym = getContext().createTempSymbol(); in getIndirectSymViaGOTPCRel()
71 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getIndirectSymViaGOTPCRel()
72 return MCBinaryExpr::createSub(Res, PC, getContext()); in getIndirectSymViaGOTPCRel()
/NextBSD/contrib/llvm/lib/MC/
HDWinCOFFStreamer.cpp67 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
70 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
73 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
76 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
163 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() != in EmitCOFFSafeSEH()
171 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH()
189 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSectionIndex()
197 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSecRel32()
209 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol()
227 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol()
[all …]
HDMCDwarf.cpp68 if (!MCOS->getContext().getDwarfLocSeen()) in Make()
72 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in Make()
77 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc(); in Make()
83 MCOS->getContext().clearDwarfLocSeen(); in Make()
86 MCOS->getContext() in Make()
87 .getMCDwarfLineTable(MCOS->getContext().getDwarfCompileUnitID()) in Make()
101 MCSymbolRefExpr::create(&End, Variant, MCOS.getContext()); in MakeStartMinusEndExpr()
103 MCSymbolRefExpr::create(&Start, Variant, MCOS.getContext()); in MakeStartMinusEndExpr()
105 MCBinaryExpr::create(MCBinaryExpr::Sub, Res, RHS, MCOS.getContext()); in MakeStartMinusEndExpr()
107 MCConstantExpr::create(IntVal, MCOS.getContext()); in MakeStartMinusEndExpr()
[all …]
HDMCStreamer.cpp121 EmitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in EmitSymbolValue()
137 const MCExpr *E = MCConstantExpr::create(FillValue, getContext()); in EmitFill()
150 return getContext().getDwarfFile(Directory, Filename, FileNo, CUID); in EmitDwarfFileDirective()
158 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in EmitDwarfLocDirective()
163 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID); in getDwarfLineTableSymbol()
189 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
256 MCSymbol *Label = getContext().createTempSymbol(); in EmitCFICommon()
409 MCSymbol *StartProc = getContext().createTempSymbol(); in EmitWinCFIStartProc()
421 MCSymbol *Label = getContext().createTempSymbol(); in EmitWinCFIEndProc()
429 MCSymbol *StartProc = getContext().createTempSymbol(); in EmitWinCFIStartChained()
[all …]
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MachObjectWriter.cpp94 Asm.getContext().reportFatalError(Fixup.getLoc(), in getAArch64FixupKindMachOInfo()
173 Asm.getContext().reportFatalError(Fixup.getLoc(), in recordRelocation()
184 Asm.getContext().reportFatalError(Fixup.getLoc(), in recordRelocation()
191 Asm.getContext().reportFatalError(Fixup.getLoc(), "unknown AArch64 fixup kind!"); in recordRelocation()
203 Asm.getContext().reportFatalError(Fixup.getLoc(), in recordRelocation()
234 Asm.getContext().reportFatalError(Fixup.getLoc(), in recordRelocation()
239 Asm.getContext().reportFatalError(Fixup.getLoc(), in recordRelocation()
250 Asm.getContext().reportFatalError( in recordRelocation()
255 Asm.getContext().reportFatalError( in recordRelocation()
261 Asm.getContext().reportFatalError(Fixup.getLoc(), in recordRelocation()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp114 CurLoc = CGM.getContext().getSourceManager().getExpansionLoc(Loc); in setLocation()
122 SourceManager &SM = CGM.getContext().getSourceManager(); in setLocation()
157 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor()
230 RD->getNameForDiagnostic(OS, CGM.getContext().getPrintingPolicy(), in getClassName()
243 SourceManager &SM = CGM.getContext().getSourceManager(); in getOrCreateFile()
274 SourceManager &SM = CGM.getContext().getSourceManager(); in getLineNumber()
287 SourceManager &SM = CGM.getContext().getSourceManager(); in getColumnNumber()
313 SourceManager &SM = CGM.getContext().getSourceManager(); in CreateCompileUnit()
406 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy); in CreateType()
445 "opencl_sampler_t", CGM.getContext().getTypeSize(BT), in CreateType()
[all …]
HDCGObjC.cpp95 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
117 ASTContext &Context = CGM.getContext(); in EmitObjCCollectionLiteral()
469 CGF.getContext().VoidTy, in Emit()
537 ASTContext &Context = CGF.getContext(); in emitStructGetterCall()
553 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType()); in emitStructGetterCall()
646 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
709 CGM.getContext().getObjCGCAttrKind(ivarType))) { in PropertyImplStrategy()
811 args.add(RValue::get(returnAddr), CGF.getContext().VoidPtrTy); in emitCPPObjectAtomicGetterCall()
818 args.add(RValue::get(ivarAddr), CGF.getContext().VoidPtrTy); in emitCPPObjectAtomicGetterCall()
821 args.add(RValue::get(AtomicHelperFn), CGF.getContext().VoidPtrTy); in emitCPPObjectAtomicGetterCall()
[all …]
HDCGClass.cpp37 const ASTContext &Context = getContext(); in computeNonVirtualBaseClassOffset()
71 Types.ConvertType(getContext().getPointerDiffType()); in GetNonVirtualBaseClassOffset()
93 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(Derived); in GetAddressOfDirectBaseInCompleteClass()
166 const ASTRecordLayout &layout = getContext().getASTRecordLayout(Derived); in GetAddressOfBaseClass()
176 QualType DerivedTy = getContext().getRecordType(Derived); in GetAddressOfBaseClass()
177 CharUnits DerivedAlign = getContext().getTypeAlignInChars(DerivedTy); in GetAddressOfBaseClass()
248 getContext().getCanonicalType(getContext().getTagDeclType(Derived)); in GetAddressOfDerivedClass()
323 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in GetVTTParameter()
414 if (BaseInitializerUsesThis(CGF.getContext(), BaseInit->getInit())) in EmitBaseInitializer()
423 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(BaseType); in EmitBaseInitializer()
[all …]
HDTargetInfo.cpp86 ASTContext &ABIInfo::getContext() const { in getContext() function in ABIInfo
87 return CGT.getContext(); in getContext()
598 return isX86VectorTypeForVectorCall(getContext(), Ty); in isHomogeneousAggregateBaseType()
742 uint64_t RetWidth = CGF.getContext().getTypeSize(ReturnSlot.getType()); in addReturnRegisterOutputs()
845 uint64_t Size = getContext().getTypeSize(RetTy); in classifyReturnType()
880 if (shouldReturnTypeInRegister(RetTy, getContext())) { in classifyReturnType()
881 uint64_t Size = getContext().getTypeSize(RetTy); in classifyReturnType()
888 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType()
952 if (Align >= 16 && (isSSEVectorType(getContext(), Ty) || in getTypeStackAlignInBytes()
953 isRecordWithSSEVectorType(getContext(), Ty))) in getTypeStackAlignInBytes()
[all …]
HDCGAtomic.cpp47 ASTContext &C = CGF.getContext(); in AtomicInfo()
120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
166 CharUnits size = CGF.getContext().toCharUnitsFromBits(AtomicSizeInBits); in getAtomicSizeValue()
196 CGF.getContext(), LVal.getTBAAInfo()); in projectValue()
360 CGF.getContext().toCharUnitsFromBits(AtomicSizeInBits).getQuantity(), in emitMemSetZeroIfNecessary()
655 unsigned Align = CGF.getContext().getTypeAlignInChars(ValTy).getQuantity(); in AddDirectArgument()
656 int64_t SizeInBits = CGF.getContext().toBits(SizeInChars); in AddDirectArgument()
658 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument()
662 Align, CGF.getContext().getPointerType(ValTy), in AddDirectArgument()
669 CGF.getContext().VoidPtrTy); in AddDirectArgument()
[all …]
HDCGObjCRuntime.cpp43 RL = &CGM.getContext().getASTObjCImplementationLayout(ID); in LookupFieldBitOffset()
45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container); in LookupFieldBitOffset()
69 CGM.getContext().getCharWidth(); in ComputeIvarBaseOffset()
76 CGM.getContext().getCharWidth(); in ComputeIvarBaseOffset()
120 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth(); in EmitValueForIvarAtOffset()
122 uint64_t BitFieldSize = Ivar->getBitWidthValue(CGF.getContext()); in EmitValueForIvarAtOffset()
124 CGF.CGM.getContext().toCharUnitsFromBits( in EmitValueForIvarAtOffset()
126 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits); in EmitValueForIvarAtOffset()
134 CGBitFieldInfo *Info = new (CGF.CGM.getContext()) CGBitFieldInfo( in EmitValueForIvarAtOffset()
136 CGF.CGM.getContext().toBits(StorageSize), in EmitValueForIvarAtOffset()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86TargetObjectFile.cpp35 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getTTypeGlobalReference()
36 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference()
37 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
58 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getIndirectSymViaGOTPCRel()
59 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext()); in getIndirectSymViaGOTPCRel()
60 return MCBinaryExpr::createAdd(Res, Off, getContext()); in getIndirectSymViaGOTPCRel()
65 return MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext()); in getDebugThreadLocalSymbol()
121 getContext()); in getExecutableRelativeSymbol()
169 return getContext().getCOFFSection(".rdata", Characteristics, Kind, in getSectionForConstant()
/NextBSD/contrib/llvm/lib/IR/
HDMetadata.cpp38 getType()->getContext().pImpl->MetadataAsValues.erase(MD); in ~MetadataAsValue()
91 LLVMContext &Context = getContext(); in handleChangedMetadata()
254 auto &Context = V->getContext(); in get()
273 return V->getContext().pImpl->ValuesAsMetadata.lookup(V); in getIfExists()
279 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion()
301 LLVMContext &Context = From->getType()->getContext(); in handleRAUW()
681 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify()
693 getContext().pImpl->CLASS##s.erase(cast<CLASS>(this)); \ in eraseFromStore()
740 getContext().pImpl->DistinctMDNodes.insert(this); in storeDistinctInContext()
793 return getOrSelfReference(A->getContext(), MDs); in concatenate()
[all …]
HDConstants.cpp183 return ConstantFP::get(Ty->getContext(), in getNullValue()
186 return ConstantFP::get(Ty->getContext(), in getNullValue()
189 return ConstantFP::get(Ty->getContext(), in getNullValue()
192 return ConstantFP::get(Ty->getContext(), in getNullValue()
195 return ConstantFP::get(Ty->getContext(), in getNullValue()
198 return ConstantFP::get(Ty->getContext(), in getNullValue()
217 Constant *C = ConstantInt::get(Ty->getContext(), V); in getIntegerValue()
232 return ConstantInt::get(Ty->getContext(), in getAllOnesValue()
238 return ConstantFP::get(Ty->getContext(), FL); in getAllOnesValue()
548 return ConstantInt::getTrue(Ty->getContext()); in getTrue()
[all …]
HDConstantFold.cpp61 Type *Ty = IntegerType::get(CV->getContext(), 32); in BitCastConstantVector()
95 IntegerType *FakeIntPtrTy = Type::getInt64Ty(DstTy->getContext()); in foldConstantCastPair()
115 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext())); in FoldBitCast()
175 return ConstantFP::get(DestTy->getContext(), in FoldBitCast()
194 return ConstantInt::get(FP->getContext(), in FoldBitCast()
227 return ConstantInt::get(CI->getContext(), V); in ExtractConstantBytes()
278 return Constant::getNullValue(IntegerType::get(CE->getContext(), in ExtractConstantBytes()
300 return Constant::getNullValue(IntegerType::get(CE->getContext(), in ExtractConstantBytes()
316 return Constant::getNullValue(IntegerType::get(CE->getContext(), in ExtractConstantBytes()
336 return ConstantExpr::getTrunc(Res, IntegerType::get(C->getContext(), in ExtractConstantBytes()
[all …]
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp177 MCSymbol *Sym = getContext().getOrCreateSymbol(Name); in ParseDirectiveSymbolAttribute()
202 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch()
212 MCSymbolELF *Sym = cast<MCSymbolELF>(getContext().getOrCreateSymbol(Name)); in ParseDirectiveSize()
405 if (!getContext().getAsmInfo()->usesSunStyleELFSectionSwitchSyntax() in ParseSectionArguments()
530 MCSection *ELFSection = getContext().getELFSection(SectionName, Type, Flags, in ParseSectionArguments()
534 if (getContext().getGenDwarfForAssembly()) { in ParseSectionArguments()
535 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments()
537 if (getContext().getDwarfVersion() <= 2) in ParseSectionArguments()
541 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments()
585 MCSymbol *Sym = getContext().getOrCreateSymbol(Name); in ParseDirectiveType()
[all …]
HDDarwinAsmParser.cpp383 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch()
410 MCSymbol *Sym = getContext().getOrCreateSymbol(Name); in parseDirectiveDesc()
447 MCSymbol *Sym = getContext().getOrCreateSymbol(Name); in parseDirectiveIndirectSymbol()
522 MCSymbol *Sym = getContext().getOrCreateSymbol(Name); in parseDirectiveLsym()
584 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection()
629 if (getContext().getSecureLogUsed()) in parseDirectiveSecureLogUnique()
633 const char *SecureLogFile = getContext().getSecureLogFile(); in parseDirectiveSecureLogUnique()
639 raw_ostream *OS = getContext().getSecureLog(); in parseDirectiveSecureLogUnique()
649 getContext().setSecureLog(OS); in parseDirectiveSecureLogUnique()
658 getContext().setSecureLogUsed(true); in parseDirectiveSecureLogUnique()
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp54 return getContext().getOrCreateSymbol(StringRef("DW.ref.") + in getCFIPersonalitySymbol()
67 cast<MCSymbolELF>(getContext().getOrCreateSymbol(NameData)); in emitPersonalityValue()
73 MCSection *Sec = getContext().getELFSection(NameData, ELF::SHT_PROGBITS, in emitPersonalityValue()
79 const MCExpr *E = MCConstantExpr::create(Size, getContext()); in emitPersonalityValue()
105 getTTypeReference(MCSymbolRefExpr::create(SSym, getContext()), in getTTypeGlobalReference()
217 return getContext().getELFSection(SectionName, in getExplicitSectionGlobal()
326 return selectELFSectionForGlobal(getContext(), GV, Kind, Mang, TM, in SelectSectionForGlobal()
339 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
412 return getStaticStructorSection(getContext(), UseInitArray, true, Priority, in getStaticCtorSection()
418 return getStaticStructorSection(getContext(), UseInitArray, false, Priority, in getStaticDtorSection()
[all …]
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp208 LLVMContext &Ctx = M->getContext(); in getOrCreateRegionCounters()
257 auto *VoidTy = Type::getVoidTy(M->getContext()); in emitRegistration()
258 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext()); in emitRegistration()
271 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", RegisterF)); in emitRegistration()
286 auto *Int32Ty = Type::getInt32Ty(M->getContext()); in emitRuntimeHook()
300 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", User)); in emitRuntimeHook()
322 Type *i8PTy = Type::getInt8PtrTy(M->getContext()); in emitUses()
345 auto *VoidTy = Type::getVoidTy(M->getContext()); in emitInitialization()
355 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", F)); in emitInitialization()
359 auto *Int8PtrTy = Type::getInt8PtrTy(M->getContext()); in emitInitialization()
[all …]
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXImageOptimizer.cpp94 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler()
100 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler()
113 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface()
119 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface()
131 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture()
138 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture()
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp1986 AArch64Operand::CreateSysCR(CRNum, S, getLoc(), getContext())); in tryParseSysCROperand()
2021 S, getContext())); in tryParsePrefetch()
2041 S, getContext())); in tryParsePrefetch()
2069 AArch64MCExpr::create(Expr, AArch64MCExpr::VK_ABS_PAGE, getContext()); in tryParseAdrpLabel()
2091 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrpLabel()
2112 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrLabel()
2151 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext())); in tryParseFPImm()
2170 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext())); in tryParseFPImm()
2202 Imm = MCConstantExpr::create(Val >> 12, getContext()); in tryParseAddSubImm()
2208 getContext())); in tryParseAddSubImm()
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypesGeneric.cpp43 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT); in ExpandRes_BITCAST()
106 EVT NVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, NumElems); in ExpandRes_BITCAST()
115 ElemVT = EVT::getIntegerVT(*DAG.getContext(), NewSizeInBits); in ExpandRes_BITCAST()
116 NVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, NumElems); in ExpandRes_BITCAST()
141 *DAG.getContext(), in ExpandRes_BITCAST()
161 NOutVT.getTypeForEVT(*DAG.getContext())); in ExpandRes_BITCAST()
219 EVT NewVT = TLI.getTypeToTransformTo(*DAG.getContext(), OldVT); in ExpandRes_EXTRACT_VECTOR_ELT()
226 EVT NVecVT = EVT::getVectorVT(*DAG.getContext(), OldVT, OldElts); in ExpandRes_EXTRACT_VECTOR_ELT()
231 EVT::getVectorVT(*DAG.getContext(), in ExpandRes_EXTRACT_VECTOR_ELT()
256 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandRes_NormalLoad()
[all …]
HDLegalizeFloatTypes.cpp127 TLI.getTypeToTransformTo(*DAG.getContext(), in SoftenFloatRes_BUILD_PAIR()
135 TLI.getTypeToTransformTo(*DAG.getContext(), in SoftenFloatRes_ConstantFP()
147 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FABS()
159 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FMINNUM()
172 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FMAXNUM()
185 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FADD()
198 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FCEIL()
258 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FCOS()
270 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FDIV()
283 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FEXP()
[all …]

12345678910>>...19