Searched refs:getPointerCast (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 135 auto *NewPtr = ConstantExpr::getPointerCast(GV, BitCast->getType()); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 142 Constant *BitCastNewGV = ConstantExpr::getPointerCast(NewGV, GV->getType()); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 190 return ConstantExpr::getPointerCast(C, DestTy); in CreatePointerCast()
|
D | Constants.h | 1073 static Constant *getPointerCast(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 185 return Fold(ConstantExpr::getPointerCast(C, DestTy)); in CreatePointerCast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 47 CSVals[2] = Data ? ConstantExpr::getPointerCast(Data, IRB.getInt8PtrTy()) in appendToGlobalArray()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1768 Value *ModuleNameAddr = ConstantExpr::getPointerCast(ModuleName, IntptrTy); in poisonOneInitializer() 2146 ConstantExpr::getPointerCast(Metadata, IntptrTy)); in InstrumentGlobalsMachO() 2331 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals() 2371 ConstantExpr::getPointerCast(InstrumentedGlobal, IntptrTy), in InstrumentGlobals() 2374 ConstantExpr::getPointerCast(Name, IntptrTy), in InstrumentGlobals() 2375 ConstantExpr::getPointerCast(ModuleName, IntptrTy), in InstrumentGlobals() 2377 ConstantExpr::getPointerCast(ODRIndicator, IntptrTy)); in InstrumentGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 137 return SrcLocStr = ConstantExpr::getPointerCast(&GV, Int8Ptr); in getOrCreateSrcLocStr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 839 auto *BC = ConstantExpr::getPointerCast(GV, Type::getInt8PtrTy(C)); in setCoroInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1498 ConstantExpr::getPointerCast(JumpTableFn, JumpTableType->getPointerTo(0)); in buildBitSetsFromFunctionsNative()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 815 Ptr = ConstantExpr::getPointerCast(Ptr, NewPtrTy); in StripPtrCastKeepAS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 565 return ConstantExpr::getPointerCast(CE->getOperand(0), DestTy); in ConstantFoldCastInstruction()
|
D | Constants.cpp | 1686 Constant *ConstantExpr::getPointerCast(Constant *S, Type *Ty) { in getPointerCast() function in ConstantExpr
|
D | Core.cpp | 1747 return wrap(ConstantExpr::getPointerCast(unwrap<Constant>(ConstantVal), in LLVMConstPointerCast()
|