Home
last modified time | relevance | path

Searched refs:BINOP_OR (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h204 BINOP_OR = 11, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h236 BINOP_OR = 11, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h329 BINOP_OR = 11, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h383 BINOP_OR = 11, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp109 case naclbitc::BINOP_OR: in DecodeBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp98 case Instruction::Or: return bitc::BINOP_OR; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp129 case bitc::BINOP_OR: return Instruction::Or; in GetDecodedBinaryOpcode()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1817 case naclbitc::BINOP_OR: in convertBinopOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp510 case Instruction::Or: return bitc::BINOP_OR; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp535 case Instruction::Or: return bitc::BINOP_OR; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp997 case bitc::BINOP_OR: in getDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp824 case bitc::BINOP_OR: in getDecodedBinaryOpcode()