Searched refs:I8PtrTy (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | SeparateConstOffsetFromGEP.cpp | 851 Type *I8PtrTy = in lowerToSingleIndexGEPs() local 861 if (ResultPtr->getType() != I8PtrTy) in lowerToSingleIndexGEPs() 862 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy); in lowerToSingleIndexGEPs() 1126 Type *I8PtrTy = Type::getInt8PtrTy(GEP->getContext(), in splitGEP() local 1128 NewGEP = new BitCastInst(NewGEP, I8PtrTy, "", GEP); in splitGEP() 1136 if (GEP->getType() != I8PtrTy) in splitGEP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCLoopInstrFormPrep.cpp | 512 Type *I8PtrTy = Type::getInt8PtrTy(MemI->getParent()->getContext(), in rewriteLoadStores() local 548 PHINode::Create(I8PtrTy, HeaderLoopPredCount, in rewriteLoadStores() 553 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteLoadStores()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ExpandPseudo.cpp | 243 auto *I8PtrTy = PointerType::get(IntegerType::get(Context, 8), 0); in expandCALL_RVMARKER() local 247 FunctionType::get(I8PtrTy, {I8PtrTy}, false)); in expandCALL_RVMARKER()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | PGOInstrumentation.cpp | 911 Type *I8PtrTy = Type::getInt8PtrTy(M->getContext()); in instrumentOneFunc() local 918 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 967 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 1496 Type *I8PtrTy = Builder.getInt8PtrTy(); in instrumentOneSelectInst() local 1500 {ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in instrumentOneSelectInst()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenPGO.cpp | 950 auto *I8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); in emitCounterIncrement() local 952 llvm::Value *Args[] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitCounterIncrement()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 5299 Type *I8PtrTy = in optimizeMemoryInst() local 5343 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst() 5344 ResultPtr = Builder.CreatePointerCast(ResultPtr, I8PtrTy); in optimizeMemoryInst() 5358 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst() 5359 ResultPtr = Builder.CreatePointerCast(ResultPtr, I8PtrTy); in optimizeMemoryInst() 5930 Type *I8PtrTy = in splitLargeGEPOffsets() local 5961 if (NewBaseGEP->getType() != I8PtrTy) in splitLargeGEPOffsets() 5962 NewBaseGEP = NewBaseBuilder.CreatePointerCast(NewBaseGEP, I8PtrTy); in splitLargeGEPOffsets() 5971 if (GEP->getType() != I8PtrTy) in splitLargeGEPOffsets() 5978 if (GEP->getType() != I8PtrTy) in splitLargeGEPOffsets()
|