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() method67 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 …]
341 const StructType *SType = dyn_cast<StructType>(getTypedPtrEltType(Ty)); isSpecialOpaqueType() local
692 if (auto SType = dyn_cast<StructType>(Ty)) { createSPIRVType() local
81 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
96 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); getStackAddress() local
1297 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); ParseOperation() local 1405 StringRecTy *SType = dyn_cast<StringRecTy>(ExprType->getType()); ParseOperation() local
1100 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local 3455 if (auto *SType = dyn_cast<IntegerType>(S->getType())) { in tryDelinearizeFixedSize() local
1005 llvm::StructType *SType = EmitArrayConstant() local
327 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); ExpandConstantFP() local
2580 unsigned SType = 0; lowerATOMIC_FENCE() local
3871 printRelocHeaderFields(formatted_raw_ostream & OS,unsigned SType,const typename ELFT::Ehdr & EHeader) printRelocHeaderFields() argument