Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A DTargetValue.h61 ompd_rc_t getElementSize(const char *fieldName, ompd_size_t *size);
H A DTargetValue.cpp158 ompd_rc_t TType::getElementSize(const char *fieldName, ompd_size_t *size) { in getElementSize() function in TType
344 ret.errorState.errorCode = type->getElementSize(fieldName, &(ret.fieldSize)); in access()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h102 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp373 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()
405 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
H A DDelinearization.cpp610 delinearize(*SE, AccessFn, Subscripts, Sizes, SE->getElementSize(&Inst)); in printDelinearization()
H A DDependenceAnalysis.cpp3431 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize()
3432 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearizeParametricSize()
H A DScalarEvolution.cpp7983 auto *ElemSize = dyn_cast<SCEVConstant>(getElementSize(&Inst)); in getConstantMaxTripCountFromArray()
13024 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp466 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize() function in __anonad53f99c0111::X86AsmParser::IntelExprStateMachine
2476 Val = SM.getElementSize(); in ParseMasmOperator()
2592 Size = SM.getElementSize() << 3; in parseIntelOperand()
2641 if (is64BitMode() && SM.getElementSize() > 0) { in parseIntelOperand()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1150 const SCEV *getElementSize(Instruction *Inst);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1101 Size = SE.getElementSize(Inst); in isValidAccess()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp133 unsigned getElementSize() const { in getElementSize() function in __anone48315620111::AArch64AsmParser::PrefixInfo
4724 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()