Searched refs:I8PtrTy (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 854 Type *I8PtrTy = in lowerToSingleIndexGEPs() local 864 if (ResultPtr->getType() != I8PtrTy) in lowerToSingleIndexGEPs() 865 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy); in lowerToSingleIndexGEPs() 1134 Type *I8PtrTy = in splitGEP() local 1138 Builder.getInt8Ty(), Builder.CreateBitCast(NewGEP, I8PtrTy), in splitGEP()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 662 Type *I8PtrTy = in rewriteForBase() local 709 PHINode *NewPHI = PHINode::Create(I8PtrTy, HeaderLoopPredCount, in rewriteForBase() 713 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteForBase()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 862 Type *I8PtrTy = Type::getInt8PtrTy(M->getContext()); in instrumentOneFunc() local 863 auto Name = ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy); in instrumentOneFunc() 938 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 1745 Type *I8PtrTy = Builder.getInt8PtrTy(); in instrumentOneSelectInst() local 1749 {ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in instrumentOneSelectInst()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 961 auto *I8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); in emitCounterIncrement() local 963 llvm::Value *Args[] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitCounterIncrement()
|
H A D | CodeGenFunction.cpp | 2485 llvm::Type *I8PtrTy = Builder.getInt8PtrTy(AS); in EmitVarAnnotations() local 2488 {I8PtrTy, CGM.ConstGlobalsPtrTy}), in EmitVarAnnotations() 2489 Builder.CreateBitCast(V, I8PtrTy, V->getName()), in EmitVarAnnotations()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5413 Type *I8PtrTy = in optimizeMemoryInst() local 5457 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst() 5458 ResultPtr = Builder.CreatePointerCast(ResultPtr, I8PtrTy); in optimizeMemoryInst() 5469 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst() 5470 ResultPtr = Builder.CreatePointerCast(ResultPtr, I8PtrTy); in optimizeMemoryInst() 6048 Type *I8PtrTy = in splitLargeGEPOffsets() local 6079 if (NewBaseGEP->getType() != I8PtrTy) in splitLargeGEPOffsets() 6080 NewBaseGEP = NewBaseBuilder.CreatePointerCast(NewBaseGEP, I8PtrTy); in splitLargeGEPOffsets() 6089 if (GEP->getType() != I8PtrTy) in splitLargeGEPOffsets() 6096 if (GEP->getType() != I8PtrTy) in splitLargeGEPOffsets()
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 96 Type *I8PtrTy; member in llvm::dxil::DXILBitcodeWriter 136 I8PtrTy(TypedPointerType::get(I8Ty, 0)), Stream(Stream), in DXILBitcodeWriter() 137 StrtabBuilder(StrtabBuilder), M(M), VE(M, I8PtrTy), Buffer(Buffer), in DXILBitcodeWriter() 530 return VE.getTypeID(I8PtrTy); in getTypeID()
|