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