Home
last modified time | relevance | path

Searched defs:BinOpcode (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1028 auto isSuitableBinOpcode = [](Instruction::BinaryOps BinOpcode) { in visitShl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1988 Instruction::BinaryOps BinOpcode = BI->getOpcode(); in getSalvageOpsForBinOp() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3209 unsigned BinOpcode = MI.getOpcode(); in matchFoldBinOpIntoSelect() local
3244 unsigned BinOpcode = MI.getOpcode(); in applyFoldBinOpIntoSelect() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3052 virtual bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11538 unsigned BinOpcode, in EmitAtomicBinary()
11714 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const { in EmitPartwordAtomicBinary()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7774 MachineInstr &MI, MachineBasicBlock *MBB, unsigned BinOpcode, in emitAtomicLoadBinary()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2242 auto BinOpcode = BO->getOpcode(); in foldBinOpIntoSelect() local
22466 unsigned BinOpcode = BinOp.getOpcode(); in narrowInsertExtractVectorBinOp() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9613 Instruction::BinaryOps BinOpcode = BinOp->getOpcode(); in calculateBinaryOperator() local