Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDelinearization.cpp87 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(&Inst)); in printDelinearization()
H A DLoopCacheAnalysis.cpp329 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()
350 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
H A DDependenceAnalysis.cpp3410 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize()
3411 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearizeParametricSize()
H A DScalarEvolution.cpp11852 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h103 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp466 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize() function in __anon301d74170111::X86AsmParser::IntelExprStateMachine
2442 Val = SM.getElementSize(); in ParseMasmOperator()
2556 Size = SM.getElementSize() << 3; in ParseIntelOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1052 const SCEV *getElementSize(Instruction *Inst);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp128 unsigned getElementSize() const { in getElementSize() function in __anon65f0dadd0111::AArch64AsmParser::PrefixInfo
4192 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()