Searched refs:PartValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 276 Value *PartValue = V; in LowerCTPOP() local 280 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1"); in LowerCTPOP() 281 Value *VShift = Builder.CreateLShr(PartValue, in LowerCTPOP() 285 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step"); in LowerCTPOP() 287 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part"); in LowerCTPOP()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1430 SDValue PartValue = OutVals[i + 1]; in LowerCall() local 1435 DAG.getStore(Chain, DL, PartValue, Address, in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1316 SDValue PartValue = OutVals[I + 1]; in LowerCall() local 1321 DAG.getStore(Chain, DL, PartValue, Address, in LowerCall()
|