Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h176 LLT MemoryType; variable
236 LLT getMemoryType() const { return MemoryType; } in getMemoryType()
240 return MemoryType.isValid() in getSize()
241 ? LocationSize::precise(MemoryType.getSizeInBytes()) in getSize()
247 return MemoryType.isValid() in getSizeInBits()
248 ? LocationSize::precise(MemoryType.getSizeInBits()) in getSizeInBits()
253 return MemoryType; in getType()
331 MemoryType = NewTy; in setType()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h103 enum class MemoryType : uint32_t { enum
117 support::little_t<MemoryType> Type;
/freebsd/contrib/llvm-project/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()
/freebsd/stand/efi/include/
H A Defipciio.h358 IN EFI_MEMORY_TYPE MemoryType,
H A Defidevp.h98 UINT32 MemoryType; member
H A Defiprot.h452 IN EFI_MEMORY_TYPE MemoryType,
H A Defiapi.h51 IN EFI_MEMORY_TYPE MemoryType,
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h253 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h120 UINT32 MemoryType; member
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h182 IN EFI_MEMORY_TYPE MemoryType,
/freebsd/stand/efi/libefi/
H A Ddevpath.c157 ((MEMMAP_DEVICE_PATH *)node)->MemoryType, in efi_hw_dev_path()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3365 LLT MemoryType; in parseMachineMemoryOperand() local
3378 MemoryType = LLT::scalar(8 * Size); in parseMachineMemoryOperand()
3386 if (parseLowLevelType(Token.location(), MemoryType)) in parseMachineMemoryOperand()
3391 Size = MemoryType.getSizeInBytes(); in parseMachineMemoryOperand()
3466 Dest = MF.getMachineMemOperand(Ptr, Flags, MemoryType, Align(BaseAlignment), in parseMachineMemoryOperand()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h691 UINT8 MemoryType; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1089 : PtrInfo(ptrinfo), MemoryType(type), FlagVals(f), BaseAlign(a), in MachineMemOperand()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c733 {ACPI_DMT_UINT8, ACPI_CDAT4_OFFSET (MemoryType), "Memory Type", 0},
/freebsd/lib/libefivar/
H A Defivar-dp-format.c200 MemMap->MemoryType, in DevPathToTextMemMap()
H A Defivar-dp-parse.c603 MemMap->MemoryType = (UINT32)Strtoi (MemoryTypeStr); in DevPathFromTextMemoryMapped()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15004 EVT MemoryType = LD->getMemoryVT(); in combineBVZEXTLOAD() local
15008 bool ValidLDType = MemoryType == MVT::i8 || MemoryType == MVT::i16 || in combineBVZEXTLOAD()
15009 MemoryType == MVT::i32 || MemoryType == MVT::i64; in combineBVZEXTLOAD()
15019 DAG.getIntPtrConstant(MemoryType.getScalarSizeInBits(), DL)}; in combineBVZEXTLOAD()
15023 LoadOps, MemoryType, LD->getMemOperand()); in combineBVZEXTLOAD()