Searched refs:PartValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp164 Value *PartValue = V; local
168 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1");
169 Value *VShift = Builder.CreateLShr(PartValue,
173 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step");
175 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2301 SDValue PartValue = OutVals[i + 1]; local
2306 DAG.getStore(Chain, DL, PartValue, Address,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1590 SDValue PartValue = OutVals[I + 1]; local
1595 DAG.getStore(Chain, DL, PartValue, Address,

Completed in 277 milliseconds