Searched defs:SType (Results 1 – 11 of 11) sorted by relevance
9 struct SType { struct15 internal int DataIn {26 internal int DataOut {52 internal SType(int din, int dout) in SType() argument67 internal static SType UNKNOWN = new SType(-1, -1); argument72 internal static SType BLANK = new SType(0, 0); argument74 public static bool operator ==(SType s1, SType s2) in operator ==() argument79 public static bool operator !=(SType s1, SType s2) in operator !=() argument86 return (obj is SType) && ((SType)obj == this); in Equals() argument89 public override int GetHashCode() in GetHashCode()[all …]
81 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
97 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
1303 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local1411 StringRecTy *SType = dyn_cast<StringRecTy>(ExprType->getType()); in ParseOperation() local
1100 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local3455 if (auto *SType = dyn_cast<IntegerType>(S->getType())) { in tryDelinearizeFixedSize() local
871 if (auto SType = dyn_cast<StructType>(Ty)) { in createSPIRVType() local
1025 llvm::StructType *SType = in EmitArrayConstant() local
343 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
2596 unsigned SType = 0; in lowerATOMIC_FENCE() local
3857 static void printRelocHeaderFields(formatted_raw_ostream &OS, unsigned SType, in printRelocHeaderFields()