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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp165 Value *PartValue = V; local
169 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1");
170 Value *VShift = Builder.CreateLShr(PartValue,
174 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step");
176 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2249 SDValue PartValue = OutVals[i + 1]; local
2254 DAG.getStore(Chain, DL, PartValue, Address,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1548 SDValue PartValue = OutVals[I + 1]; local
1553 DAG.getStore(Chain, DL, PartValue, Address,

Completed in 106 milliseconds