Searched defs:FalseOp (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 | 965 unsigned FalseOp = 0; in optimizeSelect() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 2013 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean() local
|
| H A D | SystemZISelLowering.cpp | 3881 Comparison C, SDValue TrueOp, SDValue FalseOp) { in getI128Select() 3921 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local 7687 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1)); 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 | 49008 SDValue FalseOp = N->getOperand(0); in combineCMov() local 57844 SDValue FalseOp = Cmov.getOperand(0); in pushAddIntoCmovOfConsts() local 57996 SDValue FalseOp = N1.getOperand(0); in combineSubABS() local
|