Home
last modified time | relevance | path

Searched refs:BINOP_SUB (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h194 BINOP_SUB = 1, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h226 BINOP_SUB = 1, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h319 BINOP_SUB = 1, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp79 case naclbitc::BINOP_SUB: in DecodeBinaryOpcode()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc102 return BINOP_SUB; in OpcodeToBinaryOperation()
966 case BINOP_SUB: in InferBinaryOpShape()
Duser_computation.cc95 case BINOP_SUB: in BinaryOperationToHloOpcode()
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc826 return BinaryOp(BINOP_SUB, lhs, rhs, broadcast_dimensions); in Sub()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto812 BINOP_SUB = 4; enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp85 case Instruction::FSub: return bitc::BINOP_SUB; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1767 case naclbitc::BINOP_SUB: in convertBinopOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp115 case bitc::BINOP_SUB: in GetDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp497 case Instruction::FSub: return bitc::BINOP_SUB; in getEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp804 case bitc::BINOP_SUB: in getDecodedBinaryOpcode()