OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I8PtrTy
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp
851
Type *
I8PtrTy
=
861
if (ResultPtr->getType() !=
I8PtrTy
)
862
ResultPtr = Builder.CreateBitCast(ResultPtr,
I8PtrTy
);
1126
Type *
I8PtrTy
= Type::getInt8PtrTy(GEP->getContext(),
1128
NewGEP = new BitCastInst(NewGEP,
I8PtrTy
, "", GEP);
1136
if (GEP->getType() !=
I8PtrTy
)
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCLoopInstrFormPrep.cpp
512
Type *
I8PtrTy
= Type::getInt8PtrTy(MemI->getParent()->getContext(),
548
PHINode::Create(
I8PtrTy
, HeaderLoopPredCount,
553
Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV,
I8PtrTy
,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ExpandPseudo.cpp
243
auto *
I8PtrTy
= PointerType::get(IntegerType::get(Context, 8), 0);
247
FunctionType::get(
I8PtrTy
, {
I8PtrTy
}, false));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
911
Type *
I8PtrTy
= Type::getInt8PtrTy(M->getContext());
918
{ConstantExpr::getBitCast(FuncInfo.FuncNameVar,
I8PtrTy
),
967
{ConstantExpr::getBitCast(FuncInfo.FuncNameVar,
I8PtrTy
),
1496
Type *
I8PtrTy
= Builder.getInt8PtrTy();
1500
{ConstantExpr::getBitCast(FuncNameVar,
I8PtrTy
),
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp
950
auto *
I8PtrTy
= llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
952
llvm::Value *Args[] = {llvm::ConstantExpr::getBitCast(FuncNameVar,
I8PtrTy
),
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
5295
Type *
I8PtrTy
=
5339
if (ResultPtr->getType() !=
I8PtrTy
)
5340
ResultPtr = Builder.CreatePointerCast(ResultPtr,
I8PtrTy
);
5354
if (ResultPtr->getType() !=
I8PtrTy
)
5355
ResultPtr = Builder.CreatePointerCast(ResultPtr,
I8PtrTy
);
5912
Type *
I8PtrTy
=
5943
if (NewBaseGEP->getType() !=
I8PtrTy
)
5944
NewBaseGEP = NewBaseBuilder.CreatePointerCast(NewBaseGEP,
I8PtrTy
);
5953
if (GEP->getType() !=
I8PtrTy
)
5960
if (GEP->getType() !=
I8PtrTy
)
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026