Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp600 case TargetLoweringBase::AtomicExpansionKind::MaskedIntrinsic: { in tryExpandAtomicRMW()
1424 case TargetLoweringBase::AtomicExpansionKind::MaskedIntrinsic: in tryExpandAtomicCmpXchg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp2757 return AtomicExpansionKind::MaskedIntrinsic; in shouldExpandAtomicRMWInIR()
2860 return AtomicExpansionKind::MaskedIntrinsic; in shouldExpandAtomicCmpXchgInIR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h168 MaskedIntrinsic, // Use a target-specific intrinsic for the LL/SC loop. enumerator