Searched refs:VLS (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 990 std::unique_ptr<VarLocSet> &VLS = Locs[MBB]; in getVarLocsInMBB() local 991 if (!VLS) in getVarLocsInMBB() 992 VLS = std::make_unique<VarLocSet>(Alloc); in getVarLocsInMBB() 993 return *VLS; in getVarLocsInMBB() 1925 VarLocSet &VLS = getVarLocsInMBB(CurMBB, OutLocs); in transferTerminator() local 1926 Changed = VLS != OpenRanges.getVarLocs(); in transferTerminator() 1930 VLS = OpenRanges.getVarLocs(); in transferTerminator()
|
| /openbsd-src/gnu/llvm/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)>;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | convex.h | 47 #define VLS 7 macro 169 {18,8,a1l,VLS,0,0}, /* ld.l */ 173 {21,8,a2l,VLS,0,0}, /* st.l */
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | convex.h | 47 #define VLS 7 macro 169 {18,8,a1l,VLS,0,0}, /* ld.l */ 173 {21,8,a2l,VLS,0,0}, /* st.l */
|