Home
last modified time | relevance | path

Searched refs:I8PtrTy (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp773 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp819 Type *I8PtrTy = in lowerToSingleIndexGEPs() local
829 if (ResultPtr->getType() != I8PtrTy) in lowerToSingleIndexGEPs()
830 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy); in lowerToSingleIndexGEPs()
1095 Type *I8PtrTy = Type::getInt8PtrTy(GEP->getContext(), in splitGEP() local
1097 NewGEP = new BitCastInst(NewGEP, I8PtrTy, "", GEP); in splitGEP()
1105 if (GEP->getType() != I8PtrTy) in splitGEP()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp318 Type *I8PtrTy = Type::getInt8PtrTy(MemI->getParent()->getContext(), in runOnLoop() local
335 PHINode *NewPHI = PHINode::Create(I8PtrTy, HeaderLoopPredCount, in runOnLoop()
340 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp408 Type *I8PtrTy = Type::getInt8PtrTy(MemI->getParent()->getContext(), in runOnLoop() local
428 PHINode *NewPHI = PHINode::Create(I8PtrTy, HeaderLoopPredCount, in runOnLoop()
433 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp728 Type *I8PtrTy = Type::getInt8PtrTy(M->getContext()); in instrumentOneFunc() local
739 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc()
763 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc()
1222 Type *I8PtrTy = Builder.getInt8PtrTy(); in instrumentOneSelectInst() local
1226 {ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in instrumentOneSelectInst()
1276 Type *I8PtrTy = Builder.getInt8PtrTy(); in instrumentOneMemIntrinsic() local
1281 {ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in instrumentOneMemIntrinsic()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp145 auto *I8PtrTy = Type::getInt8PtrTy(Context); in TEST_F() local
177 CastInst::CreateBitOrPointerCast(Gep0, I8PtrTy, "bitcast1", Br); in TEST_F()
181 I8Ty, UndefValue::get(I8PtrTy), Ci32, "gep2", Br); in TEST_F()
183 UndefValue::get(I8PtrTy), CastA, "cmp", Br); in TEST_F()
683 Type *I8PtrTy = Type::getInt8PtrTy(Context); in TEST_F() local
684 Value *Accum = Constant::getNullValue(I8PtrTy); in TEST_F()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp354 Type *I8PtrTy = Type::getInt8PtrTy(M->getContext()); in instrumentOneFunc() local
365 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc()
384 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp743 auto *I8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); in emitCounterIncrement() local
745 {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitCounterIncrement()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4542 Type *I8PtrTy = in optimizeMemoryInst() local
4586 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst()
4587 ResultPtr = Builder.CreatePointerCast(ResultPtr, I8PtrTy); in optimizeMemoryInst()
4597 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst()
4598 ResultPtr = Builder.CreatePointerCast(ResultPtr, I8PtrTy); in optimizeMemoryInst()
5024 Type *I8PtrTy = in splitLargeGEPOffsets() local
5055 if (NewBaseGEP->getType() != I8PtrTy) in splitLargeGEPOffsets()
5056 NewBaseGEP = NewBaseBuilder.CreatePointerCast(NewBaseGEP, I8PtrTy); in splitLargeGEPOffsets()
5064 if (GEP->getType() != I8PtrTy) in splitLargeGEPOffsets()
5071 if (GEP->getType() != I8PtrTy) in splitLargeGEPOffsets()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3878 Type *I8PtrTy = in optimizeMemoryInst() local
3930 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst()
3931 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy); in optimizeMemoryInst()
3941 if (ResultPtr->getType() != I8PtrTy) in optimizeMemoryInst()
3942 ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy); in optimizeMemoryInst()