Home
last modified time | relevance | path

Searched full:tied (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/freebsd-src/sys/dev/isci/scil/
H A Dsci_controller_constants.h77 * supported for the SCU Driver Standard (SDS) library. This is tied
86 * supported for the SCU Driver Standard (SDS) library. This is tied
114 * can be supported for the SCU Driver Standard (SDS) library. This is tied
133 * can be supported for the SCU Driver Standard (SDS) library. This is tied
192 * specific constant that is not tied to silicon capabilities.
214 * The maximum number of supported domain objects is currently tied to the
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp680 // -RegB is not tied to a register and RegC is compatible with RegA. in commuteInstruction()
681 // -RegB is tied to the wrong physical register, but RegC is. in commuteInstruction()
682 // -RegB is tied to the wrong physical register, and RegC isn't tied. in commuteInstruction()
686 // -RegC is not tied to a register and RegB is compatible with RegA. in commuteInstruction()
687 // -RegC is tied to the wrong physical register, but RegB is. in commuteInstruction()
688 // -RegC is tied to the wrong physical register, and RegB isn't tied. in commuteInstruction()
1305 /// For the case where an instruction has a single pair of tied register in tryInstructionTransform()
1306 /// operands, attempt some transformations that may either eliminate the tied in tryInstructionTransform()
[all...]
H A DMachineInstr.cpp230 assert(!Operands[OpNo].isTied() && "Cannot move tied operands"); in addOperand()
299 // Moving tied operands would break the ties. in removeOperand()
302 assert(!Operands[i].isTied() && "Cannot move tied operands"); in removeOperand()
959 // For tied uses on inline asm, get the constraint from the def. in getRegClassConstraintEffectForVRegImpl()
1150 /// tieOperands - Mark operands at DefIdx and UseIdx as tied to each other. in findTiedOperandIdx()
1152 /// Use and def operands can be tied together, indicated by a non-zero TiedTo in findTiedOperandIdx()
1155 /// 0: Operand is not tied to anything. in findTiedOperandIdx()
1156 /// 1 to TiedMax-1: Tied to getOperand(TiedTo-1). in findTiedOperandIdx()
1157 /// TiedMax: Tied to an operand >= TiedMax-1. in findTiedOperandIdx()
1159 /// The tied de in findTiedOperandIdx()
[all...]
H A DMachineOperand.cpp163 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm"); in ChangeToImmediate()
174 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm"); in ChangeToFPImmediate()
186 "Cannot change a tied operand into an external symbol"); in ChangeToES()
199 "Cannot change a tied operand into a global address"); in ChangeToGA()
212 "Cannot change a tied operand into a block address"); in ChangeToBA()
224 "Cannot change a tied operand into an MCSymbol"); in ChangeToMCSymbol()
235 "Cannot change a tied operand into a FrameIndex"); in ChangeToFrameIndex()
247 "Cannot change a tied operand into a FrameIndex"); in ChangeToTargetIndex()
260 "Cannot change a tied operand into a DbgInstrRef"); in ChangeToDbgInstrRef()
853 OS << "(tied in print()
[all...]
H A DInlineSpiller.cpp659 if (RI.Tied) { in reMaterializeFor()
661 LLVM_DEBUG(dbgs() << "\tcannot remat tied reg: " << UseIdx << '\t' << MI); in reMaterializeFor()
916 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied in foldMemoryOperand()
926 // TODO: Is this really the correct way to handle undef tied uses? in foldMemoryOperand()
940 // Tied use operands should not be passed to foldMemoryOperand. in foldMemoryOperand()
958 unsigned Tied = MI->findTiedOperandIdx(Idx); in foldMemoryOperand() local
960 TiedOps.emplace_back(Tied, Idx); in foldMemoryOperand()
962 assert(MO.isDef() && "Tied to not use and def?"); in foldMemoryOperand()
963 TiedOps.emplace_back(Idx, Tied); in foldMemoryOperand()
973 for (auto Tied in foldMemoryOperand() local
[all...]
H A DMachineInstrBundle.cpp294 RI.Tied = true; in AnalyzeVirtRegInBundle()
300 else if (!RI.Tied && in AnalyzeVirtRegInBundle()
302 RI.Tied = true; in AnalyzeVirtRegInBundle()
/freebsd-src/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd.txt61 In turn, subnodes of the "edges" represent devices tied to SMD channels on that
69 Definition: a list of channels tied to this device, used for matching
75 "rpm" subsystem. For the "rpm" subsystem we have a device tied to the
H A Dqcom,glink.txt41 Each subnode of the GLINK node represent function tied to a virtual
49 Definition: a list of channels tied to this function, used for matching
H A Dqcom,smd.yaml44 # "rpm" subsystem. For the "rpm" subsystem we have a device tied to the
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MIPeepholeOpt.cpp35 // 5. %reg = INSERT_SUBREG %reg(tied-def 0), %subreg, subidx
55 // %3:fpr128 = INSERT_SUBREG %4:fpr128(tied-def 0), killed %2:fpr64, %subreg.dsub
57 // %5:fpr128 = INSERT_SUBREG %6:fpr128(tied-def 0), killed %1:fpr64, %subreg.dsub
58 // %7:fpr128 = INSvi64lane %5:fpr128(tied-def 0), 1, killed %3:fpr128, 0
62 // %7:fpr128 = INSERT_SUBREG %6:fpr128(tied-def 0), killed %1:fpr64, %subreg.dsub
289 // From %reg = INSERT_SUBREG %reg(tied-def 0), %subreg, subidx in visitINSERT()
631 // %5:fpr128 = INSERT_SUBREG %6:fpr128(tied-def 0), killed %1:fpr64, %subreg.dsub in visitINSvi64lane()
632 // %7:fpr128 = INSvi64lane %5:fpr128(tied-def 0), 1, killed %3:fpr128, 0 in visitINSvi64lane()
645 // %3:fpr128 = INSERT_SUBREG %4:fpr128(tied-def 0), killed %2:fpr64, %subreg.dsub in visitINSvi64lane()
646 // %7:fpr128 = INSvi64lane %5:fpr128(tied in visitINSvi64lane()
[all...]
H A DAArch64DeadRegisterDefinitionsPass.cpp159 // Be careful not to change the register if it's a tied operand. in processMachineBasicBlock()
161 LLVM_DEBUG(dbgs() << " Ignoring, def is tied operand.\n"); in processMachineBasicBlock()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp34 // /// Duplicate match when tied operand is just different.
97 // Tied operand index within the instruction.
206 // than number of operands in the Dag due to how tied operands in addDagOperandMapping()
212 // Set the entry in OperandMap for the tied operand we're skipping. in addDagOperandMapping()
271 // Source instructions are non compressed instructions and don't have tied in verifyDagOpCount()
283 // The Instruction might have tied operands so the Dag might have in verifyDagOpCount()
304 // mapping $rs1 --> 0, $rs2 ---> 1. If the operand appears twice in the (tied)
327 // Operand sharing the same name in the Dag should be mapped as tied. in createDagOperandMapping()
333 "' has a mismatched tied operand!\n"); in createDagOperandMapping()
372 << " Dest operand tied wit in createInstOperandMapping()
[all...]
H A DCodeGenInstAlias.cpp
H A DCodeGenInstruction.h
H A DAsmMatcherEmitter.cpp395 /// The operand name this is, before renaming for tied operands.
450 /// Description of tied operands.
581 // operand as a tied operand of the first for purposes of the assembler.
866 // Figure out which operands are aliased and mark them as tied. in formTwoOperandAlias()
1118 << "ignoring instruction with tied operand '" << Tok << "'\n"; in getEnumNameForToken()
1669 // FIXME: The tied operands checking is not yet integrated with the in buildInfo()
1671 // formats from being matched with an alias if a tied-operands check in buildInfo()
1749 // If the named operand is tied, canonicalize it to the untied operand. in buildAliasOperandReference()
1761 // The tied operand index is an MIOperand index, find the operand that in buildAliasOperandReference()
1806 // If this is a tied operan in buildInstructionResultOperands()
[all...]
H A DCodeGenInstruction.cpp
/freebsd-src/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7606.yaml89 is tied to a logic high, the analog input range is ±10V for all channels.
90 On the AD760X, if this pin is tied to a logic low, the analog input range
93 tied to a logic high, software mode is enabled, otherwise one of the 3
102 parts that support it, if all 3 pins are tied to a logic high, software
H A Dti,ads8688.yaml26 REFSEL input tied low to enable the internal reference.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVDeadRegisterDefinitions.cpp86 // Be careful not to change the register if it's a tied operand. in runOnMachineFunction()
88 LLVM_DEBUG(dbgs() << " Ignoring, def is tied operand.\n"); in runOnMachineFunction()
/freebsd-src/contrib/openpam/doc/man/
H A Dopenpam.man8 are either simple convenience functions, or functions intimately tied
H A Dopenpam.390 are either simple convenience functions, or functions intimately tied
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-kingoftown-r0.dts20 * In rev1+, the enable pin of pp3300_fp_tp will be tied to pp1800_l10a
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dnuvoton,nau8822.yaml35 If set, configure the two loudspeaker outputs as a Bridge Tied Load output
/freebsd-src/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-atmel.txt22 For instance on SAMA5D2, the pin is usually tied to the GND with a resistor
/freebsd-src/usr.sbin/ypldap/
H A Dypldap.831 RFC 2307 or similar LDAP schemas can be tied to the different YP maps.

12345678910>>...13