Searched refs:PartValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 164 Value *PartValue = V; in LowerCTPOP() local 168 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1"); in LowerCTPOP() 169 Value *VShift = Builder.CreateLShr(PartValue, in LowerCTPOP() 173 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step"); in LowerCTPOP() 175 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part"); in LowerCTPOP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 8002 SDValue PartValue = OutVals[i + 1]; in LowerCall() local 8005 EVT PartVT = PartValue.getValueType(); in LowerCall() 8010 Parts.push_back(std::make_pair(PartValue, Offset)); in LowerCall() 8019 SDValue PartValue = Part.first; in LowerCall() local 8024 DAG.getStore(Chain, DL, PartValue, Address, in LowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1658 SDValue PartValue = OutVals[I + 1]; in LowerCall() local 1663 DAG.getStore(Chain, DL, PartValue, Address, in LowerCall() 1665 assert((PartOffset + PartValue.getValueType().getStoreSize() <= in LowerCall()
|