| /freebsd-12.1/sys/dts/ |
| H A D | bindings-gpio.txt | 92 GPIO_PIN_INVIN 0x0100 Invert input 93 GPIO_PIN_INVOUT 0x0200 Invert output
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 215 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert); 433 bool Invert) { in buildCondition() argument 434 Value *Cond = Invert ? BoolFalse : BoolTrue; in buildCondition() 438 if (Idx != (unsigned)Invert) in buildCondition()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DomTreeUpdater.cpp | 65 const DominatorTree::UpdateType Invert = {Kind != DominatorTree::Insert in applyLazyUpdate() local 80 if (Invert == *I) { in applyLazyUpdate()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 500 bool Invert = !DefMI; in optimizeSelect() local 507 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2); in optimizeSelect() 524 if (Invert) in optimizeSelect()
|
| H A D | LanaiISelLowering.cpp | 1348 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 D | LanaiInstrFormats.td | 302 // (the `I' (Invert sense) bit inverts the sense of the condition):
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 615 bool Invert) const; 623 bool Invert = false) const;
|
| H A D | SystemZISelLowering.cpp | 2419 Invert = false; in getVectorComparisonOrInvert() 2425 Invert = true; in getVectorComparisonOrInvert() 2476 Invert = true; in lowerVectorSETCC() 2488 Invert = true; in lowerVectorSETCC() 2513 if (Invert) { in lowerVectorSETCC() 5641 Invert = !Invert; in combineCCMask() 5653 Invert = !Invert; in combineCCMask() 5664 if (Invert) in combineCCMask() 6374 if (Invert) in emitCondStore() 6399 if (!Invert) in emitCondStore() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | ScriptParser.cpp | 1508 bool Invert = false; in readMemoryAttributes() local 1513 Invert = !Invert; in readMemoryAttributes() 1523 if (Invert) in readMemoryAttributes()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 13 class CCIfSubtarget<string F, CCAction A, string Invert = ""> 14 : CCIf<!strconcat(Invert,
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 1153 bool Invert = false; in LowerSETCC() local 1165 Invert = true; in LowerSETCC() 1173 Invert = true; in LowerSETCC() 1191 if (Invert) in LowerSETCC()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | predicates.md | 491 /* Invert to look for a second transition. */ 575 /* Invert to look for a second transition. */ 584 /* Invert to look for a third transition. */
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 1449 bool &Invert) { in changeVectorFPCCToAArch64CC() argument 1450 Invert = false; in changeVectorFPCCToAArch64CC() 1457 Invert = true; in changeVectorFPCCToAArch64CC() 1470 Invert = true; in changeVectorFPCCToAArch64CC() 10945 return getTestBitOperand(Op->getOperand(0), Bit, Invert, DAG); in getTestBitOperand() 10962 return getTestBitOperand(Op->getOperand(0), Bit, Invert, DAG); in getTestBitOperand() 10979 return getTestBitOperand(Op->getOperand(0), Bit, Invert, DAG); in getTestBitOperand() 10992 Invert = !Invert; in getTestBitOperand() 10993 return getTestBitOperand(Op->getOperand(0), Bit, Invert, DAG); in getTestBitOperand() 11002 bool Invert = false; in performTBZCombine() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 1949 bool Invert = false; in SpeculativelyExecuteBB() local 1952 Invert = true; in SpeculativelyExecuteBB() 1954 assert(EndBB == BI->getSuccessor(!Invert) && "No edge from to end block"); in SpeculativelyExecuteBB() 2077 if (Invert) in SpeculativelyExecuteBB() 2111 if (Invert) in SpeculativelyExecuteBB()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 3838 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { in getCRIdxForSetCC() argument 3839 Invert = false; in getCRIdxForSetCC() 3850 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE in getCRIdxForSetCC() 3852 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE in getCRIdxForSetCC() 3854 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE in getCRIdxForSetCC() 3855 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5525 bool Invert = false; in LowerVSETCC() local 5564 case ISD::SETNE: Invert = true; LLVM_FALLTHROUGH; in LowerVSETCC() 5576 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break; in LowerVSETCC() 5579 case ISD::SETUEQ: Invert = true; LLVM_FALLTHROUGH; in LowerVSETCC() 5589 Invert = true; in LowerVSETCC() 5604 case ISD::SETNE: Invert = true; LLVM_FALLTHROUGH; in LowerVSETCC() 5632 Invert = !Invert; in LowerVSETCC() 5675 if (Invert) in LowerVSETCC() 9670 Invert = false; in isConditionalZeroOrAllOnes() 9675 Invert = true; in isConditionalZeroOrAllOnes() [all …]
|
| H A D | ARMBaseInstrInfo.cpp | 2108 bool Invert = !DefMI; in optimizeSelect() local 2115 MachineOperand FalseReg = MI.getOperand(Invert ? 2 : 1); in optimizeSelect() 2133 if (Invert) in optimizeSelect()
|
| /freebsd-12.1/share/misc/ |
| H A D | usb_hid_usages | 76 0xB0 System Display Invert 1009 0x3C Invert
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstructions.td | 131 // Invert the exec mask and overwrite the inactive lanes of dst with inactive,
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | ChangeLog-0203 | 559 (is_strip_section): Invert return value if STRIP_NONDEBUG is
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 19555 bool Invert = false; in LowerVSETCC() local 19559 case ISD::SETUGT: Invert = true; LLVM_FALLTHROUGH; in LowerVSETCC() 19561 case ISD::SETULT: Invert = true; LLVM_FALLTHROUGH; in LowerVSETCC() 19569 if (Invert) in LowerVSETCC() 19586 bool Invert = Cond == ISD::SETNE || in LowerVSETCC() local 19628 if (Invert) in LowerVSETCC() 19651 if (Invert) in LowerVSETCC() 19671 if (Invert) in LowerVSETCC() 19753 bool Invert = (CC == ISD::SETNE) ^ isNullConstant(Op1); in emitFlagsForSetcc() local 19756 if (Invert) { in emitFlagsForSetcc()
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 883 - Invert the assignment order of match_head and s->prev[...] in
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 162 bool Invert = false) { in EmitBinaryAtomicPost() argument 186 if (Invert) in EmitBinaryAtomicPost()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1996 | 2025 * call.c (build_overload_call_real): Invert meaning of last arg to
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ChangeLog-0203 | 7366 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI. 8999 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
|