Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1250 if (auto FragmentSize = AI->getAllocationSizeInBits(DL)) in valueCoversEntireFragment()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2260 intptr_type, *operands_alloca->getAllocationSizeInBits(dl) / 8)}); in HandleCustomCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp52 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h103 Optional<uint64_t> getAllocationSizeInBits(const DataLayout &DL) const;