Searched refs:GEPIndices (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShadowStackGCLowering.cpp | 197 Constant *GEPIndices[2] = { in doInitialization() 200 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in doInitialization() 155 Constant *GEPIndices[2] = { GetFrameMap() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3723 SmallVector<Value *, 4> GEPIndices; member in __anondf5662880d11::AggLoadStoreRewriter::OpSplitter 3743 : IRB(IRB), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr), BaseTy(BaseTy), in OpSplitter() 3764 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps() 3776 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps() 3778 GEPIndices.pop_back(); in emitSplitOps() 3791 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps() 3793 GEPIndices.pop_back(); in emitSplitOps() 3819 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); in emitFunc() 3826 GEPOperator::accumulateConstantOffset(BaseTy, GEPIndices, DL, Offset)) in emitFunc() 3872 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); in emitFunc() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1918 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.Int32Ty, 0), in getAddrOfVTable() local 1924 VTable->getValueType(), VTable, GEPIndices); in getAddrOfVTable() 3775 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), in getClassHierarchyDescriptor() local 3795 llvm::ArrayRef<llvm::Value *>(GEPIndices))), in getClassHierarchyDescriptor()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 6430 Value *GEPIndices[] = {Builder.getInt32(0), Index}; in BuildLookup() local 6432 GEPIndices, "switch.gep"); in BuildLookup()
|