Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h325 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
HDHexagonISelLowering.cpp3352 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h565 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
HDARMISelLowering.cpp16771 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h479 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
HDAArch64ISelLowering.cpp13058 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1435 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
HDX86ISelLowering.cpp27311 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp304 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h1808 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function