OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateConstGEP1_32
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp
241
Ptr = IRB.
CreateConstGEP1_32
(Ptr, Offset);
251
Ptr = IRB.
CreateConstGEP1_32
(Ptr, Offset);
260
Ptr = IRB.
CreateConstGEP1_32
(Ptr, Offset);
AArch64ISelLowering.cpp
11393
BaseAddr = Builder.
CreateConstGEP1_32
(FVTy->getElementType(), BaseAddr,
11556
BaseAddr = Builder.
CreateConstGEP1_32
(SubVecTy->getElementType(),
17004
IRB.
CreateConstGEP1_32
(IRB.getInt8Ty(), IRB.CreateCall(ThreadPointerFunc),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp
917
IRB.
CreateConstGEP1_32
(Int8Ty, ShadowPtr, ShadowSize));
918
IRB.CreateStore(JustTag, IRB.
CreateConstGEP1_32
(
1033
IRB.
CreateConstGEP1_32
(IRB.getInt8Ty(),
DataFlowSanitizer.cpp
2512
I ? IRB.
CreateConstGEP1_32
(DFS.IntptrTy, IntptrStoreOriginPtr, I)
2522
Value *GEP = I ? IRB.
CreateConstGEP1_32
(DFS.OriginTy, StoreOriginAddr, I)
2639
IRB.
CreateConstGEP1_32
(ShadowVecTy, ShadowVecAddr, Offset);
2648
IRB.
CreateConstGEP1_32
(DFS.PrimitiveShadowTy, ShadowAddr, Offset);
MemorySanitizer.cpp
1146
Value *Ptr = i ? IRB.
CreateConstGEP1_32
(MS.IntptrTy, IntptrOriginPtr, i)
1156
i ? IRB.
CreateConstGEP1_32
(MS.OriginTy, OriginPtr, i) : OriginPtr;
4390
Value *SrcPtr = IRB.
CreateConstGEP1_32
(IRB.getInt8Ty(), VAArgTLSCopy,
4395
SrcPtr = IRB.
CreateConstGEP1_32
(IRB.getInt8Ty(), VAArgTLSOriginCopy,
5225
Value *SrcPtr = IRB.
CreateConstGEP1_32
(IRB.getInt8Ty(), VAArgTLSCopy,
5230
SrcPtr = IRB.
CreateConstGEP1_32
(IRB.getInt8Ty(), VAArgTLSOriginCopy,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp
322
VoidVarPtr, CGF.Builder.
CreateConstGEP1_32
(KernelArgs.getPointer(), i));
CGOpenMPRuntime.cpp
745
llvm::Value *SrcElementNext = CGF.Builder.
CreateConstGEP1_32
(
751
llvm::Value *DestElementNext = CGF.Builder.
CreateConstGEP1_32
(
4159
CGF.Builder.
CreateConstGEP1_32
(UpAddrLVal.getPointer(CGF), /*Idx0=*/1);
5377
llvm::Value *LHSElementNext = CGF.Builder.
CreateConstGEP1_32
(
5379
llvm::Value *RHSElementNext = CGF.Builder.
CreateConstGEP1_32
(
8727
llvm::Value *HAddr = CGF.Builder.
CreateConstGEP1_32
(HB, /*Idx0=*/1);
9905
llvm::Value *PtrNext = MapperCGF.Builder.
CreateConstGEP1_32
(
MicrosoftCXXABI.cpp
1231
VtorDispPtr = Builder.
CreateConstGEP1_32
(VtorDispPtr, -4);
2230
V = CGF.Builder.
CreateConstGEP1_32
(V, TA.NonVirtual);
CGStmtOpenMP.cpp
731
llvm::Value *DestElementNext = Builder.
CreateConstGEP1_32
(
733
llvm::Value *SrcElementNext = Builder.
CreateConstGEP1_32
(
ItaniumCXXABI.cpp
4459
AdjustedExn = CGF.Builder.
CreateConstGEP1_32
(Exn, HeaderSize);
CGBuiltin.cpp
14700
Value *Ptr = Builder.
CreateConstGEP1_32
(Ops[2], i * 16);
14716
Value *Ptr = Builder.
CreateConstGEP1_32
(Ops[3], i * 16);
14776
Value *Ptr = Builder.
CreateConstGEP1_32
(Ops[1], i);
14784
Value *Ptr = Builder.
CreateConstGEP1_32
(Ops[0], i);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp
288
CV[I] = Builder.
CreateConstGEP1_32
(ElTy, CV[0], I,
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1827
Value *
CreateConstGEP1_32
(Value *Ptr, unsigned Idx0, const Twine &Name = "") {
1828
return
CreateConstGEP1_32
(nullptr, Ptr, Idx0, Name);
1831
Value *
CreateConstGEP1_32
(Type *Ty, Value *Ptr, unsigned Idx0,
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
19722
BaseAddr = Builder.
CreateConstGEP1_32
(VecTy->getElementType(), BaseAddr,
19891
BaseAddr = Builder.
CreateConstGEP1_32
(SubVecTy->getElementType(),
Completed in 240 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026