Home
last modified time | relevance | path

Searched refs:getTypeAtIndex (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp74 !ETy->getTypeAtIndex(0U)->isIntegerTy() || in runOnModule()
75 !ETy->getTypeAtIndex(1U)->isPointerTy() || in runOnModule()
76 !ETy->getTypeAtIndex(2U)->isPointerTy()) in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp438 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType()
447 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()
473 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U); in firstRealType()
483 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()
500 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
695 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp228 if (STy->getTypeAtIndex(I) == V->getType()) in matchScalarInAggregate()
239 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()
250 CTy->getTypeAtIndex(CI->getZExtValue()) == Cur[1]->getType()) in validInsertValueIndex()
259 if (CTy->getTypeAtIndex(I) == Cur[1]->getType()) in validInsertValueIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h166 Type *getTypeAtIndex(const Value *V) const;
167 Type *getTypeAtIndex(unsigned Idx) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h71 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand()); in getIndexedType()
DDerivedTypes.h205 Type *getTypeAtIndex(const Value *V) const;
206 Type *getTypeAtIndex(unsigned Idx) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp536 Type *CompositeType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex() function in CompositeType
547 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{ in getTypeAtIndex() function in CompositeType
DVerifier.cpp652 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable()
653 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable()
658 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable()
DInstructions.cpp1635 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal()
2174 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
DConstantFold.cpp2363 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) { in ConstantFoldGetElementPtr()
DConstants.cpp1055 assert(V[I]->getType() == T->getTypeAtIndex(I) && in ConstantAggregate()
DCore.cpp714 return wrap(Ty->getTypeAtIndex(i)); in LLVMStructGetTypeAtIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2046 !isa<IntegerType>(ETy->getTypeAtIndex(0U)) || in EmitXXStructorList()
2047 !isa<PointerType>(ETy->getTypeAtIndex(1U)) || in EmitXXStructorList()
2048 !isa<PointerType>(ETy->getTypeAtIndex(2U))) in EmitXXStructorList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp298 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(II); in doPromotion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp251 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U); in foldX86XALUIntrinsic()
2869 Type *RetTy = Ty->getTypeAtIndex(0U); in fastLowerIntrinsicCall()
2870 assert(Ty->getTypeAtIndex(1)->isIntegerTy() && in fastLowerIntrinsicCall()
2871 Ty->getTypeAtIndex(1)->getScalarSizeInBits() == 1 && in fastLowerIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp480 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP()
491 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
DConstantFolding.cpp976 Ty = STy->getTypeAtIndex(ElIdx); in SymbolicallyEvaluateGEP()
DScalarEvolution.cpp3523 CurTy = STy->getTypeAtIndex(Index); in getGEPExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3402 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U); in foldXALUIntrinsic()
3693 Type *RetTy = Ty->getTypeAtIndex(0U); in fastLowerIntrinsicCall()
5097 Type *RetTy = RetPairTy->getTypeAtIndex(0U); in selectAtomicCmpXchg()
5098 assert(RetPairTy->getTypeAtIndex(1U)->isIntegerTy(1) && in selectAtomicCmpXchg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp661 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate()
DInstCombineCasts.cpp2431 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(0U); in visitBitCast()
DInstructionCombining.cpp1793 CurTy = CT->getTypeAtIndex(Op1->getOperand(J)); in visitGetElementPtrInst()