Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp238 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
243 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
248 TargetLoweringBase::AtomicExpansionKind::CastToInteger) { in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h252 CastToInteger, // Cast the atomic instruction to another type, e.g. from enumerator
2125 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicLoadInIR()
2141 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicStoreInIR()
2166 return AtomicExpansionKind::CastToInteger; in shouldCastAtomicRMWIInIR()