HomeSort by relevance Sort by last modified time
    Searched refs:STy (Results 126 - 150 of 238) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 700 if (StructType *STy = GTI.getStructTypeOrNull()) {
704 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 700 if (StructType *STy = GTI.getStructTypeOrNull()) {
704 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 700 if (StructType *STy = GTI.getStructTypeOrNull()) {
704 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpressions.h 446 bool isOffsetOf(Type *&STy, Constant *&FieldNo) const;
ScalarEvolution.h 628 const SCEV *getOffsetOfExpr(StructType *STy, unsigned FieldNo);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
MemCpyOptimizer.cpp 57 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
58 Offset += TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 84 if (StructType *STy = dyn_cast<StructType>(SrcETy)) {
85 if (STy->getNumElements() == 1)
86 SrcETy = STy->getElementType(0);
    [all...]
InstCombineAddSub.cpp 423 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
424 Size = TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
InstructionCombining.cpp 763 if (StructType *STy = dyn_cast<StructType>(Ty)) {
764 const StructLayout *SL = TD->getStructLayout(STy);
773 Ty = STy->getElementType(Elt);
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 833 if (StructType *STy = dyn_cast<StructType>(Ty))
834 if (!STy->isLiteral())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 321 if (StructType *STy = dyn_cast<StructType>(*GTI++)) {
326 BaseOffs += TD->getStructLayout(STy)->getElementOffset(FieldNo);
    [all...]
ScalarEvolution.cpp 382 if (StructType *STy = dyn_cast<StructType>(Ty))
383 if (!STy->isPacked() &&
388 STy->getNumElements() == 2 &&
389 STy->getElementType(0)->isIntegerTy(1)) {
390 AllocTy = STy->getElementType(1);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 507 StructType *STy = cast<StructType>(Ty);
511 return Out << getStructName(STy) << ' ' << NameSoFar;
515 for (StructType::element_iterator I = STy->element_begin(),
516 E = STy->element_end(); I != E; ++I) {
522 if (STy->isPacked())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 440 StructType *STy = dyn_cast<StructType>(ATy->getElementType());
443 Assert1(STy && STy->getNumElements() == 2 &&
444 STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
445 STy->getTypeAtIndex(1) == FuncPtrTy,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 609 if(StructType *STy = dyn_cast<StructType>(C->getType())) {
610 unsigned int elemNum = STy->getNumElements();
613 Type *ElemTy = STy->getElementType(i);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 232 StructType *STy = cast<StructType>(GN.PTy);
233 if (!STy->isLiteral())
236 OS << "<anon-struct>:" << *STy;
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 425 bool isOffsetOf(Type *&STy, Constant *&FieldNo) const;
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 619 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 425 bool isOffsetOf(Type *&STy, Constant *&FieldNo) const;

Completed in 1988 milliseconds

1 2 3 4 56 7 8 910