Searched refs:VLS (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/SROA/ |
| H A D | scalable-vectors.ll | 42 ; Test we bail out when using an alloca of a fixed-length vector (VLS) that was 65 ; When casting from VLA to VLS via memory check we bail out when producing a
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 914 std::unique_ptr<VarLocSet> &VLS = Locs[MBB]; in getVarLocsInMBB() local 915 if (!VLS) in getVarLocsInMBB() 916 VLS = std::make_unique<VarLocSet>(Alloc); in getVarLocsInMBB() 917 return *VLS; in getVarLocsInMBB() 1824 VarLocSet &VLS = getVarLocsInMBB(CurMBB, OutLocs); in transferTerminator() local 1825 Changed = VLS != OpenRanges.getVarLocs(); in transferTerminator() 1829 VLS = OpenRanges.getVarLocs(); in transferTerminator()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 143 defm L : VLDbm<opcStr, opc, RC, !con(dag_in, (ins VLS:$vl)), "$vl,">; 188 def L : RVM<opc, (outs), !con(dag_in, (ins VLS:$vl)), 250 defm L : VGTbm<opcStr, argStr, opc, RC, !con(dag_in, (ins VLS:$vl)), 303 def L : RVM<opc, (outs), !con(dag_in, (ins VLS:$vl)), 354 def L : RVM<opc, (outs), !con(dag_in, (ins VLS:$vl)), 458 defm L : VBRDbm<opcStr, argStr, opc, RC, !con(dag_in, (ins VLS:$vl)), 502 defm L : VMVbm<opcStr, argStr, opc, RC, !con(dag_in, (ins VLS:$vl)), 543 defm L : RVbm<opcStr, argStr, opc, RC, !con(dag_in, (ins VLS:$vl)), 705 defm L : RVIbm<opcStr, argStr, opc, RC, !con(dag_in, (ins VLS:$vl)), 749 def L : RV<opc, dag_out, !con(dag_in, (ins VLS:$vl)), [all …]
|
| H A D | VERegisterInfo.td | 95 def VLS : RegisterClass<"VE", [i32], 64, (add VL)>;
|