Searched refs:PtrBitWidth (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 315 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess() local 316 APInt Size(PtrBitWidth, DL.getTypeStoreSize(PtrATy)); in isConsecutiveAccess() 324 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType()); in areConsecutivePointers() local 325 APInt OffsetA(PtrBitWidth, 0); in areConsecutivePointers() 326 APInt OffsetB(PtrBitWidth, 0); in areConsecutivePointers()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 237 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess() local 246 APInt Size(PtrBitWidth, DL.getTypeStoreSize(PtrATy)); in isConsecutiveAccess() 248 APInt OffsetA(PtrBitWidth, 0), OffsetB(PtrBitWidth, 0); in isConsecutiveAccess()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 329 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(F->getType()); in addLogicalModule() 332 APInt(PtrBitWidth, StubSym.getAddress())); in addLogicalModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 457 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(F->getType()); in addLogicalModule() 462 ConstantInt::get(GVsM->getContext(), APInt(PtrBitWidth, StubAddr)); in addLogicalModule()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1016 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess() local 1018 APInt Size(PtrBitWidth, DL.getTypeStoreSize(Ty)); in isConsecutiveAccess() 1020 APInt OffsetA(PtrBitWidth, 0), OffsetB(PtrBitWidth, 0); in isConsecutiveAccess()
|