Searched refs:I8PtrTy (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp835 Type *I8PtrTy = local
845 if (ResultPtr->getType() != I8PtrTy)
846 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy);
1111 Type *I8PtrTy = Type::getInt8PtrTy(GEP->getContext(), local
1113 NewGEP = new BitCastInst(NewGEP, I8PtrTy, "", GEP);
1121 if (GEP->getType() != I8PtrTy)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp507 Type *I8PtrTy = Type::getInt8PtrTy(MemI->getParent()->getContext(), local
543 PHINode::Create(I8PtrTy, HeaderLoopPredCount,
548 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp856 Type *I8PtrTy = Type::getInt8PtrTy(M->getContext()); local
863 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy),
912 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy),
1400 Type *I8PtrTy = Builder.getInt8PtrTy(); local
1404 {ConstantExpr::getBitCast(FuncNameVar, I8PtrTy),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp912 auto *I8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); local
914 llvm::Value *Args[] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5073 Type *I8PtrTy = local
5117 if (ResultPtr->getType() != I8PtrTy)
5118 ResultPtr = Builder.CreatePointerCast(ResultPtr, I8PtrTy);
5132 if (ResultPtr->getType() != I8PtrTy)
5133 ResultPtr = Builder.CreatePointerCast(ResultPtr, I8PtrTy);
5674 Type *I8PtrTy = local
5705 if (NewBaseGEP->getType() != I8PtrTy)
5706 NewBaseGEP = NewBaseBuilder.CreatePointerCast(NewBaseGEP, I8PtrTy);
5715 if (GEP->getType() != I8PtrTy)
5722 if (GEP->getType() != I8PtrTy)
[all...]

Completed in 311 milliseconds