| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 175 LLT MemoryType; variable 233 LLT getMemoryType() const { return MemoryType; } in getMemoryType() 237 return MemoryType.isValid() ? MemoryType.getSizeInBytes() : ~UINT64_C(0); in getSize() 242 return MemoryType.isValid() ? MemoryType.getSizeInBits() : ~UINT64_C(0); in getSizeInBits() 246 return MemoryType; in getType() 334 MemoryType = NewTy; in setType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Minidump.h | 98 enum class MemoryType : uint32_t { enum 112 support::little_t<MemoryType> Type;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 133 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-13.1/stand/efi/include/ |
| H A D | efipciio.h | 359 IN EFI_MEMORY_TYPE MemoryType,
|
| H A D | efidevp.h | 99 UINT32 MemoryType; member
|
| H A D | efiprot.h | 453 IN EFI_MEMORY_TYPE MemoryType,
|
| H A D | efiapi.h | 52 IN EFI_MEMORY_TYPE MemoryType,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | MinidumpYAML.h | 253 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
|
| /freebsd-13.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 120 UINT32 MemoryType; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 3221 LLT MemoryType; in parseMachineMemoryOperand() local 3234 MemoryType = LLT::scalar(8 * Size); in parseMachineMemoryOperand() 3242 if (parseLowLevelType(Token.location(), MemoryType)) in parseMachineMemoryOperand() 3247 Size = MemoryType.getSizeInBytes(); in parseMachineMemoryOperand() 3312 Dest = MF.getMachineMemOperand(Ptr, Flags, MemoryType, Align(BaseAlignment), in parseMachineMemoryOperand()
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 182 IN EFI_MEMORY_TYPE MemoryType,
|
| /freebsd-13.1/stand/efi/libefi/ |
| H A D | devpath.c | 160 ((MEMMAP_DEVICE_PATH *)node)->MemoryType, in efi_hw_dev_path()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 1030 : PtrInfo(ptrinfo), MemoryType(type), FlagVals(f), BaseAlign(a), in MachineMemOperand()
|
| /freebsd-13.1/lib/libefivar/ |
| H A D | efivar-dp-format.c | 205 MemMap->MemoryType, in DevPathToTextMemMap()
|
| H A D | efivar-dp-parse.c | 595 MemMap->MemoryType = (UINT32) Strtoi (MemoryTypeStr); in DevPathFromTextMemoryMapped()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 13982 EVT MemoryType = LD->getMemoryVT(); in combineBVZEXTLOAD() local 13986 bool ValidLDType = MemoryType == MVT::i8 || MemoryType == MVT::i16 || in combineBVZEXTLOAD() 13987 MemoryType == MVT::i32 || MemoryType == MVT::i64; in combineBVZEXTLOAD() 13997 DAG.getIntPtrConstant(MemoryType.getScalarSizeInBits(), DL)}; in combineBVZEXTLOAD() 14001 LoadOps, MemoryType, LD->getMemOperand()); in combineBVZEXTLOAD()
|