Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h200 BINOP_SHL = 7, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h232 BINOP_SHL = 7, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h325 BINOP_SHL = 7, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp97 case naclbitc::BINOP_SHL: in DecodeBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h379 BINOP_SHL = 7, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp94 case Instruction::Shl: return bitc::BINOP_SHL; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp125 case bitc::BINOP_SHL: return Instruction::Shl; in GetDecodedBinaryOpcode()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1805 case naclbitc::BINOP_SHL: in convertBinopOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp506 case Instruction::Shl: return bitc::BINOP_SHL; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp531 case Instruction::Shl: return bitc::BINOP_SHL; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp989 case bitc::BINOP_SHL: in getDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp816 case bitc::BINOP_SHL: in getDecodedBinaryOpcode()