Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidump.h98 enum class MemoryType : uint32_t { enum
112 support::little_t<MemoryType> Type;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h253 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
/openbsd-src/sys/stand/efi/include/
H A Defidevp.h97 UINT32 MemoryType; member
H A Defiprot.h451 IN EFI_MEMORY_TYPE MemoryType,
H A Defiapi.h52 IN EFI_MEMORY_TYPE MemoryType,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3346 LLT MemoryType; in parseMachineMemoryOperand() local
3359 MemoryType = LLT::scalar(8 * Size); in parseMachineMemoryOperand()
3367 if (parseLowLevelType(Token.location(), MemoryType)) in parseMachineMemoryOperand()
3372 Size = MemoryType.getSizeInBytes(); in parseMachineMemoryOperand()
3447 Dest = MF.getMachineMemOperand(Ptr, Flags, MemoryType, Align(BaseAlignment), in parseMachineMemoryOperand()
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_navi10.h621 uint8_t MemoryType; // 0-GDDR6, 1-HBM member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp1071 : PtrInfo(ptrinfo), MemoryType(type), FlagVals(f), BaseAlign(a), in MachineMemOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14486 EVT MemoryType = LD->getMemoryVT(); in combineBVZEXTLOAD() local
14490 bool ValidLDType = MemoryType == MVT::i8 || MemoryType == MVT::i16 || in combineBVZEXTLOAD()
14491 MemoryType == MVT::i32 || MemoryType == MVT::i64; in combineBVZEXTLOAD()
14501 DAG.getIntPtrConstant(MemoryType.getScalarSizeInBits(), DL)}; in combineBVZEXTLOAD()
14505 LoadOps, MemoryType, LD->getMemOperand()); in combineBVZEXTLOAD()