Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGetElementPtrTypeIterator.h59 return CT->getTypeAtIndex(getOperand()); in getIndexedType()
70 CurTy = CT->getTypeAtIndex(getOperand());
/external/llvm/lib/CodeGen/
DAnalysis.cpp416 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType()
425 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()
451 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U); in firstRealType()
461 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()
478 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
599 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h68 return CT->getTypeAtIndex(getOperand()); in getIndexedType()
82 CurTy.setPointer(CT->getTypeAtIndex(getOperand()));
DDerivedTypes.h162 Type *getTypeAtIndex(const Value *V) const;
163 Type *getTypeAtIndex(unsigned Idx) const;
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h153 Type *getTypeAtIndex(const Value *V);
154 Type *getTypeAtIndex(unsigned Idx);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h166 Type *getTypeAtIndex(const Value *V) const;
167 Type *getTypeAtIndex(unsigned Idx) const;
/external/llvm/lib/IR/
DType.cpp554 Type *CompositeType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex() function in CompositeType
565 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{ in getTypeAtIndex() function in CompositeType
DVerifier.cpp568 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable()
569 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable()
572 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp576 Type *CompositeType::getTypeAtIndex(const Value *V) { in getTypeAtIndex() function in CompositeType
585 Type *CompositeType::getTypeAtIndex(unsigned Idx) { in getTypeAtIndex() function in CompositeType
DConstantFold.cpp937 Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction()
968 Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction()
2270 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) { in ConstantFoldGetElementPtrImpl()
DVerifier.cpp444 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable()
445 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable()
DInstructions.cpp1381 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal()
1681 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp446 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP()
463 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue()); in expandAddToGEP()
475 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
DConstantFolding.cpp694 Ty = STy->getTypeAtIndex(ElIdx); in SymbolicallyEvaluateGEP()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp245 NewTy = STy->getTypeAtIndex(0U); in EvaluateBlock()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1601 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) || in EmitXXStructorList()
1602 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr). in EmitXXStructorList()
1603 if (ETy->getNumElements() == 3 && !isa<PointerType>(ETy->getTypeAtIndex(2U))) in EmitXXStructorList()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp782 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp699 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II); in DoPromotion()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1261 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) || in EmitXXStructorList()
1262 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr). in EmitXXStructorList()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp839 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(II); in DoPromotion()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp463 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP()
474 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp1390 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); in runOnModule()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp535 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp279 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U); in foldX86XALUIntrinsic()
2702 Type *RetTy = Ty->getTypeAtIndex(0U); in fastLowerIntrinsicCall()
2703 Type *CondTy = Ty->getTypeAtIndex(1); in fastLowerIntrinsicCall()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1687 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(ZeroUInt); in visitBitCast()

12