Home
last modified time | relevance | path

Searched refs:getElementSize (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDelinearization.cpp101 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
H A DDependenceAnalysis.cpp3281 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize()
3282 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearize()
H A DScalarEvolution.cpp11048 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h104 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h958 const SCEV *getElementSize(Instruction *Inst);
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp127 unsigned getElementSize() const { in getElementSize() function in __anon7d8c15f70111::AArch64AsmParser::PrefixInfo
3950 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()