HomeSort by relevance Sort by last modified time
    Searched refs:PartValue (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 278 Value *PartValue = V;
282 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1");
283 Value *VShift = Builder.CreateLShr(PartValue,
287 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step");
289 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 278 Value *PartValue = V;
282 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1");
283 Value *VShift = Builder.CreateLShr(PartValue,
287 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step");
289 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
IntrinsicLowering.cpp 276 Value *PartValue = V;
280 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1");
281 Value *VShift = Builder.CreateLShr(PartValue,
285 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step");
287 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 131 milliseconds