Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp439 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 DPeepholeOptimizer.cpp691 unsigned TrueOp = 0; optimizeSelect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1953 auto *TrueOp = dyn_cast<ConstantSDNode>(Node->getOperand(0)); expandSelectBoolean() local
H A DSystemZISelLowering.cpp3456 SDValue TrueOp = Op.getOperand(2); lowerSELECT_CC() local
6610 auto *TrueOp = dyn_cast<ConstantSDNode>(N0.getOperand(0)); combineZERO_EXTEND() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h958 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 DRISCVInstrInfo.cpp1403 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 DARMBaseInstrInfo.cpp2320 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 DX86ISelLowering.cpp46127 SDValue TrueOp = N->getOperand(1); combineCMov() local
54388 SDValue TrueOp = Cmov.getOperand(1); pushAddIntoCmovOfConsts() local
54500 SDValue TrueOp = N1.getOperand(1); combineSubABS() local
[all...]