Searched refs:FalseOp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | PeepholeOptimizer.cpp | 338 unsigned FalseOp = 0; in optimizeSelect() local 341 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.h | 208 unsigned &TrueOp, unsigned &FalseOp,
|
| D | ARMBaseInstrInfo.cpp | 1706 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 1717 FalseOp = 2; in analyzeSelect()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetInstrInfo.h | 456 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 1539 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local 1548 Ops.push_back(FalseOp); in lowerSELECT_CC()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 17204 SDValue FalseOp = N->getOperand(0); in PerformCMOVCombine() local 17216 return (CC == X86::COND_E) ? FalseOp : TrueOp; in PerformCMOVCombine() 17225 (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC))) { in PerformCMOVCombine() 17226 SDValue Ops[] = { FalseOp, TrueOp, in PerformCMOVCombine() 17236 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in PerformCMOVCombine() 17242 std::swap(TrueOp, FalseOp); in PerformCMOVCombine() 17350 CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) { in PerformCMOVCombine() 17352 std::swap(TrueOp, FalseOp); in PerformCMOVCombine() 17357 SDValue Ops[] = { FalseOp, Cond.getOperand(0), in PerformCMOVCombine()
|