Home
last modified time | relevance | path

Searched refs:getAllocationSizeInBits (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp398 AI.getAllocationSizeInBits(*DL).getValue() > 0 && in isInterestingAlloca()
467 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in alignAndPadAlloca()
667 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1266 if (auto FragmentSize = AI->getAllocationSizeInBits(DL)) in valueCoversEntireFragment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp54 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h102 Optional<uint64_t> getAllocationSizeInBits(const DataLayout &DL) const;