Searched refs:IRBuilderTy (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 28 template <typename IRBuilderTy> 29 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &DL, User *GEP,
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 187 template <typename IRBuilderTy> 188 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &DL, User *GEP,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 151 using IRBuilderTy = IRBuilder<ConstantFolder, IRBuilderPrefixedInserter>; typedef 1244 IRBuilderTy PHIBuilder(&PN); in speculatePHINodeLoads() 1279 IRBuilderTy PredBuilder(TI); in speculatePHINodeLoads() 1333 IRBuilderTy IRB(&SI); in speculateSelectInstLoads() 1373 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr, in buildGEP() 1396 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithType() 1440 static Value *getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPRecursively() 1514 static Value *getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithOffset() 1554 static Value *getAdjustedPtr(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, in getAdjustedPtr() 1726 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 110 using IRBuilderTy = llvm::IRBuilder<ConstantFolder, IRBuilderPrefixedInserter>; typedef 1195 IRBuilderTy PHIBuilder(&PN); in speculatePHINodeLoads() 1219 IRBuilderTy PredBuilder(TI); in speculatePHINodeLoads() 1272 IRBuilderTy IRB(&SI); in speculateSelectInstLoads() 1312 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr, in buildGEP() 1335 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithType() 1379 static Value *getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPRecursively() 1453 static Value *getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithOffset() 1493 static Value *getAdjustedPtr(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, in getAdjustedPtr() 1656 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() [all …]
|