Home
last modified time | relevance | path

Searched full:paired (Results 1 – 25 of 220) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp214 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 DRISCVFixupKinds.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp38 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 Dcomp_parse.c705 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 DAArch64LoadStoreOptimizer.cpp95 // 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 DMachO_arm64.cpp128 // 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 DMachO_x86_64.cpp120 // 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 DARMBaseRegisterInfo.cpp362 // 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 DARMParallelDSP.cpp69 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.348 .Fn __iconv_get_list "char ***names" "size_t count" "bool paired"
62 .Fa paired
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp72 } 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 Dval_utils.h124 * @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 Dval_sigcrypt.h262 * @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 Driscv.c12 /// 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 DDWARFLinkerCompileUnit.h
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,pmic-mpp.yaml147 qcom,paired:
150 Indicates that the pin should be operating in paired mode.
H A Dqcom,pmic-mpp.txt162 - qcom,paired:
165 Definition: Indicates that the pin should be operating in paired mode.
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h34 ADDEND = 1 << 6, // *_ADDEND paired prefix reloc
35 SUBTRAHEND = 1 << 7, // *_SUBTRACTOR paired prefix reloc
/freebsd/tools/build/options/
H A DWITHOUT_MAKE_CHECK_USE_SANDBOX4 This option should be paired with
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td42 // 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 DPtrState.h175 /// 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 Dtic.c1134 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 Drenesas,fcp.txt11 are paired with. These DT bindings currently support the FCPV and FCPF.
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dqcom,msm-timer.txt6 properties specify which subsystem the timers are paired with.
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DRemarks.h238 * This function should be paired with LLVMRemarkParserDispose() to avoid
252 * This function should be paired with LLVMRemarkParserDispose() to avoid

123456789