Searched refs:SType (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/bearssl/T0/
H A DSType.cs9 struct SType { struct
52 internal SType(int din, int dout) method in struct:SType
67 internal static SType UNKNOWN = new SType(-1, -1);
72 internal static SType BLANK = new SType(0, 0);
74 public static bool operator ==(SType s1, SType s2)
79 public static bool operator !=(SType s1, SType s
[all...]
H A DWord.cs73 internal SType StackEffect {
81 StackEffect = SType.UNKNOWN;
152 SType se = StackEffect;
H A DWordNative.cs49 SType stackEffect, NativeRun code)
H A DT0Comp.cs310 AddNative("add-cc:", false, SType.BLANK, cpu => {
330 AddNative("cc:", false, SType.BLANK, cpu => {
344 SType stackEffect;
354 AddNative("preamble", false, SType.BLANK, cpu => {
363 AddNative("postamble", false, SType.BLANK, cpu => {
374 AddNative("make-CX", false, new SType(3, 1), cpu => {
426 AddNative("co", false, SType.BLANK, cpu => {
456 SType stackEffect = ParseStackEffectNF();
494 wordBuilder.StackEffect = new SType(din, dout);
683 AddNative("data-get8", false, new SType(
[all...]
H A DWordData.cs41 StackEffect = new SType(0, 1);
50 StackEffect = new SType(0, 1);
H A DWordInterpreted.cs178 SType se = w.StackEffect;
247 SType computed;
249 computed = new SType(-maxDepth, -1);
251 computed = new SType(-maxDepth, -maxDepth + exitSA);
H A DWordBuilder.cs48 internal SType StackEffect {
65 StackEffect = SType.UNKNOWN;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp110 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); variable
114 auto OffsetReg = MIRBuilder.buildConstant(SType, Offset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1013 auto *SType = dyn_cast<IntegerType>(S->getType()); local
1015 if (!SType || !SizeType)
1018 (SType->getBitWidth() >= SizeType->getBitWidth()) ? SType : SizeType;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp984 llvm::StructType *SType = local
986 return llvm::ConstantStruct::get(SType, Elements);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp910 void printRelocHeader(unsigned SType);
3661 template <class ELFT> void GNUStyle<ELFT>::printRelocHeader(unsigned SType) { argument
3662 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA;
3663 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp991 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); local
992 if (!LType && !SType) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp321 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local
322 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2571 // FIXME: Set SType for weaker fences where supported/appropriate.
2572 unsigned SType = 0; local
2575 DAG.getConstant(SType, DL, MVT::i32));

Completed in 342 milliseconds