Home
last modified time | relevance | path

Searched refs:isBinOp (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1175 bool isBinOp(unsigned Opcode) const override;
DX86ISelLowering.cpp31198 bool X86TargetLowering::isBinOp(unsigned Opcode) const { in isBinOp() function in X86TargetLowering
31210 return TargetLoweringBase::isBinOp(Opcode); in isBinOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1053 bool isBinOp(unsigned Opcode) const override;
DX86ISelLowering.cpp30039 bool X86TargetLowering::isBinOp(unsigned Opcode) const { in isBinOp() function in X86TargetLowering
30051 return TargetLoweringBase::isBinOp(Opcode); in isBinOp()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2271 virtual bool isBinOp(unsigned Opcode) const { in isBinOp() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2438 virtual bool isBinOp(unsigned Opcode) const { in isBinOp() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1925 assert(TLI.isBinOp(BO->getOpcode()) && BO->getNumValues() == 1 && in foldBinOpIntoSelect()
17030 if (!IndexC || !TLI.isBinOp(Vec.getOpcode()) || !Vec.hasOneUse() || in scalarizeExtractedBinop()
18302 if (!TLI.isBinOp(BinOpcode) || BinOp.getNode()->getNumValues() != 1) in narrowInsertExtractVectorBinOp()
18350 if (!TLI.isBinOp(BOpcode) || BinOp.getNode()->getNumValues() != 1) in narrowExtractedVectorBinOp()
19204 TLI.isBinOp(N0.getOpcode()) && N0.getNode()->getNumValues() == 1) { in visitVECTOR_SHUFFLE()
DTargetLowering.cpp2107 assert(DAG.getTargetLoweringInfo().isBinOp(BO.getOpcode()) && VT.isVector() && in getKnownUndefForVectorBinop()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2110 assert(TLI.isBinOp(BO->getOpcode()) && BO->getNumValues() == 1 && in foldBinOpIntoSelect()
18160 if (!IndexC || !TLI.isBinOp(Vec.getOpcode()) || !Vec.hasOneUse() || in scalarizeExtractedBinop()
19638 if (!TLI.isBinOp(BinOpcode) || BinOp.getNode()->getNumValues() != 1) in narrowInsertExtractVectorBinOp()
19687 if (!TLI.isBinOp(BOpcode) || BinOp.getNode()->getNumValues() != 1) in narrowExtractedVectorBinOp()
20627 TLI.isBinOp(N0.getOpcode()) && N0.getNode()->getNumValues() == 1) { in visitVECTOR_SHUFFLE()
DTargetLowering.cpp2301 assert(DAG.getTargetLoweringInfo().isBinOp(BO.getOpcode()) && VT.isVector() && in getKnownUndefForVectorBinop()