Searched refs:IndexTy (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfUnit.h | 322 void constructSubrangeDIE(DIE &Buffer, const DISubrange *SR, DIE *IndexTy); 324 DIE *IndexTy);
|
| D | DwarfUnit.cpp | 1353 DIE *IndexTy) { in constructSubrangeDIE() argument 1355 addDIEEntry(DW_Subrange, dwarf::DW_AT_type, *IndexTy); in constructSubrangeDIE() 1395 DIE *IndexTy) { in constructGenericSubrangeDIE() argument 1398 addDIEEntry(DwGenericSubrange, dwarf::DW_AT_type, *IndexTy); in constructGenericSubrangeDIE()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| D | CoroFrame.cpp | 1026 *IndexTy = FrameTy->getElementType(IndexIndex); in buildFrameDebugInfo() local 1040 (Layout.getTypeSizeInBits(IndexTy) < 8) in buildFrameDebugInfo() 1042 : Layout.getTypeSizeInBits(IndexTy), in buildFrameDebugInfo()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 2324 Type *IndexTy = (*I)->getType(); in visitGetElementPtrInst() local 2326 IndexTy->isVectorTy() in visitGetElementPtrInst() 2328 cast<VectorType>(IndexTy)->getElementCount()) in visitGetElementPtrInst() 2340 if (IndexTy != NewIndexType) { in visitGetElementPtrInst()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGObjCGNU.cpp | 3640 llvm::Type *IndexTy = Int32Ty; in GenerateClass() local 3642 llvm::ConstantInt::get(IndexTy, ClassABIVersion > 1 ? 2 : 1), nullptr, in GenerateClass() 3643 llvm::ConstantInt::get(IndexTy, ClassABIVersion > 1 ? 3 : 2) }; in GenerateClass() 3649 offsetPointerIndexes[2] = llvm::ConstantInt::get(IndexTy, ivarIndex); in GenerateClass()
|
| D | TargetInfo.cpp | 7669 llvm::Type *IndexTy = CGF.Int64Ty; in EmitVAArg() local 7671 llvm::ConstantInt::get(IndexTy, PaddedSize.getQuantity()); in EmitVAArg() 7713 llvm::Value *MaxRegsV = llvm::ConstantInt::get(IndexTy, MaxRegs); in EmitVAArg() 7729 llvm::ConstantInt::get(IndexTy, RegSaveIndex * PaddedSize.getQuantity() in EmitVAArg() 7744 llvm::Value *One = llvm::ConstantInt::get(IndexTy, 1); in EmitVAArg()
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | ConstantFold.cpp | 1918 template<typename IndexTy> 1919 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices()
|
| D | Instructions.cpp | 1888 template <typename IndexTy> 1889 static Type *getIndexedTypeInternal(Type *Ty, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal() 1892 for (IndexTy V : IdxList.slice(1)) { in getIndexedTypeInternal()
|
| D | Verifier.cpp | 3814 Type *IndexTy = Idx->getType(); in visitGetElementPtrInst() local 3815 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) { in visitGetElementPtrInst() 3819 Check(IndexTy->isIntOrIntVectorTy(), in visitGetElementPtrInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 5684 auto *IndexTy = VectorType::get(ScalarIndexTy, NumElts); in optimizeGatherScatterInst() local 5688 Builder.CreateGEP(SecondTy, NewAddr, Constant::getNullValue(IndexTy)); in optimizeGatherScatterInst() 5718 auto *IndexTy = VectorType::get(ScalarIndexTy, NumElts); in optimizeGatherScatterInst() local 5728 NewAddr = Builder.CreateGEP(ScalarTy, V, Constant::getNullValue(IndexTy)); in optimizeGatherScatterInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorTypes.cpp | 2172 ISD::MemIndexType IndexTy = MGT->getIndexType(); in SplitVecRes_Gather() local 2176 OpsLo, MMO, IndexTy, ExtType); in SplitVecRes_Gather() 2180 OpsHi, MMO, IndexTy, ExtType); in SplitVecRes_Gather()
|