Home
last modified time | relevance | path

Searched defs:SType (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/bearssl/T0/
H A DSType.cs9 struct SType { struct
15 internal int DataIn {
26 internal int DataOut {
52 internal SType(int din, int dout) in SType() method
67 internal static SType UNKNOWN = new SType(-1, -1); argument
72 internal static SType BLANK = new SType(0, 0); argument
74 public static bool operator ==(SType s1, SType s2) in operator ==() argument
79 public static bool operator !=(SType s1, SType s2) in operator !=() argument
86 return (obj is SType) && ((SType)obj == this); in Equals() argument
89 public override int GetHashCode() in GetHashCode()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp341 const StructType *SType = dyn_cast<StructType>(getTypedPtrEltType(Ty)); isSpecialOpaqueType() local
H A DSPIRVGlobalRegistry.cpp692 if (auto SType = dyn_cast<StructType>(Ty)) { createSPIRVType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp81 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp96 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); getStackAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1297 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); ParseOperation() local
1405 StringRecTy *SType = dyn_cast<StringRecTy>(ExprType->getType()); ParseOperation() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1100 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local
3455 if (auto *SType = dyn_cast<IntegerType>(S->getType())) { in tryDelinearizeFixedSize() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1005 llvm::StructType *SType = EmitArrayConstant() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp327 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); ExpandConstantFP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2580 unsigned SType = 0; lowerATOMIC_FENCE() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3871 printRelocHeaderFields(formatted_raw_ostream & OS,unsigned SType,const typename ELFT::Ehdr & EHeader) printRelocHeaderFields() argument