Searched refs:SType (Results 1 – 7 of 7) sorted by relevance
95 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local99 auto OffsetReg = MIRBuilder.buildConstant(SType, Offset); in getStackAddress()
1015 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local1017 if (!SType || !SizeType) in isKnownLessThan()1020 (SType->getBitWidth() >= SizeType->getBitWidth()) ? SType : SizeType; in isKnownLessThan()3371 if (auto *SType = dyn_cast<IntegerType>(S->getType())) { in tryDelinearizeFixedSize() local3373 ConstantInt::get(SType, DimensionSizes[I - 1], false)); in tryDelinearizeFixedSize()
984 llvm::StructType *SType = in EmitArrayConstant() local986 return llvm::ConstantStruct::get(SType, Elements); in EmitArrayConstant()
3445 static void printRelocHeaderFields(formatted_raw_ostream &OS, unsigned SType) { in printRelocHeaderFields() argument3446 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()3447 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()
1012 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local1014 if (!LType && !SType && !DType) { in ParseOperation()
318 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local319 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
2559 unsigned SType = 0; in lowerATOMIC_FENCE() local2562 DAG.getConstant(SType, DL, MVT::i32)); in lowerATOMIC_FENCE()