Home
last modified time | relevance | path

Searched refs:MemType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td44 string MemType = "none";
152 let ColFields = ["MemType"];
3103 let MemType = "target";
5123 let MemType = "pseudo";
5144 let MemType = "pseudo";
5159 let MemType = "pseudo";
5252 let MemType = "target";
5427 let MemType = "target";
5442 let MemType = "target";
5456 let MemType = "target";
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1746 bool needsCmpXchgNb(Type *MemType) const;
H A DX86ISelLowering.cpp30131 bool X86TargetLowering::needsCmpXchgNb(Type *MemType) const { in needsCmpXchgNb()
30132 unsigned OpWidth = MemType->getPrimitiveSizeInBits(); in needsCmpXchgNb()
30144 Type *MemType = SI->getValueOperand()->getType(); in shouldExpandAtomicStoreInIR() local
30153 return needsCmpXchgNb(MemType) ? AtomicExpansionKind::Expand in shouldExpandAtomicStoreInIR()
30161 Type *MemType = LI->getType(); in shouldExpandAtomicLoadInIR() local
30173 return needsCmpXchgNb(MemType) ? AtomicExpansionKind::CmpXChg in shouldExpandAtomicLoadInIR()
30533 Type *MemType = AI->getType(); in shouldExpandAtomicRMWInIR() local
30537 if (MemType->getPrimitiveSizeInBits() > NativeWidth) { in shouldExpandAtomicRMWInIR()
30538 return needsCmpXchgNb(MemType) ? AtomicExpansionKind::CmpXChg in shouldExpandAtomicRMWInIR()
30579 Type *MemType = AI->getType(); in lowerIdempotentRMWIntoFencedLoad() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp714 LLT MemType = MMO.getMemoryType(); in getOutlineAtomicLibcall() local
715 uint64_t MemSize = MemType.getSizeInBytes(); in getOutlineAtomicLibcall()
716 if (MemType.isVector()) in getOutlineAtomicLibcall()