Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h178 LLT MemoryType; variable
240 LLT getMemoryType() const { return MemoryType; } in getMemoryType()
244 return MemoryType.isValid() in getSize()
245 ? LocationSize::precise(MemoryType.getSizeInBytes()) in getSize()
251 return MemoryType.isValid() in getSizeInBits()
252 ? LocationSize::precise(MemoryType.getSizeInBits()) in getSizeInBits()
257 return MemoryType; in getType()
335 MemoryType = NewTy; in setType()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h115 enum class MemoryType : uint32_t { enum
129 support::little_t<MemoryType> Type;
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDeviceIo.h194 IN EFI_MEMORY_TYPE MemoryType,
H A DPciRootBridgeIo.h284 IN EFI_MEMORY_TYPE MemoryType,
H A DPciIo.h351 IN EFI_MEMORY_TYPE MemoryType,
H A DDevicePath.h119 UINT32 MemoryType; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp136 void yaml::ScalarBitSetTraits<MemoryType>::bitset(IO &IO, MemoryType &Type) { in bitset()
138 IO.bitSetCase(Type, #NATIVENAME, MemoryType::NAME); in bitset()
258 mapRequiredAs<MemoryType>(IO, "Type", Info.Type); in mapping()
/freebsd/sys/contrib/edk2/Include/Pi/
H A DPiHob.h131 EFI_MEMORY_TYPE MemoryType; member
/freebsd/stand/efi/include/
H A Defipciio.h357 IN EFI_MEMORY_TYPE MemoryType,
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_BOOT_SERVICES.h37 EFI_MEMORY_TYPE MemoryType,
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h278 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3404 LLT MemoryType; in parseMachineMemoryOperand() local
3411 MemoryType = LLT::scalar(8 * Size); in parseMachineMemoryOperand()
3418 if (parseLowLevelType(Token.location(), MemoryType)) in parseMachineMemoryOperand()
3439 MemoryType.isValid() in parseMachineMemoryOperand()
3440 ? PowerOf2Ceil(MemoryType.getSizeInBytes().getKnownMinValue()) in parseMachineMemoryOperand()
3498 Dest = MF.getMachineMemOperand(Ptr, Flags, MemoryType, Align(BaseAlignment), in parseMachineMemoryOperand()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h215 IN EFI_MEMORY_TYPE MemoryType,
/freebsd/stand/efi/libefi/
H A Ddevpath.c159 ((MEMMAP_DEVICE_PATH *)node)->MemoryType, in efi_hw_dev_path()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h701 UINT8 MemoryType; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c733 {ACPI_DMT_UINT8, ACPI_CDAT4_OFFSET (MemoryType), "Memory Type", 0},
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1104 : PtrInfo(ptrinfo), MemoryType(type), FlagVals(f), BaseAlign(a), in MachineMemOperand()
/freebsd/lib/libefivar/
H A Defivar-dp-format.c196 MemMap->MemoryType, in DevPathToTextMemMap()
H A Defivar-dp-parse.c598 MemMap->MemoryType = (UINT32)Strtoi (MemoryTypeStr); in DevPathFromTextMemoryMapped()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15837 EVT MemoryType = LD->getMemoryVT(); in combineBVZEXTLOAD() local
15841 bool ValidLDType = MemoryType == MVT::i8 || MemoryType == MVT::i16 || in combineBVZEXTLOAD()
15842 MemoryType == MVT::i32 || MemoryType == MVT::i64; in combineBVZEXTLOAD()
15852 DAG.getIntPtrConstant(MemoryType.getScalarSizeInBits(), DL)}; in combineBVZEXTLOAD()
15856 LoadOps, MemoryType, LD->getMemOperand()); in combineBVZEXTLOAD()