/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 819 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/ |
D | PPCLoopPreIncPrep.cpp | 318 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/ |
D | PPCLoopPreIncPrep.cpp | 408 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/ |
D | PGOInstrumentation.cpp | 728 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/ |
D | ScalarEvolutionTest.cpp | 145 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/ |
D | PGOInstrumentation.cpp | 354 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/ |
D | CodeGenPGO.cpp | 743 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/ |
D | CodeGenPrepare.cpp | 4542 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/ |
D | CodeGenPrepare.cpp | 3878 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()
|