Home
last modified time | relevance | path

Searched refs:IndexTy (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h322 void constructSubrangeDIE(DIE &Buffer, const DISubrange *SR, DIE *IndexTy);
324 DIE *IndexTy);
DDwarfUnit.cpp1353 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/
DCoroFrame.cpp1026 *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/
DInstructionCombining.cpp2324 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/
DCGObjCGNU.cpp3640 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()
DTargetInfo.cpp7669 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/
DConstantFold.cpp1918 template<typename IndexTy>
1919 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices()
DInstructions.cpp1888 template <typename IndexTy>
1889 static Type *getIndexedTypeInternal(Type *Ty, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal()
1892 for (IndexTy V : IdxList.slice(1)) { in getIndexedTypeInternal()
DVerifier.cpp3814 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/
DCodeGenPrepare.cpp5684 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/
DLegalizeVectorTypes.cpp2172 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()