Home
last modified time | relevance | path

Searched refs:Invert (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp154 AArch64CC::CondCode &CondCode2, bool &Invert) { in changeVectorFCMPPredToAArch64CC() argument
155 Invert = false; in changeVectorFCMPPredToAArch64CC()
162 Invert = true; in changeVectorFCMPPredToAArch64CC()
175 Invert = true; in changeVectorFCMPPredToAArch64CC()
H A DAArch64GlobalISelUtils.h76 bool &Invert);
H A DAArch64PostLegalizerLowering.cpp931 bool Invert; in lowerVectorFCMP() local
933 changeVectorFCMPPredToAArch64CC(Pred, CC, CC2, Invert); in lowerVectorFCMP()
948 if (Invert) in lowerVectorFCMP()
H A DAArch64InstructionSelector.cpp125 bool tryOptAndIntoCompareBranch(MachineInstr &AndInst, bool Invert,
1129 bool Invert) { in emitSelect() argument
1144 if (Invert) { in emitSelect()
1161 if (Invert) { in emitSelect()
1180 if (Invert) { in emitSelect()
1301 static Register getTestBitReg(Register Reg, uint64_t &Bit, bool &Invert, in getTestBitReg() argument
1418 Invert = !Invert; in getTestBitReg()
1466 MachineInstr &AndInst, bool Invert, MachineBasicBlock *DstMBB, in tryOptAndIntoCompareBranch() argument
1502 emitTestBit(TestReg, Bit, Invert, DstMBB, MIB); in tryOptAndIntoCompareBranch()
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dbrcm,brcmstb-usb-phy.txt35 - brcm,ipp: Boolean, Invert Port Power.
36 Possible values are: 0 (Don't invert), 1 (Invert)
37 - brcm,ioc: Boolean, Invert Over Current detection.
38 Possible values are: 0 (Don't invert), 1 (Invert)
/freebsd-13.1/sys/dts/
H A Dbindings-gpio.txt92 GPIO_PIN_INVIN 0x0100 Invert input
93 GPIO_PIN_INVOUT 0x0200 Invert output
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,q6afe.txt79 Definition: Invert the sync.
81 1 - Invert
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Dcirrus,clps711x-fb.txt14 - cmap-invert : Invert the color levels (Optional).
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp271 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
446 bool Invert) { in buildCondition() argument
447 Value *Cond = Invert ? BoolFalse : BoolTrue; in buildCondition()
451 if (Idx != (unsigned)Invert) in buildCondition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp499 bool Invert = !DefMI; in optimizeSelect() local
506 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2); in optimizeSelect()
523 if (Invert) in optimizeSelect()
H A DLanaiISelLowering.cpp1348 bool &Invert, SDValue &OtherOp, in isConditionalZeroOrAllOnes() argument
1358 Invert = false; in isConditionalZeroOrAllOnes()
1363 Invert = true; in isConditionalZeroOrAllOnes()
1379 Invert = true; in isConditionalZeroOrAllOnes()
1388 Invert = !AllOnes; in isConditionalZeroOrAllOnes()
H A DLanaiInstrFormats.td301 // (the `I' (Invert sense) bit inverts the sense of the condition):
/freebsd-13.1/sys/contrib/device-tree/Bindings/extcon/
H A Dwlf,arizona.yaml42 Invert the polarity of the jack detection switch.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h704 bool Invert) const;
712 bool Invert = false) const;
H A DSystemZISelLowering.cpp2817 Invert = false; in getVectorComparisonOrInvert()
2823 Invert = true; in getVectorComparisonOrInvert()
2903 Invert = true; in lowerVectorSETCC()
2920 Invert = true; in lowerVectorSETCC()
2952 if (Invert) { in lowerVectorSETCC()
6524 Invert = !Invert; in combineCCMask()
6536 Invert = !Invert; in combineCCMask()
6547 if (Invert) in combineCCMask()
7315 if (Invert) in emitCondStore()
7331 if (!Invert) in emitCondStore()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td12 class CCIfSubtarget<string F, CCAction A, string Invert = "">
13 : CCIf<!strconcat(Invert,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1168 bool Invert = false; in LowerSETCC() local
1180 Invert = true; in LowerSETCC()
1188 Invert = true; in LowerSETCC()
1206 if (Invert) in LowerSETCC()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2374 bool Invert = false; in SpeculativelyExecuteBB() local
2377 Invert = true; in SpeculativelyExecuteBB()
2379 assert(EndBB == BI->getSuccessor(!Invert) && "No edge from to end block"); in SpeculativelyExecuteBB()
2386 uint64_t EndWeight = Invert ? TWeight : FWeight; in SpeculativelyExecuteBB()
2492 if (Invert) in SpeculativelyExecuteBB()
2533 if (Invert) in SpeculativelyExecuteBB()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp207 template <MVT::SimpleValueType VT, bool Invert = false>
209 return SelectSVELogicalImm(N, VT, Imm, Invert); in SelectSVELogicalImm()
363 bool SelectSVELogicalImm(SDValue N, MVT VT, SDValue &Imm, bool Invert);
3223 bool Invert) { in SelectSVELogicalImm() argument
3228 if (Invert) in SelectSVELogicalImm()
H A DAArch64ISelLowering.cpp2425 bool &Invert) { in changeVectorFPCCToAArch64CC() argument
2426 Invert = false; in changeVectorFPCCToAArch64CC()
2433 Invert = true; in changeVectorFPCCToAArch64CC()
2446 Invert = true; in changeVectorFPCCToAArch64CC()
15806 return getTestBitOperand(Op->getOperand(0), Bit, Invert, DAG); in getTestBitOperand()
15812 return getTestBitOperand(Op->getOperand(0), Bit, Invert, DAG); in getTestBitOperand()
15846 return getTestBitOperand(Op->getOperand(0), Bit, Invert, DAG); in getTestBitOperand()
15859 Invert = !Invert; in getTestBitOperand()
15860 return getTestBitOperand(Op->getOperand(0), Bit, Invert, DAG); in getTestBitOperand()
15869 bool Invert = false; in performTBZCombine() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4140 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { in getCRIdxForSetCC() argument
4141 Invert = false; in getCRIdxForSetCC()
4152 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE in getCRIdxForSetCC()
4154 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE in getCRIdxForSetCC()
4156 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE in getCRIdxForSetCC()
4157 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
/freebsd-13.1/share/misc/
H A Dusb_hid_usages76 0xB0 System Display Invert
1009 0x3C Invert
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6581 bool Invert = false; in LowerVSETCC() local
6641 Invert = true; LLVM_FALLTHROUGH; in LowerVSETCC()
6665 if (Invert) in LowerVSETCC()
6669 case ISD::SETUO: Invert = true; LLVM_FALLTHROUGH; in LowerVSETCC()
6677 if (Invert) in LowerVSETCC()
6690 Invert = true; LLVM_FALLTHROUGH; in LowerVSETCC()
6719 if (!Invert) in LowerVSETCC()
6753 if (Invert) in LowerVSETCC()
12075 Invert = false; in isConditionalZeroOrAllOnes()
12080 Invert = true; in isConditionalZeroOrAllOnes()
[all …]
H A DARMBaseInstrInfo.cpp2326 bool Invert = !DefMI; in optimizeSelect() local
2333 MachineOperand FalseReg = MI.getOperand(Invert ? 2 : 1); in optimizeSelect()
2351 if (Invert) in optimizeSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1932 bool Invert = (CC == ISD::SETNE) ^ isNullConstant(Op1); in LowerSETCC() local
1933 if (!Invert) in LowerSETCC()

12