Searched refs:getElementSize (Results 1 – 11 of 11) sorted by relevance
61 ompd_rc_t getElementSize(const char *fieldName, ompd_size_t *size);
158 ompd_rc_t TType::getElementSize(const char *fieldName, ompd_size_t *size) { in getElementSize() function in TType344 ret.errorState.errorCode = type->getElementSize(fieldName, &(ret.fieldSize)); in access()
102 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
373 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()405 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
610 delinearize(*SE, AccessFn, Subscripts, Sizes, SE->getElementSize(&Inst)); in printDelinearization()
3431 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize()3432 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearizeParametricSize()
7983 auto *ElemSize = dyn_cast<SCEVConstant>(getElementSize(&Inst)); in getConstantMaxTripCountFromArray()13024 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
466 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize() function in __anonad53f99c0111::X86AsmParser::IntelExprStateMachine2476 Val = SM.getElementSize(); in ParseMasmOperator()2592 Size = SM.getElementSize() << 3; in parseIntelOperand()2641 if (is64BitMode() && SM.getElementSize() > 0) { in parseIntelOperand()
1150 const SCEV *getElementSize(Instruction *Inst);
1101 Size = SE.getElementSize(Inst); in isValidAccess()
133 unsigned getElementSize() const { in getElementSize() function in __anone48315620111::AArch64AsmParser::PrefixInfo4724 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()