Searched refs:LDNP (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Schedule.td | 62 // LDP,LDPSW,LDNP,LDXP,LDAXP
|
H A D | AArch64SchedAmpere1.td | 672 } // The second register of a load-pair: LDP,LDPSW,LDNP,LDXP,LDAXP 962 (instregex "(LDNP|LDP|LDPSW)(X|W)")>;
|
H A D | AArch64SchedAmpere1B.td | 628 } // The second register of a load-pair: LDP,LDPSW,LDNP,LDXP,LDAXP 944 (instregex "(LDNP|LDP|LDPSW)(X|W)")>;
|
H A D | AArch64ISelLowering.h | 513 LDNP, enumerator
|
H A D | AArch64SchedFalkorDetails.td | 1104 (instregex "LDNP(D|S)i$")>; 1168 (instregex "^LDNP(W|X)i$")>;
|
H A D | AArch64SchedThunderX3T110.td | 325 // Load vector pair, immed offset, Q-form [LDP/LDNP]. 335 // Load vector pair, immed offset, S/D-form [LDP/LDNP].
|
H A D | AArch64SchedTSV110.td | 454 def : InstRW<[TSV110Wr_4cyc_1LdSt, WriteLDHi], (instregex "^LDNP(W|X)i$")>;
|
H A D | AArch64ISelLowering.cpp | 2828 MAKE_CASE(AArch64ISD::LDNP) in getTargetNodeName() 26269 AArch64ISD::LDNP, SDLoc(N), in ReplaceNodeResults()
|
H A D | AArch64InstrInfo.td | 928 def AArch64ldnp : SDNode<"AArch64ISD::LDNP", SDT_AArch64ldnp, [SDNPHasChain, SDNPMayLoad, SDNPMemOp…
|