/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 214 const CombineInfo &Paired); 216 CombineInfo &Paired, bool Modify = false); 218 const CombineInfo &Paired); 219 unsigned getNewOpcode(const CombineInfo &CI, const CombineInfo &Paired); 221 const CombineInfo &Paired); 224 const CombineInfo &Paired) const; 227 CombineInfo *checkAndPrepareMerge(CombineInfo &CI, CombineInfo &Paired); 229 void copyToDestRegs(CombineInfo &CI, CombineInfo &Paired, 232 Register copyFromSrcRegs(CombineInfo &CI, CombineInfo &Paired, 239 mergeRead2Pair(CombineInfo &CI, CombineInfo &Paired, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVFixupKinds.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMoveMerger.cpp | 38 MachineBasicBlock::iterator Paired, unsigned Opcode); 83 MachineBasicBlock::iterator Paired, 89 DestSourcePair PairedRegs = TII->isCopyInstrImpl(*Paired).value(); in mergePairedInsns() 94 if (NextI == Paired) in mergePairedInsns() 118 Paired->eraseFromParent(); in mergePairedInsns() 148 // If paired destination register was modified or used, the source reg in findMatchingInst() 199 MachineBasicBlock::iterator Paired = in mergeMoveSARegPair() 202 if (Paired != E) { in mergeMoveSARegPair() 203 MBBI = mergePairedInsns(MBBI, Paired, Opcode); in mergeMoveSARegPair() 85 mergePairedInsns(MachineBasicBlock::iterator I,MachineBasicBlock::iterator Paired,unsigned Opcode) mergePairedInsns() argument 201 MachineBasicBlock::iterator Paired = mergeMoveSARegPair() local
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_parse.c | 705 PAIRED(enter_standout_mode, exit_standout_mode); in sanity_check2() 706 PAIRED(enter_underline_mode, exit_underline_mode); in sanity_check2() 708 PAIRED(enter_italics_mode, exit_italics_mode); in sanity_check2() 722 PAIRED(enter_alt_charset_mode, exit_alt_charset_mode); in sanity_check2() 725 PAIRED(exit_ca_mode, enter_ca_mode); in sanity_check2() 726 PAIRED(enter_delete_mode, exit_delete_mode); in sanity_check2() 728 PAIRED(enter_insert_mode, exit_insert_mode); in sanity_check2() 732 PAIRED(from_status_line, to_status_line); in sanity_check2() 733 PAIRED(meta_off, meta_on); in sanity_check2() 735 PAIRED(prtr_on, prtr_off); in sanity_check2() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 95 // extended. The value of SExtIdx assumes that the paired load produces the 161 MachineBasicBlock::iterator Paired, 603 // ST*G and all paired ldst have the same scale in pre/post-indexed variants in getPrePostIndexedMemOpInfo() 707 // Paired instructions. in isMergeableLdStUpdate() 761 // Insert our new paired instruction after whichever of the paired in mergeNarrowZeroStores() 859 MachineBasicBlock::iterator Paired, in mergePairedInsns() argument 867 if (NextI == Paired) in mergePairedInsns() 949 forAllMIsUntilDef(MergeForward ? *I : *std::prev(Paired), RegToRename, TRI, in mergePairedInsns() 955 // paired instructions. That would trash the content before the new in mergePairedInsns() 956 // paired instruction. in mergePairedInsns() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO_arm64.cpp | 128 // Parses paired SUBTRACTOR/UNSIGNED relocations and, on success, 145 return make_error<JITLinkError>("arm64 SUBTRACTOR without paired " in parsePairRelocation() 151 return make_error<JITLinkError>("arm64 SUBTRACTOR and paired UNSIGNED " in parsePairRelocation() 155 return make_error<JITLinkError>("length of arm64 SUBTRACTOR and paired " in parsePairRelocation() 172 // paired UNSIGNED relocation is extern. in parsePairRelocation() 312 // paired reloc. in addRelocations() 343 return make_error<JITLinkError>("Paired relocation points at " in addRelocations() 455 // parsePairRelocation handles the paired reloc, and returns the in addRelocations()
|
H A D | MachO_x86_64.cpp | 120 // Parses paired SUBTRACTOR/UNSIGNED relocations and, on success, 136 return make_error<JITLinkError>("x86_64 SUBTRACTOR without paired " in parsePairRelocation() 142 return make_error<JITLinkError>("x86_64 SUBTRACTOR and paired UNSIGNED " in parsePairRelocation() 146 return make_error<JITLinkError>("length of x86_64 SUBTRACTOR and paired " in parsePairRelocation() 163 // paired UNSIGNED relocation is extern. in parsePairRelocation() 429 // parsePairRelocation handles the paired reloc, and returns the in addRelocations()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 362 // the paired register as the first hint. in getRegAllocationHints() 363 Register Paired = Hint.second; in getRegAllocationHints() local 364 if (!Paired) in getRegAllocationHints() 368 if (Paired.isPhysical()) { in getRegAllocationHints() 369 PairedPhys = Paired; in getRegAllocationHints() 370 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints() 371 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints() 374 // First prefer the paired physreg. in getRegAllocationHints() 382 // Don't provide hints that are paired to a reserved register. in getRegAllocationHints() 383 MCPhysReg Paired = getPairedGPR(Reg, !Odd, this); in getRegAllocationHints() local [all …]
|
H A D | ARMParallelDSP.cpp | 69 bool Paired = false; member 149 Mul0->Paired = true; in AddMulPair() 150 Mul1->Paired = true; in AddMulPair() 174 /// paired for parallel execution. 330 // Check that this load could be paired. in IsNarrowSequence() 598 if (PMul0->Paired) in CreateParallelPairs() 606 if (PMul1->Paired) in CreateParallelPairs() 666 // For any muls that were discovered but not paired, accumulate their values in InsertParallelMACs() 671 if (MulCand->Paired) in InsertParallelMACs()
|
/freebsd/lib/libc/iconv/ |
H A D | __iconv_get_list.3 | 48 .Fn __iconv_get_list "char ***names" "size_t count" "bool paired" 62 .Fa paired
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 72 } else if (Feature == "+paired-vector-memops") { in handleTargetFeatures() 459 // - paired-vector-memops 508 Found |= FindVSXSubfeature("+paired-vector-memops", "-mpaired-vector-memops"); in ppcUserFeaturesCheck() 671 if (llvm::is_contained(FeaturesVec, "+paired-vector-memops")) { in initFeatureMap() 672 // Paired vector memops are not available pre-Power10. in initFeatureMap() 700 Features["paired-vector-memops"] = true; in addP10SpecificFeatures() 730 .Case("paired-vector-memops", PairedVectorMemops) in hasFeature() 762 .Case("paired-vector-memops", true) in setFeatureEnabled() 787 Features["paired-vector-memops"] = Features["mma"] = in setFeatureEnabled() 790 Features["power9-vector"] = Features["paired-vector-memops"] = in setFeatureEnabled() [all …]
|
/freebsd/contrib/unbound/validator/ |
H A D | val_utils.h | 124 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure. 149 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure. 175 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure. 203 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure. 236 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure.
|
H A D | val_sigcrypt.h | 262 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure. 287 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure. 314 * @param reason_bogus: EDE (8914) code paired with the reason of failure.
|
/freebsd/contrib/xz/src/liblzma/simple/ |
H A D | riscv.c | 12 /// For AUIPC+inst2 pairs, the paired instruction checking is fairly relaxed. 13 /// The paired instruction opcode must only have its lowest two bits set, 14 /// meaning it will convert any paired instruction that is not a 16-bit 91 AUIPC is paired with a second instruction (inst2) to do 104 not only AUIPC but also the paired inst2. 137 Additionally, the paired instruction is always treated as an I-type 240 to zero. The paired instruction has the lowest 12 bits of the 243 are paired with ADRP. An off-by-4096 issue can still occur if
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerCompileUnit.h |
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | qcom,pmic-mpp.yaml | 147 qcom,paired: 150 Indicates that the pin should be operating in paired mode.
|
H A D | qcom,pmic-mpp.txt | 162 - qcom,paired: 165 Definition: Indicates that the pin should be operating in paired mode.
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Relocations.h | 34 ADDEND = 1 << 6, // *_ADDEND paired prefix reloc 35 SUBTRAHEND = 1 << 7, // *_SUBTRACTOR paired prefix reloc
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_MAKE_CHECK_USE_SANDBOX | 4 This option should be paired with
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP9.td | 42 // Power 9, or MMA, or paired vector mem ops, or PC relative mem ops, or 149 // Paired ('P') - certain cracked and expanded iops are paired such that they
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 175 /// Return true if this set of releases can be paired with a release. Modifies 196 /// Return true if this set of retains can be paired with the given
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 1134 PAIRED(exit_alt_charset_mode, exit_alt_charset_mode); in check_acs() 1245 PAIRED(set_foreground, set_background); in check_colors() 1246 PAIRED(set_a_foreground, set_a_background); in check_colors() 1247 PAIRED(set_color_pair, initialize_pair); in check_colors() 1663 PAIRED(enter_doublewide_mode, exit_doublewide_mode); in check_printer() 1666 PAIRED(enter_italics_mode, exit_italics_mode); in check_printer() 1669 PAIRED(enter_leftward_mode, exit_leftward_mode); in check_printer() 1672 PAIRED(enter_micro_mode, exit_micro_mode); in check_printer() 1675 PAIRED(enter_shadow_mode, exit_shadow_mode); in check_printer() 1678 PAIRED(enter_subscript_mode, exit_subscript_mode); in check_printer() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | renesas,fcp.txt | 11 are paired with. These DT bindings currently support the FCPV and FCPF.
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | qcom,msm-timer.txt | 6 properties specify which subsystem the timers are paired with.
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Remarks.h | 238 * This function should be paired with LLVMRemarkParserDispose() to avoid 252 * This function should be paired with LLVMRemarkParserDispose() to avoid
|