Searched refs:NewVL (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 72 Value *NewVL = Ops[2]; 84 Builder.CreateStore(Val, Address(NewVL, Val->getType(), Align)); 270 The segment unit-stride fault-only-first load builtin has a 'NewVL' 273 (Address0, ..., Address{NF - 1}, Ptr, NewVL, VL) 275 (Address0, ..., Address{NF - 1}, Mask, Ptr, NewVL, VL) 278 Ptr, NewVL, VL) 281 Ptr, NewVL, VL)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 4257 SDValue NewVL; in splatPartsI64WithVL() 4261 NewVL = DAG.getRegister(RISCV::X0, MVT::i32); in splatPartsI64WithVL() 4263 NewVL = DAG.getNode(ISD::ADD, DL, VL.getValueType(), VL, VL); in splatPartsI64WithVL() 4265 if (NewVL) { in splatPartsI64WithVL() 4269 DAG.getUNDEF(InterVT), Lo, NewVL); in splatPartsI64WithVL() 4256 SDValue NewVL; splatPartsI64WithVL() local
|