Searched refs:I8PtrTy (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 773 Type *I8PtrTy = in lowerToSingleIndexGEPs() local 783 if (ResultPtr->getType() != I8PtrTy) in lowerToSingleIndexGEPs() 784 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy); in lowerToSingleIndexGEPs() 1047 Type *I8PtrTy = Type::getInt8PtrTy(GEP->getContext(), in splitGEP() local 1049 NewGEP = new BitCastInst(NewGEP, I8PtrTy, "", GEP); in splitGEP() 1056 if (GEP->getType() != I8PtrTy) in splitGEP()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 315 Type *I8PtrTy = Type::getInt8PtrTy(MemI->getParent()->getContext(), in runOnLoop() local 332 PHINode *NewPHI = PHINode::Create(I8PtrTy, HeaderLoopPredCount, in runOnLoop() 337 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in runOnLoop()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 329 Type *I8PtrTy = Type::getInt8PtrTy(M->getContext()); in instrumentOneFunc() local 332 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 745 auto *I8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); in emitCounterIncrement() local 747 {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitCounterIncrement()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3795 Type *I8PtrTy = in optimizeMemoryInst() local 3847 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst() 3848 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy); in optimizeMemoryInst() 3858 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst() 3859 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy); in optimizeMemoryInst()
|