Searched refs:getElementSize (Results 1 – 8 of 8) sorted by relevance
102 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
372 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()404 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
590 delinearize(*SE, AccessFn, Subscripts, Sizes, SE->getElementSize(&Inst)); in printDelinearization()
3494 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize()3495 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearizeParametricSize()
13344 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
472 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize() function in __anonb23049e20111::X86AsmParser::IntelExprStateMachine2478 Val = SM.getElementSize(); in ParseMasmOperator()2594 Size = SM.getElementSize() << 3; in parseIntelOperand()2644 if (is64BitMode() && SM.getElementSize() > 0) { in parseIntelOperand()
1251 const SCEV *getElementSize(Instruction *Inst);
135 unsigned getElementSize() const { in getElementSize() function in __anonc2b64ba80111::AArch64AsmParser::PrefixInfo5256 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()