Searched defs:FalseOp (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 439 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) const analyzeSelect() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 692 unsigned FalseOp = 0; optimizeSelect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1954 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); expandSelectBoolean() local
|
H A D | SystemZISelLowering.cpp | 3457 SDValue FalseOp = Op.getOperand(3); lowerSELECT_CC() local 6611 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1)); combineZERO_EXTEND() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 958 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) analyzeSelect() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 1403 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) const analyzeSelect() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 2320 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) const analyzeSelect() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 46126 SDValue FalseOp = N->getOperand(0); combineCMov() local 54387 SDValue FalseOp = Cmov.getOperand(0); pushAddIntoCmovOfConsts() local 54499 SDValue FalseOp = N1.getOperand(0); combineSubABS() local [all...] |