Searched refs:GEPIndices (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | ShadowStackGCLowering.cpp | 197 Constant *GEPIndices[2] = { in GetFrameMap() local 200 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | SROA.cpp | 3723 SmallVector<Value *, 4> GEPIndices; member in __anone91b4f470d11::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-head/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | 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-head/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | SimplifyCFG.cpp | 6430 Value *GEPIndices[] = {Builder.getInt32(0), Index}; in BuildLookup() local 6432 GEPIndices, "switch.gep"); in BuildLookup()
|