HomeSort by: relevance | last modified time | path
    Searched refs:SType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallLowering.cpp 95 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0));
99 auto OffsetReg = MIRBuilder.buildConstant(SType, Offset);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 1015 auto *SType = dyn_cast<IntegerType>(S->getType());
1017 if (!SType || !SizeType)
1020 (SType->getBitWidth() >= SizeType->getBitWidth()) ? SType : SizeType;
3371 if (auto *SType = dyn_cast<IntegerType>(S->getType())) {
3373 ConstantInt::get(SType, DimensionSizes[I - 1], false));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 984 llvm::StructType *SType =
986 return llvm::ConstantStruct::get(SType, Elements);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 3445 static void printRelocHeaderFields(formatted_raw_ostream &OS, unsigned SType) {
3446 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA;
3447 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR;
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 1012 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
1014 if (!LType && !SType && !DType) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 318 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
319 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 2558 // FIXME: Set SType for weaker fences where supported/appropriate.
2559 unsigned SType = 0;
2562 DAG.getConstant(SType, DL, MVT::i32));

Completed in 52 milliseconds