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/ |
D | NVPTXUtilities.h | 59 bool getAlign(const Function &, unsigned index, unsigned &); 60 bool getAlign(const CallInst &, unsigned index, unsigned &);
|
D | NVPTXUtilities.cpp | 284 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
|
D | NVPTXISelLowering.cpp | 1321 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()
|
D | NVPTXAsmPrinter.cpp | 367 if (!getAlign(*F, 0, retAlignment)) in printReturnValStr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOUniversal.cpp | 159 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/ |
D | MachOUniversal.h | 81 uint32_t getAlign() const { in getAlign() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 228 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/ |
D | HexagonLoopIdiomRecognition.cpp | 2279 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/ |
D | LoopIdiomRecognize.cpp | 1087 NewCall = Builder.CreateMemCpy(StoreBasePtr, SI->getAlign(), LoadBasePtr, in processLoopStoreOfLoopLoad() 1088 LI->getAlign(), NumBytes); in processLoopStoreOfLoopLoad()
|
D | SROA.cpp | 2523 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/ |
D | Instructions.h | 245 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/ |
D | Instructions.cpp | 1345 assert(getAlign() == Align && "Alignment representation error!"); in setAlignment() 1420 assert(getAlign() == Alignment && "Alignment representation error!"); in setAlignment()
|