Searched refs:Invert (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_op.tcl80 array set caller [Invert [called $container]]
110 array set caller [Invert [called $container]]
133 array set caller [Invert [array get calls]]
258 array set caller [Invert [called $container]]
356 proc ::pt::peg::op::Invert {dict} {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp593 /// two simpler comparisons. In this case, Invert is guaranteed to be false.
594 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert, int &Other) { argument
595 Invert = false;
607 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
609 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
611 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
612 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp788 bool Invert = false; local
800 Invert = true;
808 Invert = true;
826 if (Invert)
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl325 snack::menuCommand Transform Invert Invert
1188 snack::menuEntryOff Transform Invert
1198 snack::menuEntryOn Transform Invert
1567 proc Invert {} { procedure
1580 SetMsg "Invert cancelled"
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp2452 // Invert the bits.
3596 bool Invert = false; local
3611 case ISD::SETNE: Invert = true; // Fallthrough
3623 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break;
3625 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
3626 case ISD::SETUEQ: Invert = true; // Fallthrough
3635 case ISD::SETUO: Invert = true; // Fallthrough
3649 case ISD::SETNE: Invert = true;
3678 Invert = !Invert;
7078 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
[all...]
H A DARMBaseInstrInfo.cpp1659 bool Invert = !DefMI; local
1678 if (Invert)
1692 MachineOperand FalseReg = MI->getOperand(Invert ? 2 : 1);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1399 bool Invert = false;
1402 Invert = true;
1455 if (Invert)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp6549 // Invert the operand order and use SHUFPS to match it.
8817 bool Invert = (CC == ISD::SETNE) ^ local
8819 if (!Invert) return Op0;
8953 bool Swap = false, Invert = false, FlipSigns = false; local
8957 case ISD::SETNE: Invert = true;
8962 case ISD::SETLE: Opc = X86ISD::PCMPGT; Invert = true; break;
8966 case ISD::SETULE: Opc = X86ISD::PCMPGT; FlipSigns = true; Invert = true; break;
8996 if (Invert)
14201 if (NeedsCondInvert) // Invert the condition if needed.
14215 if (NeedsCondInvert) // Invert th
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex864 M P i & {\bf Invert} the list of process-marked articles.\\

Completed in 256 milliseconds