Searched refs:getElementSize (Results 1 – 8 of 8) sorted by relevance
105 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
383 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()415 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
589 delinearize(*SE, AccessFn, Subscripts, Sizes, SE->getElementSize(&Inst)); in printDelinearization()
3504 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize()3505 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearizeParametricSize()
13611 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
484 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize() function in __anonee973c6c0111::X86AsmParser::IntelExprStateMachine2566 Val = SM.getElementSize(); in ParseMasmOperator()2682 Size = SM.getElementSize() << 3; in parseIntelOperand()2733 ((PtrInOperand && !IndexReg) || SM.getElementSize() > 0)) { in parseIntelOperand()
1295 LLVM_ABI const SCEV *getElementSize(Instruction *Inst);
136 unsigned getElementSize() const { in getElementSize() function in __anon730428320111::AArch64AsmParser::PrefixInfo5457 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()