Searched refs:VLD (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | mediatek,iommu.txt | 40 OVL0 RDMA0 WDMA0 MC PP VLD 50 in each larb. Take a example, There are many ports like MC, PP, VLD in the
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchMergeBaseOffset.cpp | 508 case LoongArch::VLD: in getNewOpc() 509 return isLarge ? LoongArch::VLDX : LoongArch::VLD; in getNewOpc() 613 case LoongArch::VLD: in foldIntoMemoryOps()
|
| H A D | LoongArchInstrInfo.cpp | 170 Opcode = LoongArch::VLD; in loadRegFromStackSlot()
|
| H A D | LoongArchLSXInstrInfo.td | 1222 def VLD : LSX2RI12_Load<0x2c000000>; 1987 defm : LdPat<load, VLD, vt>; 2410 (VLD GPR:$rj, (to_valid_timm timm:$imm))>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Schedule.td | 87 // Read the unwritten lanes of the VLD's destination registers.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM4.td | 114 def : M4UnitL2I<(instregex "VLD")>;
|
| H A D | ARMInstrInfo.td | 1358 // VLD/VST instructions and checking the alignment is not specified. 1369 // VLD/VST instructions and checking the alignment value. 1380 // VLD/VST instructions and checking the alignment value. 1391 // VLD/VST instructions and checking the alignment value. 1402 // for VLD/VST instructions and checking the alignment value. 1413 // encoding for VLD/VST instructions and checking the alignment value. 1423 // Special version of addrmode6 to handle alignment encoding for VLD-dup 1445 // VLD-dup instruction and checking the alignment is not specified. 1455 // Special version of addrmode6 to handle 16-bit alignment encoding for VLD-dup 1466 // Special version of addrmode6 to handle 32-bit alignment encoding for VLD-dup [all …]
|
| H A D | ARMScheduleM55.td | 446 def : InstRW<[M55WriteLSE3], (instregex "VLD")>;
|
| H A D | ARMScheduleA57.td | 144 "VLD(1|2)LN(d|q)(WB_fixed_|WB_register_)?Asm", 145 "VLD(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
|
| H A D | ARMISelLowering.cpp | 16462 SDNode *VLD = N->getOperand(0).getNode(); in CombineVLDDUP() local 16463 if (VLD->getOpcode() != ISD::INTRINSIC_W_CHAIN) in CombineVLDDUP() 16467 unsigned IntNo = VLD->getConstantOperandVal(1); in CombineVLDDUP() 16483 unsigned VLDLaneNo = VLD->getConstantOperandVal(NumVecs + 3); in CombineVLDDUP() 16484 for (SDUse &Use : VLD->uses()) { in CombineVLDDUP() 16501 SDValue Ops[] = { VLD->getOperand(0), VLD->getOperand(2) }; in CombineVLDDUP() 16502 MemIntrinsicSDNode *VLDMemInt = cast<MemIntrinsicSDNode>(VLD); in CombineVLDDUP() 16503 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, SDLoc(VLD), SDTys, in CombineVLDDUP() 16508 for (SDUse &Use : VLD->uses()) { in CombineVLDDUP() 16522 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()
|
| H A D | ARMInstrNEON.td | 555 // Classes for VLD* pseudo-instructions with multi-register operands. 1001 // Classes for VLD*LN pseudo-instructions with multi-register operands.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrPatternsVec.td | 92 defm : VectorLoad<v256f64, i64, v256i1, "VGT", "VLD">; 93 defm : VectorLoad<v256i64, i64, v256i1, "VGT", "VLD">;
|
| H A D | VEInstrVec.td | 127 // Multiclass for VLD instructions 161 // Section 8.9.1 - VLD (Vector Load) 162 defm VLD : VLDm<"vld", 0x81, V64>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 589 // VLD*R is LMUL aware
|