Searched defs:TrueOp (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 690 unsigned TrueOp = 0; optimizeSelect() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 984 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) analyzeSelect() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 2001 auto *TrueOp = dyn_cast<ConstantSDNode>(Node->getOperand(0)); expandSelectBoolean() local
|
H A D | SystemZISelLowering.cpp | 3484 SDValue TrueOp = Op.getOperand(2); lowerSELECT_CC() local 6679 auto *TrueOp = dyn_cast<ConstantSDNode>(N0.getOperand(0)); combineZERO_EXTEND() local [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 1375 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) const analyzeSelect() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 2321 analyzeSelect(const MachineInstr & MI,SmallVectorImpl<MachineOperand> & Cond,unsigned & TrueOp,unsigned & FalseOp,bool & Optimizable) const analyzeSelect() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 47153 SDValue TrueOp = N->getOperand(1); combineCMov() local 55606 SDValue TrueOp = Cmov.getOperand(1); pushAddIntoCmovOfConsts() local 55732 SDValue TrueOp = N1.getOperand(1); combineSubABS() local [all...] |