Home
last modified time | relevance | path

Searched refs:UnknownSize (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h125 struct UnknownSize {}; struct
170 bool IsTemporary, UnknownSize);
178 bool IsTemporary, UnknownSize);
H A DProgram.cpp411 Descriptor::UnknownSize{}); in createDescriptor()
418 Descriptor::UnknownSize{}); in createDescriptor()
H A DDescriptor.cpp313 bool IsTemporary, UnknownSize) in Descriptor() argument
338 bool IsTemporary, UnknownSize) in Descriptor() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp59 : MemoryLocation::UnknownSize); in alias()
62 : MemoryLocation::UnknownSize); in alias()
H A DLint.cpp434 uint64_t BaseSize = MemoryLocation::UnknownSize; in visitMemoryReference()
457 Check(!Loc.Size.hasValue() || BaseSize == MemoryLocation::UnknownSize || in visitMemoryReference()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h233 enum : uint64_t { UnknownSize = ~UINT64_C(0) }; enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1419 const unsigned UnknownSize = (uint16_t)-1; in getConcatSubRegIndex() local
1446 if (Size == UnknownSize || PartRange.Size == UnknownSize) in getConcatSubRegIndex()
1447 Size = UnknownSize; in getConcatSubRegIndex()
1450 if (LastSize == UnknownSize || in getConcatSubRegIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3372 uint64_t Size = MemoryLocation::UnknownSize; in parseMachineMemoryOperand()
3381 Size = MemoryLocation::UnknownSize; in parseMachineMemoryOperand()
3409 (Size != MemoryLocation::UnknownSize ? PowerOf2Ceil(Size) : 1); in parseMachineMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1393 : MemoryLocation::UnknownSize; in MemOperandsHaveAlias()
1396 : MemoryLocation::UnknownSize; in MemOperandsHaveAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2985 ? (uint64_t)MemoryLocation::UnknownSize in SplitHvxMemOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1596 Info.size = MemoryLocation::UnknownSize; in getTgtMemIntrinsic()
16269 MemSize = MemoryLocation::UnknownSize; in performCONCAT_VECTORSCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6360 MemoryLocation::UnknownSize, Alignment, I.getAAMetadata(), Ranges); in visitVectorHistogram()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15682 Info.size = MemoryLocation::UnknownSize; in getTgtMemIntrinsic()