Home
last modified time | relevance | path

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

/freebsd/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() argument
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/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp81 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp97 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1303 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
1411 StringRecTy *SType = dyn_cast<StringRecTy>(ExprType->getType()); in ParseOperation() local
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp871 if (auto SType = dyn_cast<StructType>(Ty)) { in createSPIRVType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1025 llvm::StructType *SType = in EmitArrayConstant() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp343 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2596 unsigned SType = 0; in lowerATOMIC_FENCE() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3857 static void printRelocHeaderFields(formatted_raw_ostream &OS, unsigned SType, in printRelocHeaderFields()