Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
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/
DMinidump.h98 enum class MemoryType : uint32_t { enum
112 support::little_t<MemoryType> Type;
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
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/
DMinidumpYAML.h253 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
/openbsd/src/sys/stand/efi/include/
Defidevp.h97 UINT32 MemoryType; member
Defiprot.h451 IN EFI_MEMORY_TYPE MemoryType,
Defiapi.h52 IN EFI_MEMORY_TYPE MemoryType,
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
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/gnu/llvm/llvm/lib/CodeGen/
DMachineOperand.cpp1071 : PtrInfo(ptrinfo), MemoryType(type), FlagVals(f), BaseAlign(a), in MachineMemOperand()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
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()