Home
last modified time | relevance | path

Searched refs:IdxTy (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp164 Type *&IdxTy);
2003 Type *IdxTy; in RewriteBitCast() local
2004 uint64_t Idx = FindElementAndOffset(T, EltOffset, IdxTy); in RewriteBitCast()
2020 Type *&IdxTy) { in FindElementAndOffset() argument
2027 IdxTy = Type::getInt32Ty(T->getContext()); in FindElementAndOffset()
2034 IdxTy = Type::getInt64Ty(T->getContext()); in FindElementAndOffset()
2042 IdxTy = Type::getInt64Ty(T->getContext()); in FindElementAndOffset()
2065 Type *IdxTy; in RewriteGEP() local
2066 uint64_t OldIdx = FindElementAndOffset(T, OldOffset, IdxTy); in RewriteGEP()
2072 uint64_t Idx = FindElementAndOffset(T, EltOffset, IdxTy); in RewriteGEP()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp196 Type *IdxTy = DL in visitAllocaInst() local
199 Value *NullIdx = Constant::getNullValue(IdxTy); in visitAllocaInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2221 Type *IdxTy = Legal->getWidestInductionType(); in createEmptyLoop() local
2233 IdxTy->getPrimitiveSizeInBits()) in createEmptyLoop()
2234 ExitCount = SE->getTruncateOrNoop(ExitCount, IdxTy); in createEmptyLoop()
2236 const SCEV *BackedgeTakeCount = SE->getNoopOrZeroExtend(ExitCount, IdxTy); in createEmptyLoop()
2253 BackedgeCount = CastInst::CreatePointerCast(BackedgeCount, IdxTy, in createEmptyLoop()
2267 IdxTy): in createEmptyLoop()
2268 ConstantInt::get(IdxTy, 0); in createEmptyLoop()
2275 StartIdx, ConstantInt::get(IdxTy, 0), "overflow.check.anchor", in createEmptyLoop()
2316 Induction = Builder.CreatePHI(IdxTy, 2, "index"); in createEmptyLoop()
2319 Constant *Step = ConstantInt::get(IdxTy, VF * UF); in createEmptyLoop()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp795 Type *IdxTy = (ElTy->isStructTy() ? in DoPromotion() local
798 Ops.push_back(ConstantInt::get(IdxTy, *II)); in DoPromotion()
H A DGlobalOpt.cpp2344 IntegerType *IdxTy = IntegerType::get(NewTy->getContext(), 32); in EvaluateBlock() local
2345 Constant *IdxZero = ConstantInt::get(IdxTy, 0, false); in EvaluateBlock()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1682 Type *IdxTy = getTypeByID(Record[2]); in ParseConstants() local
1683 if (!IdxTy) in ParseConstants()
1685 Op1 = ValueList.getConstantFwdRef(Record[3], IdxTy); in ParseConstants()
1703 Type *IdxTy = getTypeByID(Record[2]); in ParseConstants() local
1704 if (!IdxTy) in ParseConstants()
1706 Op2 = ValueList.getConstantFwdRef(Record[3], IdxTy); in ParseConstants()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2080 Type *IdxTy = Combined->getType(); in ConstantFoldGetElementPtrImpl() local
2081 if (IdxTy != Idx0->getType()) { in ConstantFoldGetElementPtrImpl()
2082 Type *Int64Ty = Type::getInt64Ty(IdxTy->getContext()); in ConstantFoldGetElementPtrImpl()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1390 DIE *IdxTy = getIndexTyDie(); in constructArrayTypeDIE() local
1397 constructSubrangeDIE(Buffer, DISubrange(Element), IdxTy); in constructArrayTypeDIE()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2410 QualType IdxTy = E->getIdx()->getType(); in EmitArraySubscriptExpr() local
2411 bool IdxSigned = IdxTy->isSignedIntegerOrEnumerationType(); in EmitArraySubscriptExpr()
2414 EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, Accessed); in EmitArraySubscriptExpr()
H A DCGExprScalar.cpp1125 QualType IdxTy = E->getIdx()->getType(); in VisitArraySubscriptExpr() local
1128 CGF.EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, /*Accessed*/true); in VisitArraySubscriptExpr()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6669 EVT IdxTy = TLI->getVectorIdxTy(); in ExtractVectorElements() local
6673 Op, getConstant(i, IdxTy))); in ExtractVectorElements()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrNEON.td5607 ValueType Ty, Operand IdxTy>
5608 : NVDupLane<op19_16, 0, (outs DPR:$Vd), (ins DPR:$Vm, IdxTy:$lane),
5613 ValueType ResTy, ValueType OpTy, Operand IdxTy>
5614 : NVDupLane<op19_16, 1, (outs QPR:$Vd), (ins DPR:$Vm, IdxTy:$lane),