Home
last modified time | relevance | path

Searched refs:getAlign (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h59 bool getAlign(const Function &, unsigned index, unsigned &);
60 bool getAlign(const CallInst &, unsigned index, unsigned &);
DNVPTXUtilities.cpp284 bool getAlign(const Function &F, unsigned index, unsigned &align) { in getAlign() function
299 bool getAlign(const CallInst &I, unsigned index, unsigned &align) { in getAlign() function
DNVPTXISelLowering.cpp1321 if (!getAlign(*CallI, i + 1, align)) in getPrototype()
1392 if (getAlign(*cast<CallInst>(CalleeI), Idx, Align)) in getArgumentAlignment()
1415 if (getAlign(*cast<Function>(DirectCallee), Idx, Align)) in getArgumentAlignment()
DNVPTXAsmPrinter.cpp367 if (!getAlign(*F, 0, retAlignment)) in printReturnValStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOUniversal.cpp159 if (A.getAlign() > MaxSectionAlignment) { in MachOUniversalBinary()
160 Err = malformedError("align (2^" + Twine(A.getAlign()) + in MachOUniversalBinary()
167 if(A.getOffset() % (1ull << A.getAlign()) != 0){ in MachOUniversalBinary()
171 ") not aligned on it's alignment (2^" + Twine(A.getAlign()) + ")"); in MachOUniversalBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachOUniversal.h81 uint32_t getAlign() const { in getAlign() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h228 unsigned getAlign() const { return Align; } in getAlign() function
272 NextAddr = alignTo(NextAddr, Alloc.getAlign()); in mapAllocsToRemoteAddrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2279 StoreBasePtr, SI->getAlign(), LoadBasePtr, LI->getAlign(), NumBytes); in processCopyingStore()
2282 NewCall = Builder.CreateMemCpy(StoreBasePtr, SI->getAlign(), LoadBasePtr, in processCopyingStore()
2283 LI->getAlign(), NumBytes); in processCopyingStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1087 NewCall = Builder.CreateMemCpy(StoreBasePtr, SI->getAlign(), LoadBasePtr, in processLoopStoreOfLoopLoad()
1088 LI->getAlign(), NumBytes); in processLoopStoreOfLoopLoad()
DSROA.cpp2523 NewLI->setAlignment(LI.getAlign()); in visitLoadInst()
2715 NewSI->setAlignment(SI.getAlign()); in visitStoreInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h245 if (const auto MA = getAlign()) in getAlignment()
251 MaybeAlign getAlign() const { in getAlign() function
377 if (const auto MA = getAlign()) in getAlignment()
382 MaybeAlign getAlign() const { in getAlign() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1345 assert(getAlign() == Align && "Alignment representation error!"); in setAlignment()
1420 assert(getAlign() == Alignment && "Alignment representation error!"); in setAlignment()