• Home
  • Raw
  • Download

Lines Matching refs:Invert

8703       bool Invert = (CC == ISD::SETNE) ^  in LowerSETCC()  local
8705 if (!Invert) return Op0; in LowerSETCC()
8839 bool Swap = false, Invert = false, FlipSigns = false; in LowerVSETCC() local
8843 case ISD::SETNE: Invert = true; in LowerVSETCC()
8848 case ISD::SETLE: Opc = X86ISD::PCMPGT; Invert = true; break; in LowerVSETCC()
8852 case ISD::SETULE: Opc = X86ISD::PCMPGT; FlipSigns = true; Invert = true; break; in LowerVSETCC()
8882 if (Invert) in LowerVSETCC()
11824 bool Invert) const { in EmitAtomicBitwiseWithCustomInserter()
11892 if (Invert) { in EmitAtomicBitwiseWithCustomInserter()
11927 bool Invert) const { in EmitAtomicBit6432WithCustomInserter()
12049 if (Invert) { in EmitAtomicBit6432WithCustomInserter()
13115 bool Invert = false; in EmitInstrWithCustomInserter() local
13126 RegOpc = X86::AND32rr; ImmOpc = X86::AND32ri; Invert = true; break; in EmitInstrWithCustomInserter()
13131 &X86::GR32RegClass, Invert); in EmitInstrWithCustomInserter()
13138 bool Invert = false; in EmitInstrWithCustomInserter() local
13149 RegOpc = X86::AND16rr; ImmOpc = X86::AND16ri; Invert = true; break; in EmitInstrWithCustomInserter()
13154 &X86::GR16RegClass, Invert); in EmitInstrWithCustomInserter()
13161 bool Invert = false; in EmitInstrWithCustomInserter() local
13172 RegOpc = X86::AND8rr; ImmOpc = X86::AND8ri; Invert = true; break; in EmitInstrWithCustomInserter()
13177 &X86::GR8RegClass, Invert); in EmitInstrWithCustomInserter()
13185 bool Invert = false; in EmitInstrWithCustomInserter() local
13196 RegOpc = X86::AND64rr; ImmOpc = X86::AND64ri32; Invert = true; break; in EmitInstrWithCustomInserter()
13201 &X86::GR64RegClass, Invert); in EmitInstrWithCustomInserter()
13212 bool Invert = false; in EmitInstrWithCustomInserter() local
13231 Invert = true; in EmitInstrWithCustomInserter()
13247 ImmOpcL, ImmOpcH, Invert); in EmitInstrWithCustomInserter()