Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp691 unsigned FalseOp = 0; optimizeSelect() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h984 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) analyzeSelect() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp2002 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); expandSelectBoolean() local
H A DSystemZISelLowering.cpp3485 SDValue FalseOp = Op.getOperand(3); lowerSELECT_CC() local
6680 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1)); combineZERO_EXTEND() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1375 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) const analyzeSelect() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2321 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) const analyzeSelect() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47152 SDValue FalseOp = N->getOperand(0); combineCMov() local
55605 SDValue FalseOp = Cmov.getOperand(0); pushAddIntoCmovOfConsts() local
55731 SDValue FalseOp = N1.getOperand(0); combineSubABS() local
[all...]