Lines Matching refs:CreateCall
298 B.CreateCall(UpdateDPP, in buildReduction()
324 Value *const Lane0 = B.CreateCall(ReadLane, {V, B.getInt32(0)}); in buildReduction()
325 Value *const Lane32 = B.CreateCall(ReadLane, {V, B.getInt32(32)}); in buildReduction()
341 B.CreateCall(UpdateDPP, in buildScan()
349 B.CreateCall(UpdateDPP, in buildScan()
354 B.CreateCall(UpdateDPP, in buildScan()
369 B.CreateCall(UpdateDPP, in buildScan()
378 B.CreateCall(UpdateDPP, in buildScan()
397 V = B.CreateCall(UpdateDPP, in buildShiftRight()
409 V = B.CreateCall(UpdateDPP, in buildShiftRight()
414 V = B.CreateCall(WriteLane, {B.CreateCall(ReadLane, {Old, B.getInt32(15)}), in buildShiftRight()
419 V = B.CreateCall( in buildShiftRight()
421 {B.CreateCall(ReadLane, {Old, B.getInt32(31)}), B.getInt32(32), V}); in buildShiftRight()
424 V = B.CreateCall( in buildShiftRight()
426 {B.CreateCall(ReadLane, {Old, B.getInt32(47)}), B.getInt32(48), V}); in buildShiftRight()