/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 74 !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/ |
D | Analysis.cpp | 438 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/ |
D | Operations.cpp | 228 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/ |
D | DerivedTypes.h | 166 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/ |
D | GetElementPtrTypeIterator.h | 71 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand()); in getIndexedType()
|
D | DerivedTypes.h | 205 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/ |
D | Type.cpp | 536 Type *CompositeType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex() function in CompositeType 547 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{ in getTypeAtIndex() function in CompositeType
|
D | Verifier.cpp | 652 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable() 653 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable() 658 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable()
|
D | Instructions.cpp | 1635 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal() 2174 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
|
D | ConstantFold.cpp | 2363 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) { in ConstantFoldGetElementPtr()
|
D | Constants.cpp | 1055 assert(V[I]->getType() == T->getTypeAtIndex(I) && in ConstantAggregate()
|
D | Core.cpp | 714 return wrap(Ty->getTypeAtIndex(i)); in LLVMStructGetTypeAtIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2046 !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/ |
D | ArgumentPromotion.cpp | 298 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(II); in doPromotion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 251 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/ |
D | ScalarEvolutionExpander.cpp | 480 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP() 491 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
|
D | ConstantFolding.cpp | 976 Ty = STy->getTypeAtIndex(ElIdx); in SymbolicallyEvaluateGEP()
|
D | ScalarEvolution.cpp | 3523 CurTy = STy->getTypeAtIndex(Index); in getGEPExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3402 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/ |
D | InstCombineLoadStoreAlloca.cpp | 661 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate()
|
D | InstCombineCasts.cpp | 2431 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(0U); in visitBitCast()
|
D | InstructionCombining.cpp | 1793 CurTy = CT->getTypeAtIndex(Op1->getOperand(J)); in visitGetElementPtrInst()
|