Searched defs:BinOpcode (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 1159 auto isSuitableBinOpcode = [](Instruction::BinaryOps BinOpcode) { in visitShl() 1329 auto isSuitableBinOpcode = [](Instruction::BinaryOps BinOpcode) { in visitLShr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 765 Instruction::BinaryOps BinOpcode = VecBinOp->getOpcode(); in foldInsExtBinop() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2513 Instruction::BinaryOps BinOpcode = BI->getOpcode(); in getSalvageOpsForBinOp() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 3769 unsigned BinOpcode = MI.getOpcode(); in matchFoldBinOpIntoSelect() local 3802 unsigned BinOpcode = MI.getOpcode(); in applyFoldBinOpIntoSelect() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3401 virtual bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, EVT VT, in shouldFoldSelectWithIdentityConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 12863 unsigned BinOpcode, in EmitAtomicBinary() 13039 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const { in EmitPartwordAtomicBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 9877 MachineInstr &MI, MachineBasicBlock *MBB, unsigned BinOpcode, in emitAtomicLoadBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 2530 auto BinOpcode = BO->getOpcode(); in foldBinOpIntoSelect() local 25461 unsigned BinOpcode = BinOp.getOpcode(); in narrowInsertExtractVectorBinOp() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 9844 Instruction::BinaryOps BinOpcode = BinOp->getOpcode(); in calculateBinaryOperator() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 13956 unsigned BinOpcode, EVT VT, unsigned SelectOpcode, SDValue X, in shouldFoldSelectWithIdentityConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 2179 unsigned BinOpcode, EVT VT, unsigned SelectOpcode, SDValue X, in shouldFoldSelectWithIdentityConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 18012 unsigned BinOpcode, EVT VT, unsigned SelectOpcode, SDValue X, in shouldFoldSelectWithIdentityConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 35620 unsigned BinOpcode, EVT VT, unsigned SelectOpcode, SDValue X, in shouldFoldSelectWithIdentityConstant()
|