Searched refs:LDN (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/dev/superio/ |
| H A D | superio.h | 74 SUPERIO_ACCESSOR(ldn, LDN, uint8_t)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedExynosM3.td | 578 M3WriteLH], (instregex "^LDN?P[DS]i")>; 580 M3WriteLH], (instregex "^LDN?PQi")>;
|
| H A D | AArch64SchedAmpere1.td | 795 def : InstRW<[Ampere1Write_5cyc_2L], (instregex "LDN?PQ")>; 797 def : InstRW<[Ampere1Write_5cyc_1L_1BS], (instregex "LDN?P(S|D)")>;
|
| H A D | AArch64SchedAmpere1B.td | 761 def : InstRW<[Ampere1BWrite_4cyc_2L], (instregex "LDN?PQ")>; 763 def : InstRW<[Ampere1BWrite_5cyc_1L_1BS], (instregex "LDN?P(S|D)")>;
|
| H A D | AArch64SchedExynosM4.td | 691 M4WriteLH], (instregex "^LDN?P[SD]i")>; 693 M4WriteLH], (instregex "^LDN?PQi")>;
|
| H A D | AArch64SchedExynosM5.td | 747 M5WriteLH], (instregex "^LDN?P[SD]i")>; 749 M5WriteLH], (instregex "^LDN?PQi")>;
|
| H A D | AArch64SchedTSV110.td | 530 def : InstRW<[TSV110Wr_5cyc_1LdSt, WriteLDHi], (instregex "^LDN?P[DQS]i")>;
|
| H A D | AArch64SchedNeoverseN1.td | 497 def : InstRW<[N1Write_5c_1I_1L, WriteLDHi], (instregex "^LDN?P[SD]i$")>;
|
| H A D | AArch64SchedNeoverseV2.td | 1224 // NOTE: SOG p. 19: Throughput of LDN?P X-form should be 2, but reported as 3. 1376 def : InstRW<[V2Write_6cyc_1L, WriteLDHi], (instregex "^LDN?P[SD]i$")>;
|
| H A D | AArch64SchedNeoverseV1.td | 753 def : InstRW<[V1Write_6c_1L, V1Write_0c_0Z], (instregex "^LDN?P[SD]i$")>;
|
| H A D | AArch64SchedNeoverseN2.td | 879 def : InstRW<[N2Write_6cyc_1L, WriteLDHi], (instregex "^LDN?P[SD]i$")>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 15153 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP() local 15154 SDValue Ops[] = { LDN->getChain(), LDN->getBasePtr(), WidthConst }; in combineFPToIntToFP() 15157 Ops, MVT::i8, LDN->getMemOperand()); in combineFPToIntToFP() 15158 DAG.makeEquivalentMemoryOrdering(LDN, Ld); in combineFPToIntToFP()
|
| H A D | PPCISelDAGToDAG.cpp | 4636 LoadSDNode *LDN = dyn_cast<LoadSDNode>(N); in isOffsetMultipleOf() local 4640 if (LDN || (MIN && MIN->getOpcode() == PPCISD::LD_SPLAT)) in isOffsetMultipleOf()
|