Searched refs:FUNC_CODE_INST_FENCE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h317 FUNC_CODE_INST_FENCE = 36, // FENCE: [ordering, synchscope] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1448 Code = bitc::FUNC_CODE_INST_FENCE;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2891 case bitc::FUNC_CODE_INST_FENCE: { // FENCE:[ordering, synchscope]

Completed in 1908 milliseconds