Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.h1053 bool needsCmpXchgNb(const Type *MemType) const;
HDX86ISelLowering.cpp17830 bool X86TargetLowering::needsCmpXchgNb(const Type *MemType) const { in needsCmpXchgNb()
17831 unsigned OpWidth = MemType->getPrimitiveSizeInBits(); in needsCmpXchgNb()
17855 const Type *MemType = AI->getType(); in shouldExpandAtomicRMWInIR() local
17859 if (MemType->getPrimitiveSizeInBits() > NativeWidth) { in shouldExpandAtomicRMWInIR()
17860 return needsCmpXchgNb(MemType) ? AtomicRMWExpansionKind::CmpXChg in shouldExpandAtomicRMWInIR()
17901 const Type *MemType = AI->getType(); in lowerIdempotentRMWIntoFencedLoad() local
17905 if (MemType->getPrimitiveSizeInBits() > NativeWidth) in lowerIdempotentRMWIntoFencedLoad()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp3203 llvm::Type *MemType = ConvertTypeForMem(I->Ty)->getPointerTo(AS); in EmitCall() local
3207 if (Addr->getType() != MemType) in EmitCall()
3208 Addr = Builder.CreateBitCast(Addr, MemType); in EmitCall()