Home
last modified time | relevance | path

Searched refs:MemoryType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h174 LLT MemoryType; variable
232 LLT getMemoryType() const { return MemoryType; } in getMemoryType()
236 return MemoryType.isValid() ? MemoryType.getSizeInBytes() : ~UINT64_C(0); in getSize()
241 return MemoryType.isValid() ? MemoryType.getSizeInBits() : ~UINT64_C(0); in getSizeInBits()
245 return MemoryType; in getType()
323 MemoryType = NewTy; in setType()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMinidump.h98 enum class MemoryType : uint32_t { enum
112 support::little_t<MemoryType> Type;
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp133 void yaml::ScalarBitSetTraits<MemoryType>::bitset(IO &IO, MemoryType &Type) { in bitset()
135 IO.bitSetCase(Type, #NATIVENAME, MemoryType::NAME); in bitset()
255 mapRequiredAs<MemoryType>(IO, "Type", Info.Type); in mapping()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h253 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp1940 std::vector<Metadata *> MemoryType; in createKernelFunctionDecl() local
1950 MemoryType.push_back( in createKernelFunctionDecl()
1955 MemoryType.push_back( in createKernelFunctionDecl()
1964 MemoryType.push_back( in createKernelFunctionDecl()
1975 MemoryType.push_back( in createKernelFunctionDecl()
1981 MemoryType.push_back( in createKernelFunctionDecl()
1991 for (unsigned int i = 0; i < MemoryType.size(); i++) { in createKernelFunctionDecl()
1997 MDNode::get(FN->getContext(), MemoryType)); in createKernelFunctionDecl()
/llvm-project-15.0.7/llvm/unittests/Object/
H A DMinidumpTest.cpp601 EXPECT_EQ(MemoryType::Private, Info.Type); in TEST()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3241 LLT MemoryType; in parseMachineMemoryOperand() local
3254 MemoryType = LLT::scalar(8 * Size); in parseMachineMemoryOperand()
3262 if (parseLowLevelType(Token.location(), MemoryType)) in parseMachineMemoryOperand()
3267 Size = MemoryType.getSizeInBytes(); in parseMachineMemoryOperand()
3342 Dest = MF.getMachineMemOperand(Ptr, Flags, MemoryType, Align(BaseAlignment), in parseMachineMemoryOperand()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp1033 : PtrInfo(ptrinfo), MemoryType(type), FlagVals(f), BaseAlign(a), in MachineMemOperand()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14336 EVT MemoryType = LD->getMemoryVT(); in combineBVZEXTLOAD() local
14340 bool ValidLDType = MemoryType == MVT::i8 || MemoryType == MVT::i16 || in combineBVZEXTLOAD()
14341 MemoryType == MVT::i32 || MemoryType == MVT::i64; in combineBVZEXTLOAD()
14351 DAG.getIntPtrConstant(MemoryType.getScalarSizeInBits(), DL)}; in combineBVZEXTLOAD()
14355 LoadOps, MemoryType, LD->getMemOperand()); in combineBVZEXTLOAD()