Home
last modified time | relevance | path

Searched refs:CastToInteger (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp238 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
243 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
248 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h253 CastToInteger, // Cast the atomic instruction to another type, e.g. from enumerator
2214 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicLoadInIR()
2230 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicStoreInIR()
2255 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicRMWIInIR()