Home
last modified time | relevance | path

Searched refs:GEPIndices (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp196 Constant *GEPIndices[2] = { in GetFrameMap() local
199 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3815 SmallVector<Value *, 4> GEPIndices; member in __anondf5662880e11::AggLoadStoreRewriter::OpSplitter
3835 : IRB(IRB), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr), BaseTy(BaseTy), in OpSplitter()
3856 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
3868 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps()
3870 GEPIndices.pop_back(); in emitSplitOps()
3883 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps()
3885 GEPIndices.pop_back(); in emitSplitOps()
3917 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
3924 GEPOperator::accumulateConstantOffset(BaseTy, GEPIndices, DL, Offset)) in emitFunc()
3994 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DRISCV.cpp999 llvm::Value *GEPIndices[] = {Builder.getInt32(0), Builder.getInt32(1), in loadRISCVFeatureBits() local
1002 Builder.CreateInBoundsGEP(StructTy, RISCVFeaturesBits, GEPIndices); in loadRISCVFeatureBits()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1913 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.Int32Ty, 0), in getAddrOfVTable() local
1919 VTable->getValueType(), VTable, GEPIndices); in getAddrOfVTable()
3768 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), in getClassHierarchyDescriptor() local
3788 llvm::ArrayRef<llvm::Value *>(GEPIndices))), in getClassHierarchyDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6607 Value *GEPIndices[] = {ConstantInt::get(IndexTy, 0), Index}; in buildLookup() local
6609 GEPIndices, "switch.gep"); in buildLookup()