Home
last modified time | relevance | path

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

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