Searched defs:TrueOp (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 441 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 964 unsigned TrueOp = 0; in optimizeSelect() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 2012 auto *TrueOp = dyn_cast<ConstantSDNode>(Node->getOperand(0)); in expandSelectBoolean() local
|
| H A D | SystemZISelLowering.cpp | 3881 Comparison C, SDValue TrueOp, SDValue FalseOp) { in getI128Select() 3920 SDValue TrueOp = Op.getOperand(2); in lowerSELECT_CC() local 7686 auto *TrueOp = dyn_cast<ConstantSDNode>(N0.getOperand(0)); in combineZERO_EXTEND() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1007 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1730 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 2164 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 49009 SDValue TrueOp = N->getOperand(1); in combineCMov() local 57845 SDValue TrueOp = Cmov.getOperand(1); in pushAddIntoCmovOfConsts() local 57997 SDValue TrueOp = N1.getOperand(1); in combineSubABS() local
|