Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDUDTLayout.h102 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopCacheAnalysis.cpp377 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()
409 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
HDDelinearization.cpp590 delinearize(*SE, AccessFn, Subscripts, Sizes, SE->getElementSize(&Inst)); in printDelinearization()
HDDependenceAnalysis.cpp3494 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize()
3495 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearizeParametricSize()
HDScalarEvolution.cpp13470 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp478 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize() function in __anon44fc2a460111::X86AsmParser::IntelExprStateMachine
2544 Val = SM.getElementSize(); in ParseMasmOperator()
2660 Size = SM.getElementSize() << 3; in parseIntelOperand()
2711 ((PtrInOperand && !IndexReg) || SM.getElementSize() > 0)) { in parseIntelOperand()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolution.h1259 const SCEV *getElementSize(Instruction *Inst);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp135 unsigned getElementSize() const { in getElementSize() function in __anon53fe500c0111::AArch64AsmParser::PrefixInfo
5314 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()