Searched defs:GEP (Results 1 - 25 of 46) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2390 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5195 Value *GEP = Builder.CreateInBoundsGEP(Array->getValueType(), Array, local
H A DCodeExtractor.cpp937 GetElementPtrInst *GEP = GetElementPtrInst::Create( local
1120 GetElementPtrInst *GEP = GetElementPtrInst::Create( local
1159 GetElementPtrInst *GEP = GetElementPtrInst::Create( local
1262 GetElementPtrInst *GEP = GetElementPtrInst::Create( local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp107 GEP, // &B[..][i * S][..] enumerator in enum:__anon2761::StraightLineStrengthReduce::Candidate::Kind
273 static bool isGEPFoldable(GetElementPtrInst *GEP, argument
302 hasOnlyOneNonZeroIndex(GetElementPtrInst *GEP) argument
483 factorArrayIndex(Value *ArrayIdx, const SCEV *Base, uint64_t ElementSize, GetElementPtrInst *GEP) argument
518 allocateCandidatesAndFindBasisForGEP( GetElementPtrInst *GEP) argument
[all...]
H A DSeparateConstOffsetFromGEP.cpp736 Extract(Value *Idx, GetElementPtrInst *GEP, User *&UserChainTail, const DominatorTree *DT) argument
754 Find(Value *Idx, GetElementPtrInst *GEP, const DominatorTree *DT) argument
763 canonicalizeArrayIndicesToPointerSize( GetElementPtrInst *GEP) argument
782 accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction) argument
931 splitGEP(GetElementPtrInst *GEP) argument
[all...]
H A DNaryReassociate.cpp298 static bool isGEPFoldable(GetElementPtrInst *GEP, argument
307 Instruction *NaryReassociatePass::tryReassociateGEP(GetElementPtrInst *GEP) { argument
324 requiresSignExtension(Value *Index, GetElementPtrInst *GEP) argument
332 tryReassociateGEPAtIndex(GetElementPtrInst *GEP, unsigned I, Type *IndexedType) argument
367 tryReassociateGEPAtIndex(GetElementPtrInst *GEP, unsigned I, Value *LHS, Value *RHS, Type *IndexedType) argument
[all...]
H A DMergeICmps.cpp83 BCEAtom(GetElementPtrInst *GEP, LoadInst *LoadI, int BaseId, APInt Offset) argument
114 GetElementPtrInst *GEP = nullptr; member in struct:__anon2735::BCEAtom
157 auto *const GEP = dyn_cast<GetElementPtrInst>(Addr); local
[all...]
H A DLowerMatrixIntrinsics.cpp568 Value *GEP = local
595 Value *GEP = local
H A DInferAddressSpaces.cpp484 GetElementPtrInst *GEP = cast<GetElementPtrInst>(I); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp322 auto GEP = IRB.CreateGEP(Int8Ty, SecStartI8Ptr, local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp161 Value *InstCombiner::EmitGEPOffset(User *GEP) { argument
1182 static bool shouldMergeGEPs(GEPOperator &GEP, GEPOperator &Src) { argument
1661 Instruction *InstCombiner::visitGetElementPtrInst(GetElementPtrInst &GEP) { argument
2797 Value *GEP = Builder.CreateInBoundsGEP(L->getType(), local
[all...]
H A DInstCombineVectorOps.cpp1280 GetElementPtrInst *GEP = GetElementPtrInst::Create( local
H A DInstCombinePHI.cpp406 GetElementPtrInst *GEP= dyn_cast<GetElementPtrInst>(PN.getIncomingValue(i)); local
[all...]
H A DInstCombineLoadStoreAlloca.cpp215 Instruction *GEP = GetElementPtrInst::CreateInBounds( local
[all...]
H A DInstCombineCompares.cpp145 Instruction *InstCombiner::foldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, argument
425 evaluateGEPOffsetExpression(User *GEP, InstCombiner &IC, const DataLayout &DL) argument
744 Value *GEP = Builder.CreateInBoundsGEP( local
[all...]
H A DInstCombineCasts.cpp2438 GetElementPtrInst *GEP = local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1643 Value *GEP = LoadB.CreateGEP(Int8Ty, Ptr, Offset); local
H A DLowerTypeTests.cpp641 Constant *GEP = ConstantExpr::getInBoundsGetElementPtr( local
H A DGlobalSplit.cpp117 auto *GEP = cast<GEPOperator>(U); local
[all...]
H A DArgumentPromotion.cpp439 GetElementPtrInst *GEP = cast<GetElementPtrInst>(I->user_back()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp137 const ConstantExpr *GEP = cast<ConstantExpr>(Str); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp305 auto *GEP = GetElementPtrInst::CreateInBounds(Call->getArgOperand(0), local
469 void BPFAbstractMemberAccess::traceGEP(GetElementPtrInst *GEP, CallInst *Parent, argument
902 auto *GEP = GetElementPtrInst::Create(Type::getInt8Ty(BB->getContext()), local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp120 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp138 const GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(&I); local
209 << *L << " due to " << *GEP << '\n'); local
H A DAMDGPUPromoteAlloca.cpp308 GetElementPtrInst *GEP = cast<GetElementPtrInst>(Ptr); local
314 static Value* GEPToVectorIndex(GetElementPtrInst *GEP) { argument
387 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(AllocaUser); local
[all...]

Completed in 298 milliseconds

12