Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp258 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
269 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
291 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h251 CastToInteger, // Cast the atomic instruction to another type, e.g. from enumerator
2059 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicLoadInIR()
2075 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicStoreInIR()
2100 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicRMWIInIR()