Home
last modified time | relevance | path

Searched refs:RMW_AND (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h475 RMW_AND = 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp553 return bitc::RMW_AND; in getEncodedRMWOperation()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp655 case AtomicRMWInst::And: return bitc::RMW_AND; in getEncodedRMWOperation()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1336 case bitc::RMW_AND: return AtomicRMWInst::And; in getDecodedRMWOperation()