Searched refs:MemoryType (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 174 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 D | Minidump.h | 98 enum class MemoryType : uint32_t { enum 112 support::little_t<MemoryType> Type;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | MinidumpYAML.h | 253 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efidevp.h | 97 UINT32 MemoryType; member
|
| H A D | efiprot.h | 451 IN EFI_MEMORY_TYPE MemoryType,
|
| H A D | efiapi.h | 52 IN EFI_MEMORY_TYPE MemoryType,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 3346 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 D | smu11_driver_if_navi10.h | 621 uint8_t MemoryType; // 0-GDDR6, 1-HBM member
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 1071 : PtrInfo(ptrinfo), MemoryType(type), FlagVals(f), BaseAlign(a), in MachineMemOperand()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 14486 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()
|