Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h102 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp372 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()
404 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
H A DDelinearization.cpp610 delinearize(*SE, AccessFn, Subscripts, Sizes, SE->getElementSize(&Inst)); in printDelinearization()
H A DDependenceAnalysis.cpp3494 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize()
3495 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearizeParametricSize()
H A DScalarEvolution.cpp8174 auto *ElemSize = dyn_cast<SCEVConstant>(getElementSize(&Inst)); in getConstantMaxTripCountFromArray()
13372 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp466 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize() function in __anonbe06ec630111::X86AsmParser::IntelExprStateMachine
2477 Val = SM.getElementSize(); in ParseMasmOperator()
2593 Size = SM.getElementSize() << 3; in parseIntelOperand()
2642 if (is64BitMode() && SM.getElementSize() > 0) { in parseIntelOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1239 const SCEV *getElementSize(Instruction *Inst);
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp136 unsigned getElementSize() const { in getElementSize() function in __anonb6c3df290111::AArch64AsmParser::PrefixInfo
5286 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()